summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2002-12-02Updated fvwm2 to 2.4.14martti2-5/+5
* Icons no longer appear on top of all other windows after a restart. * Removed the flawed "A"ny context key binding patch from 2.4.13. * The built-in session management can handle window names, classes etc. beginning with whitespace (textedit). * The default EdgeScroll (if not specified) was incorrectly assumed to be 100 pixels instead of 100 percents. * Application provided icon windows no longer appear at 0 0 when restarting. * Modules do not crash anymore when more than 126 windows are on the desktop. * FvwmIconMan displays windows correctly that were iconified and then moved to another page.
2002-11-23Update to 1.1nb1 -- make it work with python versions other than 2.1.wiz3-10/+8
Patch provided by Julio Merino in PR 19146.
2002-11-21Update "windowmaker" package to version 0.80.2.tron2-5/+5
Changes since version 0.80.1: - Fixed buffer overflow in libwraster
2002-11-21use @unexec ${RMDIR} rather than @dirrm for shared directories.grant1-3/+3
from Julio Merino in PR pkg/19022.
2002-11-21- honour PKG_SYSCONFDIRgrant2-2/+4
- bump PKGREVISION fixes pkg/18601 from Hauke Fath.
2002-11-20Add/enable whiteBOXjschauma1-1/+2
2002-11-20Initial import of wm/whiteBOX using package provided by Julio Merinojschauma8-0/+181
(jmmv at hispabsd dot org) in PR pkg/18232. Minor modifications by me: - remove dependency on blackbox (this application works without and could be used for openbox as well) - remove build-dependencies on autoconf and automake by creating the necessary installation directories by hand DESCR: whiteBOX is an attempt to make a flexible yet simple to use multi-purpose configuration tool for the Blackbox window manager. whiteBOX is written using GTK+ and the C programming language.
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-11-20Add/enable bsetroot and openboxjschauma1-1/+3
2002-11-20Initial import of wm/openbox, based on the package provided by jschauma6-0/+158
(Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications by me. Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on Blackbox and currently remains very similar, even using Blackbox styles (with available extensions) for its themeing and is written entirely in C++ and maintains no dependencies on any libraries other than X11.
2002-11-20Initial import of bsetroot into pkgsrc.jschauma5-0/+62
This package includes two tools, bsetbg and bsetroot, used by the Blackbox windowmanager to set the root window's properties. Blackbox shares code with the Openbox and Hackedbox window managers, which also utilize these tools, allowing these window managers to share some themes as well.
2002-11-15Note that this package uses C++jlam1-1/+2
2002-11-15buildlink1 -> buildlink2jlam1-2/+2
2002-11-12Include xpm/buildlink2.mkmartti1-1/+2
2002-11-10Update fluxbox to 0.1.12; closes PR #18930jmcneill5-85/+24
2002-11-07Instead of "${CC} -E", which is ambiguous when cc can't deduce thejlam1-3/+2
extension language, use "${CPP}" instead, which should point to the correct value to invoke the C preprocessor. Fixes pkg/18737 by Matthias Friedrich.
2002-11-06Fix MASTER_SITES...the old path no longer exists, and one host is no more.jlam1-4/+3
2002-11-06Fix path to C preprocessor embedded into WindowMaker to be "cc -E". Thisjlam1-1/+3
addresses pkg/18737 by Matthias Friedrich.
2002-11-03Updated fvwm2 to 2.4.13martti3-14/+10
* Icon titles for windows with an icon position hint no longer appear at random places. * Fvwm no longer displays two icon pictures when switching from NoIconOverride to IconOverride with windows that provide their own icon window. * The Current, All, Pick, ThisWindow and PointerWindow commands work on shaded windows too. * Fixed a problem stacking iconified transients. * No more flickering when raising transients. * Fixed a number of problems with window stacking, some new in 2.4.10 or later, some older problems that have been around for a long time. * Windows starting lowered or on any layer other than the default layer are displayed at the right place in FvwmPager. * Bindings with the "A"ny context can not be overridden by Gnome panel or OpenOffice.
2002-10-28Add and enable piewmagc1-1/+2
2002-10-28Initial import of piewm-1.02 into the NetBSD Packages Collection.agc7-0/+117
Although the computer screen is two-dimensional, today most users of windowing environments control their systems with a one-dimensional list of choices -- the standard pull-down or drop-down menus such as those found on Microsoft Windows, Presentation Manager, or the Macintosh. An alternative user-interface technique is "pie" menus - two-dimensional, circular, and in many ways easier to use and faster than conventional linear menus. Pie menus also work well with alternative pointing devices such as those found in stylus or pen-based systems. piewm is a virtual window manager based on tvtwm, which uses pie menus.
2002-10-25Update the ratpoison minimalist window manager to version 1.1.1agc4-7/+11
Changes since version 1.0.0 Many bug fixes Some portability fixes New functionality: (user_commands): new command "license" Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>. (user_command): new command 'link' (find_command_by_keydesc): new function (resolve_command_from_keydesc): likewise (cmd_link): likewise (update_last_access): new function (find_last_frame): likewise (x11_mask_to_rp_mask): new function (rp_mask_to_x11_mask): likewise (user_command): new command "focuslast" (find_frame_up): new function (find_frame_down): likewise (find_frame_left): likewise (find_frame_right): likewise (user_commands): new commands "focusup" "focusdown" "focusright" "focusleft" "startup_message" "restart". (show_last_message): new function (user_commands): new "unsetenv" command (user_commands): new commands deffgcolor, defbgcolor. (update_gc): new function (init_defaults): new function (init_screen): initialize the screen's fg_color to black and bg_color to white. (user_commands): New commands defbarloc, defbartimeout, defborder, deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos, defwaitcursor, defwinfmt, defwinname, defwinpos.
2002-10-25buildlink1 -> buildlink2 (NO_BUILD, hehe).wiz1-2/+3
2002-10-25Guard all inclusions of Xft functionality with USE_XFT, so that this willagc2-1/+16
compile on XF86 3 systems.
2002-10-24use buildlink2drochner1-3/+3
2002-10-11Updated fvwm2 to -2.4.12martti4-34/+23
* Fixed drawing problems with TiledPixmap and Solid MenuFaces which appeared in 2.4.10, replacing the same problem with ?Gradient MenuFaces in 2.4.9. * Fixed accidental menu animation with certain menu position hints. * Fixed starting "Move" at random position when pointer is on a different screen. * Transient windows do not appear in FvwmWinList after they have been moved on the desktop. * Increased maximum allowed key symbol name length to 200 characters. * Allow quotes in conditional command conditions.
2002-10-10buildlink1 -> buildlink2.wiz1-4/+5
2002-10-10buildlink1 -> buildlink2.wiz1-2/+3
2002-10-09Unused.wiz1-81/+0
2002-10-09Fix path to cpp (PR#18371).martti1-1/+5
2002-10-08Convert to buildlink2.wiz5-32/+13
Use PKGLOCALEDIR instead of homebrewn LOCALEDIR. Share distinfo between sawfish-replibs and sawfish.
2002-10-08Update to 0.3.5.wiz5-60/+63
Changes: * Bug fixes and improved behaviour. * Much improved dock - apps are now freely positionable and dragable. * New and improved themes. * Dock and utils now use a shared library, lessening base size. * 'Mbmenu' - an application lancher now included in distro * Built in 'task menu' improved
2002-10-07Add/enable sawfish-themes.jschauma5-75/+2
Remove aquafied, as it is now part of sawfish-themes
2002-10-07Initial import of wm/sawfish-themes. This package includes a rather largejschauma5-0/+623
number of themes available for the sawfish window manager. The user can specify which themes to install by specifying the distfiles in the environment variable SAWFISH_THEMES; per default, about 185 themes from themes.freshmeat.net are installed.
2002-10-06Improve COMMENT.wiz1-2/+2
2002-10-06Remove NO_CHKSUM.wiz1-2/+1
2002-10-06Add distinfo(!).wiz1-0/+4
2002-10-06Fix DEPENDs line. Use static PLIST, since the contents are not subjectwiz2-15/+47
to change.
2002-10-05initial import of the aquaified theme for sawfish:mrg2-0/+39
Aquaified is another MacOS X theme, with an attempt to make it as accurate as possible. This theme has accurate mouse-overs, button order, and function.
2002-10-02Use autoconf.mk.wiz1-4/+5
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gccjlam1-6/+3
2002-09-24Update to version 0.8.5, released today.jschauma5-38/+14
- fix recursive redhat-build bug (fixes 577135) - fix a memory leak in ToolWindow::windowAttributeChange. - remove server grabs from the Image code. They prove to not be needed (they no longer exist in the blackbox code.) And they cause the X server to lock indefinately if you run 2 bbkeys on the same display, running the second one from a terminal on the display. - when we recieve a startup message from blackbox, clear out any leftover windows in the window list. These are caused by the fact that on shutdown of blackbox, if any windows are unmanaged after bbkeys, bbkeys doesn't get notified of their destruction and so ends up with extra windows in its list. - fix compiling issues under solaris. Thanks to grub on irc for use of his time for testing. - get rid of work-around for pre-0.60 blackbox, which fixes bug that let you move the toolbar around with bbkeys. - fix window focus tracking bug. Fixes bug where you could manipulate the last focused window on a nono-visible workspace. - fix multi-head bug in main.cc. We now putenv("DISPLAY=...") so that applications launched will be launched on the correct display. Thanks to Greg Gilbert for his patch! - fix bug in main.cc (| rather than ||). Thanks to Roman Neuhauser! - fix bug in bbkeys.hh--increasing MaxInstructions to 100 for cthulhain - fix in bbkeys.cc -- XUngrabKey changed to use same call to find what screen we're on as the XGrabKey call - fix in bbkeys.cc -- doing "xterm -e sh -c $command" rather than "xterm -e $command". Thanks to Magnus Solvang for the bug report. Also, changing hideous char* and snprintf() to ostrstream, YAY!!
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23buildlink1 -> buildlink2jlam4-16/+16
2002-09-23buildlink1 -> buildlink2jlam1-3/+4
2002-09-21Updated fvwm2 to 2.4.11martti4-41/+33
* Fixed a crash with ssh-askpass introduced in 2.4.10. * Allow the use of mouse buttons other than the first in FvwmWinList when invoked transient.
2002-09-20buildlink1 -> buildlink2jlam3-7/+9
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-09-16Updated fvwm2 to 2.4.10martti4-15/+15
* The commands Maximize, Resize and ResizeMove can be used on icons as it was in 2.2.x. * Fixed hilighting of menu items with HGradient and VGradient MenuFace. Reduced flickering with these options. * Fixed a minor problem with entering submenus via keyboard. * Fixed race conditions in FvwmTaskBar with AutoStick that caused it to hang. * Fixed drawing of pager balloons with BalloonBack option. * Fixed drawing of SidePic menu background with B/D gradients. * Fixed drawing of menu item reliefs with gradient menu faces. * Fixed key bindings on window corners. * Fixed FvwmTaskBar i18n font loading * Fixed StackTransientParent style without RaiseTransient or LowerTransient on the parent window. * StackTransientParent works only on parent window if it is on the same layer. * Fixed handling of window group hint with the (De)Iconify command. * No more flickering when a transient overlapping its parent window is lowered. * Fixed hilighting of unfocused windows.
2002-09-10Update to 2.4.1. Lots of changes and bug fixes.wiz3-80/+123