summaryrefslogtreecommitdiff
path: root/wm/blackbox
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-10bl3ifyxtraeme1-3/+3
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-08-30Add patch-ad so it will build under gcc 3.3.1. Error was:reed2-1/+15
Window.cc:3234: error: `assert' undeclared (first use this function) (Approved by maintainer, jschauma.)
2003-08-08USE_GCC_SHLIB.grant1-1/+2
from gavan@.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-17PKGREVISON++salo2-12/+12
- install into LOCALBASE, not X11BASE. - style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-02-20Add patch which closed PR pkg/19689, as both packages use the same sources.jschauma3-3/+18
This patch was sent to the blackbox maintainers as well. Bump PKG_REVISION.
2003-01-05Bump dependency on bsetroot for the boxes so that they all require a bsetrootjschauma1-2/+2
that works without blackbox and uses it's own NLS files. While we're at it, nitpick the following: fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available) and depend on it automatically. Options were: add CONFIGURE_ARGS+= --disable-xft or include Xft2's buildlink. For the time being, add the buildlink following openboxes example. openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
2002-11-20Rip out bsetroot and bsetbg, which are now provided in wm/bsetroot, so theyjschauma5-7/+34
can be shared with openbox. Bump PKGREVISION.
2002-09-19Update the fabolous Blackbox windowmanager to latest 0.65.0 Releasejschauma3-24/+31
(the first major release from the new maintainer, IIRC). Many new goodies, bugfixes and overall improvements. This closes PR pkg/18131. Changes from 0.62.1 to 0.65.0: - added Taiwan Chinese (zh_TW), Hungarian (hu_HU), Latvian (lv_LV), Korean (ko_KR), Norwegian (no_NO), Polish (pl_PL), Romanian (ro_RO) and Ukrainian (uk_UA) nls files and updated most of the others. - removed the Estonian (ee_ET) and Turkish (tr_TR) locales due to their being heavily out of date and unmaintained - remove slit and netwm as compile time options - strip much of BaseDisplay's original functionality and move it to the blackbox class. - huge amounts of internal cleanups - added emacs local variables to each file that prevent the addition of tabs - added a Util.cc file which contains useful functions with no obvious home. - move code over to the STL - removed several unused variables and otherwise reduced the memory usage of the objects in Blackbox. For the record the binary is roughly 100k larger than 0.62.0 and that is mostly due to the STL but there is also a fair bit of new code. However for the most part blackbox runs faster and is still one of the leanest window managers out there today. - bsetroot now sets _XROOTPMAP_ID, so pseudo transparent apps will be happy - beginnings of a strut implementation. toolbar and slit are removed from the available screen area if 'full maximize' is not set - XReparentWindow sends an UnmapNotify to the window manager however in certain cases the window is already unmapped so the window manager never gets the event and the unmapNotify event is where reparentNotify was handled. Added a reparentNotifyEvent handler in the BlackboxWindow class and a new case in the Blackbox class's process_event function. - no more blackbox->grab/ungrab calls everywhere - compression of motion and expose - Now we have one function which turns ~/ into /home/user/. This is now called everywhere this expansion should be done. Even added this to the resource.menu_file so now the menu file may be specified as ~/blackbox_menu. - added a TimerQueue which is a priority_queue with the ability to release items it contains before they reach the top of the queue. Also added a TimerQueueManager protocol class which BaseDisplay now inherits from. - BTimer now defaults to NOT recurring. Most of the timers in blackbox were one shots so I saw little benefit in defaulting to repeating timers. - update transient handling, should solve issues with apps like acroread. added a getTransientInfo() method of the BlackboxWindow class which handles checking the transient state in X and setting the appropriate variables on the window. To attack the infinite loops this function ensures that client.transient != this and we check for loops of the form A -> B -> C -> A. The new transient code also allows for one window to have multiple transients so applications like xmms and web browsers are better behaved. - even better ICCCM support and focus handling - wmswallow works - fix for clock clipping in the toolbar - better support for non decorated windows and toggling decor - the geometry window shown when moving or resizing a window now handles the parentrelative setting better. parentrelative support has been improved for all of the other widgets as well. - better window group handling - improved edge snap support (still no window to window snapping) - changing preferences no longer leads to windows being raised - the window's "send to" menu ignores the current workspace, which is a better UI approach - new placeWindow algorithm. Blows the old one out of the water. Not only is it faster but it is also cleaner code too (-: Went from number 5 in the profiling results to under 30. Image rendering is now the slowest part of managing of new windows. Because of the new code layout, support is now there for new and different layout options but this will wait for after 0.65.0. - smart window placement ignores shaded windows now - new option in the Config menu which allows Scroll Lock to disable Blackbox's keybindings.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+2
have been converted to USE_BUILDLINK2.
2002-03-14Update to 0.62.1. Also closes pkg/15556.wiz3-51/+77
Changes since 0.61.1: - the lock modifier code handles user redefined modifiers better - check if the locale actually needs multibyte support before using multibyte functions - use srcdir in all of the makefiles - general code touchups - blackbox-nls.hh is always generated even if --disable-nls is used. This allows us to not have all of those hideous #ifdef NLS chunks. Nothing to worry about, if you do not want NLS this does not affect you - Workspace::placeWindow() cleanups. Also a speed bump from reducing the use of iterator->current() and changing the delta from 1 to 8 - fixed a desciptor leak in BScreen::parseMenuFile, seems opendir lacked a matching closedir. - fix transient window handling code in Workspace::removeWindow() so transients give focus back to their parents properly. The code originally handled sloppy focus then transient windows, so we just flopped the if/elsif. This is immediately noticable with web browsers and their open location windows. - fixed list::insert so you really can insert at item number 2. While there I cleaned up the code a bit. - added decoration to the atom state stored in a window - fixed the window menu gets left open when another window button is pressed issue with a call to windowmenu->hide() in window->maximize() - applied xOr's patch for decoration handling - applied xOr's patch for the maximize, shade, unmaximize bug - applied Kennis' patch for sending incorrect Slit configure notices - BlackboxWindow's flags have been moved into a flags structure - applied xOr's patch for border handling - resizing a window turns off its maximized flag. Before a resized window thought it was still maximized and maximizing a double action - BlackboxWindow::withdraw no longet sets the state to Withdrawn. This confused some X clients. - the menu file mentioned in the manpage is now based on DEFAULT_MENU - menu is no longer installed, you need to copy it yourself - the lock modifiers no longer stop blackbox! - maximize a window via bbkeys and the maximize button is not redrawn, fixed - autoraise and multiple dialog windows yields segv bug fixed also lengthened the default auto raise delay from 250 to 400 - another iteration of autoraise and dialog box handling, this time we noticed that nothing ever reset blackbox.focused_window to 0 when a window was removed - check if the window is visible before changeBlackboxHints() calls maximize - placeWindow no longer takes edgeSnapThreshhold into account - ignore style files ending in ~ - support locale specifiers with @euro in them - Toolbar name editing buffer reduced to 128 chars, logic added to make sure this buffer is not overrun As well as NLS improvements and other minor bug fixes.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-30Converted to use buildlink.mk fileszuntum1-7/+3
2001-06-07Change maintainer's mail address, requested on IRChubertf1-2/+2
2001-04-17Move to sha1 checksums where appropriate and possible.agc1-2/+3
Add distfile sizes where possible.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-12Add new category wm for window managers, and move lots of package fromwiz5-0/+78
x11 here. Only changes are: `wm' in category added and some paths fixed.