summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2007-01-13Modular Xorg support.joerg1-1/+3
2007-01-13Fix link problem. Pointed out in PR 35415.obache1-2/+3
Bump PKGREVISION.
2007-01-09Modular Xorg support.joerg1-1/+8
2007-01-09Fixed the file permissions: some files had been world-writable, othersrillig1-25/+17
unreadable. Cleaned up the Makefile. PKGREVISION++
2007-01-08Modular Xorg support.joerg1-1/+4
2007-01-08Modular Xorg support.joerg2-2/+5
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig8-24/+24
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Updated ratpoison to 1.4.1.rillig2-7/+7
* Changes since 1.4.0 ** set padding affects bar location On OSX the bar and top of each window is hidden by the menu bar. set padding corrects the window problem but not the bar problem. So this change fixes that. ** new set variable framefmt See docs for info. ** new commands swap, exchangeleft, exchangeright, exchangeup, exchangedown See docs for info ** new commands execa and execf See docs for info. ** default font change It is now "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*" which hopefully fixes some i18n issues. ** new command set topkmap See info manual. ** build date in ratpoison -v ** new command sfrestore restores frame configurations for multiple screens. ** support for i18n fonts
2007-01-05Update flwm from 1.00 to 1.02abs2-7/+6
* Fixes to the code to compile cleanly with the newest versions of fltk1 and fltk2.0. * Fltk1 version did not draw ampersands in the popup menu, and Alt+Tab did not dismiss the menu when you released the Alt key.
2007-01-05Update jwm from 1.8rc1 to 1.8:abs2-6/+6
# JWM v1.8rc2 <> 20061008 * Fixed a seg fault when tray buttons point to invalid root menus. * Hide popups when the mouse moves over them. * Fix alt+left click window moving so windows don't jump. * Allow windows to be lowered with alt+right click. * When maximizing, place the window on the screen of its center point. * Unmaximize maximized windows that resize themselves. * Add support for _NET_WM_STATE_FULLSCREEN. * More warning messages about incorrectly configured root menus. # JWM v1.8rc3 <> 20061022 * Fixed a bug that caused strange things to happen after a client was killed. * Fixed a bug that caused windows to be mapped incorrectly when started at the same time as JWM. * Fixed an issue with auto-hide trays hidding when they shouldn't. # JWM v1.8rc4 <> 20061104 * Fixed some seg faults with invalid configuration files. * Trim leading and trailing spaces from configuration options. * Improved _NET_WM_STATE_FULLSCREEN support. * Fixed StartupCommands and Swallow items. # JWM v1.8 <> 20061223 * Fixed a bug when moving windows that could cause the window to jump to the upper left corner of the screen. * Fixed a Dock issue when restarting. * Fixed a Swallow issue on startup. * Transient windows of active windows now get focus when they are first created. * Submenus now appear on the left if there isn't enough room on the right (mdsama)
2007-01-03Update wmctrl to 1.07.obache3-8/+8
Based on patch provided by Brian de Alwis in PR 35355, add missing manpage entry. 03 Jan 2005 Tomas Styblo <tripie@cpan.org> * 1.07 released 03 Jan 2005 Christopher Chan-Nui <channui@tiny.org> * fixed a formatting bug that made the window list unintelligible for desktop_ids == -1 or desktop_ids > 9 03 Jan 2005 Tomas Styblo <tripie@cpan.org> * 1.06 released 03 Jan 2005 Christian V. J. Brüssow <cvjb@cvjb.de> * added support for WM_CLASS 03 Jan 2005 Jack Erwin <jerwin@jabber.com> * added the ability to address the currently active window (:ACTIVE:) 03 Jan 2005 Mads Martin Joergensen <mmj@suse.de> * added support for 64-bit environments 03 Jan 2005 Shyamal Prasad <shyamalprasad@verizon.net> * provided a wmctrl(1) manpage
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg25-25/+141
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg37-83/+83
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15Fix a long versus int botch that made ctwm dump core on sparc64.jdc2-1/+14
Patch also mailed to the ctwm bugs list.
2006-12-12When installing Perl scripts, it helps to depend on Perl.joerg1-3/+3
Bump revision.
2006-12-12Updated wm/fvwm-devel to 2.5.19martti4-26/+12
Upgrading from earlier 2.5.x versions is strongly recommended. This release is available at the home page: http://www.fvwm.org/. * Bug Fixes: - FvwmCommand now reports "end windowlist" and "end configinfo". - FvwmCommand now prints config info split on lines. - FvwmTaskBar no longer gets lost with trailing whitespace after geometry specification. - Fixed a window size problem if the aspect ratio is set (e.g. mplayer). - Decorations now update when unmanaged windows take focus, and not FlickeringQtDialogsWorkaround is enabled. - FvwmPager again allows movement of windows added before a page change. - fvwm no longer crashes on 1 and 4 bit displays. (#1677) - EWMH desktops now correctly handles FPClickToFocus. (#1492) - Security fix in fvwm-menu-directory. (CVE-2006-5969)
2006-12-12Updated wm/fvwm to 2.4.20martti6-53/+35
fvwm-2.4.20 maintenance release for all earlier 2.4.x versions. It contains a number of minor fixes and one important security fix. This release is available at the home page: http://www.fvwm.org/. Who needs to upgrade? --------------------- Because of the security issues with fvwm-2.3.4 to fvwm-2.4.19, it is strongly recommended to upgrade to fvwm-2.4.19. System administrators are encouraged to install this version to grant their users access to the latest stable version. Bug Fixes: ---------- * The configure script now correctly appends executable file extensions to conditionally built binaries. Fixes building on Cygwin. * FvwmConsole no longer conflicts with getline of Cygwin's stdio. * Fixed parsing of For loops in FvwmScript. * Fixed a possible endless loop when de-iconifying a transient window. * Reject some invalid GNOME hints. * Fixed a loop when xterm changes its "active icon" size. * The configure script can now cope with four-part version numbers when detecting some libraries. * Security fixes in fvwm-menu-directory. (CVE-2006-5969) FvwmCommand
2006-12-08Remove the runtime dependency on qt3-tools, addressed by PR 32774.obache1-6/+2
Bump PKGREVISION.
2006-12-08Fix compiler warnings, addressed by PR 32774.obache3-1/+27
2006-12-03New MASTER_SITE.rpaulo1-2/+2
2006-12-02Update enlightenment to 0.16.8.4, based on PR 35006.obache5-566/+479
ChangeLog is too long to write here. Note: executable file, config file and directory names are renamed from enlightenment to e16.
2006-12-01Fix more Perl script references.joerg1-3/+3
2006-11-28Fixed the package for Solaris 10.rillig3-6/+8
2006-11-26Fix for CVE-2006-5969adrianp6-6/+34
PKGREVISION bump
2006-11-24update to 2.16.3drochner2-6/+6
changes: -bugfixes -translation updates
2006-11-19Add missing dependency on Perl and make sure the correct path to thetron1-3/+4
interpreter gets compiled. Bump package revision because of this fix.
2006-11-06Switch to modular buildlinks.joerg1-2/+9
2006-11-03Update MASTER_SITES.wiz1-2/+2
2006-11-03Fix build on amd64 by adding -fPIC to CFLAGS. Ok joerg@.wiz2-4/+4
2006-10-22MASTER_SITES and HOMEPAGE have been moved.obache1-3/+3
2006-10-16Update matchbox-wm to 1.1.obache2-8/+7
Patch provided by Martin Wilke via PR 34526. - Changelog Add support for decoration less application windows Fix typo in non XRDB cmd line parser. an alternate key shortcut config file. Fix compiler warning when not building with alt input wins. Fixes for better handling shifted key shortcuts. Set the active app root prop *after* setting new list props as to avoid sync issues in apps using this info. Dont start pinging an app if requests to be activated but is already activated, ( maemo #32483 ) Be more careful removing alt ( maemo ) input methods when transient to removed dialog / application. Call XSync() so ping is sent immediatly to be double safe. correctly honur PING_INTERVAL, not PING_INTERVAL+1 Fix for iconizing toolbar windows and there position. Fixes MB bug #95 Add repaint to removal also. Force a dialog repaint on IM dialog resize for safety. Fix typo snafu with previous commit. Just change affected dialog height back to original size. Dont try and do anything clever with positioning. Make aggresive pinging a little less aggressive; - No pinging on fullscreen toggles. - Only ping on NET_ACTIVE message. Only remember size of affected dialogs for reseting, not position. Honour client_flags in initial loop. should fix maemo #25281 Send state message before configure when toggleing fullscreen. Fix dialog gravity in presence of panels Dont attempt to paint 0 width decorations. Correct some debug info. Focus tracking fix moving between dialogs and trans for root dialog. fixs maemo #26095 Add basic support for window gravity on dialogs. Make sure window names changes can end up NULL. blocker window in place ( When in super modal mode ). Focus fixes for case of multiple trans for root dialogs. 1.0 Attempted fix for grouped dialog stacking. Implement alternate optional more aggesive pinging policy needed for maemo. Add support for optional alternate custom themeing for border only ( no title bar ) dialogs. avoid freeing non existant font color on theme switch. Add support for cache attribute in <theme> tags. MB_THEME_ALWAYS_CACHE env var overides. setting MB_NO_THEME_CACHE env var turns off internal pixbuf cacheing ( very experimental ) dd support for _MB_APP_WINDOW_LIST_STACKING root win prop Add basic support for window grouping. Fix 'flash' when non top apps map dialogs. Fix issues with minimised dialogs not remapping. Stacking fixes for multiple groups of transient for transient dialogs. XRestackWindows didn't include count of blocker wins in total window count. Fix preivous blocker win borkage Dont map the blocker wins on reparenting, wait for show() Add extra debug info for blocker wins Fix potential XGetWMHints leak Small fix for east panels to get correctly positioned after theme switch. Fix GCC 4 warnings. Fix issues with modal blocker wins breaking stack count. Move previous fix to safer place in code. Make sure ewmh lists get updated when closing a window. Fix re-enabling of help/accept/custom buttons Add support for help/accept/custom buttons being toggled on the fly Add a little more debug. Fix for making sure alt input windows get resized correctly when transient for a transient for root window and switching from/to a fullscreen to a non fullscreen app win. Dont try and manage new clients if no memory available. unmap before reparent to root in effort to avoid potential flash. Add new -use_super_modal switch to enable previously default maemo 'aggresive' modal handling - blocking wins etc Reparent hidden toolbar wins to current position rather than 0,0 reparent 'removed' win to current pos on root rather than 0,0 Really clear NET_WM_STATE if no states set. Send PING even when close button is 'blocked' by modal dialog print debug warning if client sets tranciency to itself Add some more X error traps very early on in new client creation. Include iconized clients in select menu sizing. Avoid potential recursive for self tranciency changes. Fix compiler warning. If set, use env 'MB_HUNG_APP_HANDLER' pointing at executable to handle hung applications rather than default killer. Make sure de iconizing a client de-iconizes transients too. Less aggresive root window property updating. Clean up ping code a little. Adding new define for frequency of hung app check. Simplify switching code a little. Remove old attempted transient infinite loop fix ( 2005-06-02 ) Handle windows hiding but not always unmapping there windows. Fixes 'ghost' windows when quicking hiding/showing a GTK win. Dont let windows change transiency to themselves. avoid potential infinite loop from transiant race?
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz2-5/+5
2006-10-14Update e16menuedit2 to 0.0.3.obache2-7/+7
Patch provided by MAINTAINER, Chris Wareham via PR 34595. ChangeLog is unknown.
2006-10-12Update wmii to 2.5.2. Patch provided by PR 33285.obache5-122/+43
This is release version, previous was snapshot version.
2006-10-12Regenerate to fix some pkglint warnings.martti2-10/+9
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz3-6/+6
2006-10-04Fixed "test ==" in the configure script.rillig5-12/+26
Fixed some pkglint warnings.
2006-10-04Include ../../mk/x11.buildlink3.mk.reed1-1/+2
This definitely uses X. (I noticed because in my environment, libXt was not buildlinked.)
2006-10-02Fixed the usage of test(1) together with "==".rillig2-1/+26
2006-10-02Update icewm to 1.2.27. Changes:ghen4-12/+15
- Danish translation - added 'Look=flat' - added TaskbarButtonWidthDivisor - minor workspace switching optimization Don't update to 1.2.28 yet since it is known to break themes and our BSD startmenu button.
2006-10-01Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+3
2006-09-23apply patch from PR pkg/34481 to fix PLISTjschauma1-1/+2
2006-09-23fix PLIST as per PR pkg/34480jschauma1-3/+1
2006-09-20Kill some more ancient config files.joerg1-3/+3
2006-09-20Fix linkage. Match config files with samples. Revoke unmaintainmentship.joerg4-8/+34
Bump revision.
2006-09-15Update to 2.16.0:jmmv3-10/+16
2.16.0 == Thanks to Jens Granseuer for changes in this release. - Fix the build with c89/gcc 2.95. Translators Rahul Bhalerao (mr), Runa Bhattacharjee (bn_IN), Woodman Tuen (zh_HK, zh_TW), Kostas Papadimas (el), Ani Peter (ml), Jonathan Ernst (fr), Горан Ракић (sr, Gabor Kelemen (hu), Maxim Dziumanenko (uk), Duarte Loreto (pt), Jordi Mallach (ca), Gintautas Miliauskas (lt) 2.15.34 == Thanks to Stéphane Rosi, Vytautus Liuolia, Will Walker, Baptiste Mille-Mathias, Elijah Newren, Ed Catmur, and Thomas Andersen for fixes in this release. - allow moving maximized windows between xineramas again (Stéphane) [#338660] - fix an uninitialized-usage bug with net_wm_user_time that breaks focus with new windows (Vytautus) - re-fix accessibility events for the alt-tab popup (Will) [#350624] - update the close pixmap to fit better with the other pixmaps of the menu (Baptiste) [#345498] - fix several fullscreen handling bugs I introduced, causing fullscreen windows to not actually be shown fullscreen (Elijah) [#343115] - fix keybindings with hex-values, coming from special extended keyboard keys (Ed) [#140448] - fix metacity-dialog handling of arguments (Thomas) [#340690] Translators Vladimir Petkov (bg), Jordi Mallach (ca), Gabor Kelemen (hu), Mohammad DAMT (id), Wouter Bolsterlee (nl), Daniel Nylander (sv), Funda Wang (zh_CN) 2.15.21 == Thanks to Vincent Untz, Jens Granseuer, Björn Lindqvist, Dmitry Timoshkov, Thomas Thurman, Vytautas Liuolia, Thomas Andersen, Chris Ball, and Elijah Newren for fixes in this release. - kill usage of libegg (Vincent) [#348633] - fix another C89 vs. C99 issue (Jens) [#347621] - make it so maximized windows do not have rounded corners (Björn) [#336850] - fix the heuristic for determining if windows can be made fullscreen, needed for WINE and possible also some legacy applications (Dmitry) [#346927] - make sure window features get recalculated when the screen is resized via XRandR (Dmitry) [#346927] - fitts' law fixes for titlebar buttons on maximized windows (Thomas Thurman) [#97703] - react to _NET_STARTUP_ID changes, as proposed for the new startup-notification/EWMH spec (Vytautas) [#347515] - return the window to maximized state if the window was "shaken loose" from maximized state during a resize but the resize is later aborted (Thomas Andersen) [#346719] - fix button lighting with dragged clicks (Björn) [#321474] - don't minimize in response to double clicks on the titlebar when minimiziation should not be allowed (Chris) [#347377] - fix some titlebar-not-on-screen constraint issues (Elijah) [#333328, #345522] Translators Mahay Alam Khan (bn_IN), Jakub Friedl (cs), Iñaki Larrañaga Murgoitio (eu), Yuval Tanny (he), Rajesh Ranjan (hi), Jovan Naumovski (mk) Kjartan Maraas (nb), Leonid Kanter (ru) 2.15.13 == Thanks to Björn Lindqvist and Thomas Thurman for improvements in this release. - grab alt+shift+button1 when trying to snap-move windows (Björn) - avoid a case where memory is written after it's freed (Thomas) Translators Hendrik Richter (de), Kostas Papadimas (el), Jonathan Ernst (fr), Satoru SATOH (ja) 2.15.8 == Known as the "Elijah sucks for not reviewing a couple dozen patches" release. And for not getting on IRC soon enough to catch Marnanel and show him how to do the release. So, just translations this time. Translations Mahay Alam Khan (bn_IN), Rhys Jones (cy), Francisco Javier F. Serrador (es), Ilkka Tuohela (fi), Rajesh Ranjan (hi), Changwoo Ryu (ko), Fano Rajaonarisoa (mg), Sanlig Badral (mn), Слободан Д. Средојевић (sr), Funda Wang (zh_CN) 2.15.5 == Thanks to Björn Lindqvist, Søren Sandmann, Adam Jackson, Elijah Newren, and Aidan Delaney for improvements in this release. - code cleanup in resizepopup.c (Björn) [#341648] - fix a logic bug so that the whole titlebar becomes sensitive to mouse clicks (Björn) [#336320] - make mouse cursor when moving windows become a hand (Björn) [#337376] - lots and lots of compositor improvements -- beginning of a new layer to abstract transition effects, shrinking and minimizing and exploding effects, fading in and out, unminimize animation that reverses minimize one, translucent menus, bounce on window focus, and all kinds of stuff I don't understand and can't summarize well (Søren, Adam) - Fix a crash on exit/logout from assuming a compositor would always exist (Elijah) [#342166] - code cleanup in tabpopup.c (Aidan Delaney) [#166890] Translations Pema Geyleg (dz), Iñaki Larrañaga Murgoitio (eu), Theppitak Karoonboonyanan (th), Clytie Siddall (vi) 2.15.3 == Thanks to Søren Sandmann, Elijah Newren, Paolo Borelli, Björn Lindqvist, jylefort at FreeBSD org, - various code cleanups (Søren) - prevent long titles from "sticking" in the tasklist (Elijah) [#330671] - handle sync counter notifications in the compositor (Søren) - notes/documentation updates (Elijah) - plug a small leak (Paolo) - remove a lot of dead code obsoleted by the new edge-resistance stuff (Björn) [#341561] - prevent a crash when changing resolution (jylefort) [#340847] - revert an accessibility module loading workaround from Gnome 2.6 that has long since been fixed for us in gtk+ (Elijah) [#123372] Translations Francisco Javier F. Serrador (es), Ignacio Casal Quinteiro (gl), Raivis Dejus (lv), Kjartan Maraas (nb), Funda Wang (zh_CN), Woodman Tuen (zh_HK), Woodman Tuen (zh_TW) 2.15.2 == Here's hoping that "third time's a charm." ;-) This release just fixes the translations-not-included issue. See http://mail.gnome.org/archives/desktop-devel-list/2006-April/msg00483.html for more details. - Use gnome-autogen.sh like most other modules (Rodney) 2.15.1 == This release just fixes the control-center build (which depends upon libmetacity-private). Thanks to Vincent for catching the problem. - Include boxes.h in the includes dir (Elijah) [#339708] 2.15.0 == Thanks to Thomas Thurman, Elijah Newren, Havoc Pennington, Björn Lindqvist, Gora Mohanty, Alejandro Andres, Andy Morum, Dan Sanders, Thomas Andersen, Brian Pepple, and Søren Sandmann for improvements in this release. (Note that "Thomas" below refers to Thomas Thurman if last name isn't specified) - An endless array of compositor updates, not all of which are well explained in the ChangeLog. ;-) Includes an ability to enable and disable the compositor at runtime, fixed up wobbling effect and new explosion effect, special magnification handling, different opacity for different window types like menus, a way of scaling windows, handling of foreign displays, improved handling of window moving/resizing, various code restructuring, special runtime checks for correct extensions and other compositors, lots of bug fixes, and possibly other stuff I'm missing or not understanding (Søren) - Removed "move to another workspace" menu when there are exactly two workspaces (Thomas) [#151183] - fix type for compositing_manager schema entry (Elijah) [#335901] - Port more properties to our async system for code cleanliness and speed improvements (Havoc, Thomas) - Lots of code cleanup, even more code cleanup, wow our code was messy (Björn) [#335177, #337507, #336890, #338359] - Abstract out the functions for setting/unsetting demands attention hint and avoid doing it when the window isn't obscured (Thomas) [#305882] - Change strings to make them more readable, and more translatable (Gora) [#335720] - Reduce compiling warnings -- add a number of casts and change signedness on a number of variables (Björn) [#336032] - Fixed broken links in README (Alejandro) [#333303] - Add a tabbing function, bound to alt-f6 by default, to cycle through the windows of the current application (Thomas) [#94682] - Fix the build with --disable-xsync (Andy) [#336605] - Raise windows on maximize/unmaximize (Dan) [#335076] - Don't have confirmation windows make applications appear to be locked when closing via the window list (Dan) [#334899] - Allow any keybinding pref to be specified either with <foo>, a string, or <foo>_list, a list of strings, or both (Thomas) [#164831] - warn and ignore if transient_for is set to a non-top-level window (Thomas Andersen) [#335524] - Use po/LINGUAS for listing supported languages (Brian) [#337951] Translations Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Rhys Jones (cy), Lasse Bang Mikkelsen (da), Frank Arnold (de), Kostas Papadimas (el), Francisco Javier F. Serrador (es), Ivar Smolin (et), Iñaki Larrañaga (eu), Farzaneh Sarafraz (fa), Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Satoru SATOH (ja), Alexander Didebulidze (ka), Žygimantas Beručka (lt), Kjartan Maraas (nb), Michiel Sikkes (nl), Åsmund Skjæveland (nn), Gora Mohanty (or), Raphael Higino (pt_BR), Duarte Loreto (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw), Laurent Dhima (sq), Слободан Д. Средојевић (sr), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk), Clytie Siddall (vi), Funda Wang (zh_CN)
2006-09-12Updated wm/fvwm-devel to 2.5.18martti2-6/+6
Fvwm is a powerful window manager. Version 2.5.18 is a bug fixing release for 2.5.17. Please be aware that any features introduced in the 2.5.x development versions may be renamed, changed or removed without notice before 2.6.0. Upgrading from earlier 2.5.x versions is recommended. Upgrading from 2.5.17 is strongly recommended. This release is available at the home page: http://www.fvwm.org/. * Bug Fixes: - If a window started fullscreen, leaving fullscreen state now properly unmaximizes and resizes the window. - Fixed the ForeColor/HilightFore styles that were broken in 2.5.17. - FvwmPager can now move icons with the !IconTitle style. - Fixed drawing of icons that are moved to a different desk. - FvwmPager no longer tries to move non-movable windows. - FvwmPager now moves all windows as user requests. - FvwmPager no longer displaces windows with title and border sizes on moves. - TestRc now correctly matches Break, and $[cond.rc] is expanded for Break. - Fixed several 64-bit architecture problems with XGetWindowProperty(). Xine works much better on 64-bit machines. - Fixed handling of ClickToFocusPassesClick with the EWMH desktop (e.g. using nautilus). - Fixed handling of windows that are unmapped and mapped again too fast (e.g. fpga_editor).
2006-09-10Update to 3.3.1:wiz3-20/+20
3.3.1: * Fix panels getting a border with keepBorder turned on. * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
2006-09-03Update to 3.3:wiz4-54/+108
3.3: * Add a showDelay option for the dock. * Fixed onscreen-keeping code which broke a bit in -rc2. * Fix incorrect handling of window properties on 64 bit arches. * Fix pixelsize being the same as size for pango, now it is correct. * Fix drawing of icons taller than wide, eg gimp. * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the center and 'splitvertical' which is like vertical but nonlinear in a fancy way. * Translations for de, hr and zh_TW added. * Add initial per-app settings support. * Fix some outstanding issues with 64-bit support. * Add an optional delay for displaying submenus so you can move the mouse over some entries without flashing each submenu. * Plug some minor memleaks and fix minor bugs. * Changed algorithm for downscaling window icons. * New themes! * Disable support for libstartup-notification by default, it doesn't seem to work well. * Allow disabling of duplicate window numbering by option titleNumber in theme section. * Add moverelative and resizerelative actions. * Option middle for menus that make submenus be centered instead of aligned by the top edge to the parent entry. * Fix transient (ie dialog) windows being placed offscreen if the parent is close to the edge of the screen. 3.3-rc2: * Fixed some typos and errors in rc.xsd * Add the noStrut option to the dock (to allow maximizing windows over it), useful when it is not in the above layer. * Fix transparent terminals not updating when using ToggleDecor. * Yet more poking at the onscreen-keeping code, should now do the right thing always. * Add an option to hide disabled buttons instead of showing them as disabled. * Hopefully fixed all the remaining pango issues. The new 1.10 release also fixes shadows again. * I think the lib linking in Makefile.am is right now, please tell me if it isn't. * Added a finnish translation and some minor updates to others. * Fixed configure.ac so --enable-pango doesn't disable pango support or the other way around, make enabled be default to get some extra testing. 3.3-rc1: * Poked around a bit in the code that keeps windows onscreen, if you are using xinerama, please let me know if things are better/worse/same. * Add support for pango, disabled by default due to a bug in pango 1.8 that breaks shadows, it works fine with 1.6.x though. Poke the pango developers here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this to be fixed. * Made edge resist and Send/MoveToEdge not hit windows at layers below the current one, add option to disable this behaviour. * Fixed directional focus not getting trapped in omnipresent windows * Fixed focus actions when bound to the mouse, normal focus cycle is always linear and directional focus is totally disabled, it makes no sense anyway, just move the mouse. * Added an option for the raise/lower/raiselower/unshaderaise/shadelower options called group that lets you bind stuff to raise/lower the whole window group. <action name="raise"><group>yes</group></action> * Add various new actions. I haven't updated the web docs yet, but I think I managed to get all of them listed in rc.xsd. * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed. * Some translations added. (ca, no, pl, ru, fr)