summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-10Convert to buildlink2. Fix PLIST.wiz2-15/+14
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-06Convert to buildlink2.wiz1-4/+5
2002-08-31Convert to buildlink2.wiz1-7/+7
2002-08-31Convert to buildlink2.wiz1-4/+5
2002-08-28Use buildlink2.jlam1-2/+3
2002-08-26Remove non existing file "share/locale/zh_TW.Big5/LC_MESSAGES/WPrefs.mo"tron1-2/+1
from package list.
2002-08-26Fix path to help files (pkg/18061 by Sergey Svishchev).martti2-1/+15
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam31-123/+88
have been converted to USE_BUILDLINK2.
2002-08-25Update to 0.80.1mjl1-14/+15
- Fixed a bug that crashed wmaker when closing a window if multiple screens were managed by wmaker - Fixed a problem that crashed wmaker when trying to read an unexisting WMState.<number> file on multihead system - Fixed problem with keyboard shortcuts executed an every screen for multihead systems - Updated traditional chinese translations - Fixed buglet in non-caching rootmenu option - Added Malay translation - Fixed problem with kcalc not having a miniaturize button - Added "Hide Others" to the window menu - Fixed text in info panel for multibyte - Separated the font caches for normal fonts and fontsets in WINGs (they can have the same names and collide in the cache giving unwanted results) - Fixed Legal Panel not to display rectangles in place of new lines - Fixed problem with losing focus when changing to an empty workspace and back - Fixed another focus related problem when changing workspaces - Fixed problem with saving session when shared appicon is enabled (not all instances were saved in the session, only one per shared appicon) - Added support for the ukrainian language in wsetfont - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon" option for a window using the window Inspector - Let XRender transparent window be see-through to desktop - Added Greek (el) language pixmap - Fixes icons being reduced twice when icon size != 64x64 - Fixed a bug that crashed wmaker when selecting the "Start alternate window manager" option in the crashing dialog panel - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if it is defined) to overwrite the default hardcoded fallback window manager - Fixed marks for menu entries to be grayed as the text for disabled entries - Fixed Clip's "Autoraise" option to be marked as disabled when the "Keep on Top" option is active - Added ability to browse for files/directories in the WPrefs menu editor - Added Czech translations of documentation - Fixed segfault with incomplete WM_CLASS specifications - Fixed a bug about arranging subviews in a WMBox after removing a subview and a memleak occuring in the same situation - Fixed a bug in wdread - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows will not receive focus at all - Fixed a buffer overflow in winmenu.c
2002-08-25Update to 0.80.1mjl2-5/+8
- Fixed a bug that crashed wmaker when closing a window if multiple screens were managed by wmaker - Fixed a problem that crashed wmaker when trying to read an unexisting WMState.<number> file on multihead system - Fixed problem with keyboard shortcuts executed an every screen for multihead systems - Updated traditional chinese translations - Fixed buglet in non-caching rootmenu option - Added Malay translation - Fixed problem with kcalc not having a miniaturize button - Added "Hide Others" to the window menu - Fixed text in info panel for multibyte - Separated the font caches for normal fonts and fontsets in WINGs (they can have the same names and collide in the cache giving unwanted results) - Fixed Legal Panel not to display rectangles in place of new lines - Fixed problem with losing focus when changing to an empty workspace and back - Fixed another focus related problem when changing workspaces - Fixed problem with saving session when shared appicon is enabled (not all instances were saved in the session, only one per shared appicon) - Added support for the ukrainian language in wsetfont - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon" option for a window using the window Inspector - Let XRender transparent window be see-through to desktop - Added Greek (el) language pixmap - Fixes icons being reduced twice when icon size != 64x64 - Fixed a bug that crashed wmaker when selecting the "Start alternate window manager" option in the crashing dialog panel - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if it is defined) to overwrite the default hardcoded fallback window manager - Fixed marks for menu entries to be grayed as the text for disabled entries - Fixed Clip's "Autoraise" option to be marked as disabled when the "Keep on Top" option is active - Added ability to browse for files/directories in the WPrefs menu editor - Added Czech translations of documentation - Fixed segfault with incomplete WM_CLASS specifications - Fixed a bug about arranging subviews in a WMBox after removing a subview and a memleak occuring in the same situation - Fixed a bug in wdread - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows will not receive focus at all - Fixed a buffer overflow in winmenu.c
2002-08-25Update to 0.80.1mjl1-4/+5
- Fixed a bug that crashed wmaker when closing a window if multiple screens were managed by wmaker - Fixed a problem that crashed wmaker when trying to read an unexisting WMState.<number> file on multihead system - Fixed problem with keyboard shortcuts executed an every screen for multihead systems - Updated traditional chinese translations - Fixed buglet in non-caching rootmenu option - Added Malay translation - Fixed problem with kcalc not having a miniaturize button - Added "Hide Others" to the window menu - Fixed text in info panel for multibyte - Separated the font caches for normal fonts and fontsets in WINGs (they can have the same names and collide in the cache giving unwanted results) - Fixed Legal Panel not to display rectangles in place of new lines - Fixed problem with losing focus when changing to an empty workspace and back - Fixed another focus related problem when changing workspaces - Fixed problem with saving session when shared appicon is enabled (not all instances were saved in the session, only one per shared appicon) - Added support for the ukrainian language in wsetfont - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon" option for a window using the window Inspector - Let XRender transparent window be see-through to desktop - Added Greek (el) language pixmap - Fixes icons being reduced twice when icon size != 64x64 - Fixed a bug that crashed wmaker when selecting the "Start alternate window manager" option in the crashing dialog panel - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if it is defined) to overwrite the default hardcoded fallback window manager - Fixed marks for menu entries to be grayed as the text for disabled entries - Fixed Clip's "Autoraise" option to be marked as disabled when the "Keep on Top" option is active - Added ability to browse for files/directories in the WPrefs menu editor - Added Czech translations of documentation - Fixed segfault with incomplete WM_CLASS specifications - Fixed a bug about arranging subviews in a WMBox after removing a subview and a memleak occuring in the same situation - Fixed a bug in wdread - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows will not receive focus at all - Fixed a buffer overflow in winmenu.c
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-22/+52
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-22Updated icewm-gnome to 1.2.0martti2-4/+6
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ...
2002-08-22Updated icewm to 1.2.0martti5-17/+17
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ...
2002-08-22Updated fvwm2 to 2.4.9martti3-11/+11
* Bug fixes - Restored old way of handling clicks in windows with ClickToFocus and ClickToFocusPassesClickOff. This fixes a problem with click+drag in an unfocused rxvt or aterm window. - A number of drawing fixes in FvwmPager See the ChangeLog and NEWS files for details...
2002-08-11add missing patch (forgot to cvs add). Thanks Thomas!dmcmahill1-0/+46
2002-08-11lower optimization level on a particular trouble file. Fixes compilationdmcmahill1-1/+2
on netbsd-1.5.3/alpha using gcc-2.95.3 package.
2002-08-11fix malformed patch.dmcmahill2-4/+3
problem noted in recent alpha bulk build.