summaryrefslogtreecommitdiff
path: root/wm/matchbox-wm
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02Add SHA512 digests for distfiles for wm categoryagc1-1/+2
Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-28HOMEPAGE and MASTER_SITES moved.mef1-3/+3
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-12DESTDIR supportjoerg1-4/+7
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2007-02-03Depend on xdg-1.4 for share/themes.wiz1-1/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
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-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-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Re-import as wm/matchbox-wm (was wm/matchbox). Requested by wiz@.peter4-0/+88