summaryrefslogtreecommitdiff
path: root/wm/awesome
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.
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn1-2/+2
2014-10-19Revbump after lang/lua51 update.alnsn1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-05-03Adapt to Lua multiversion support.alnsn1-1/+3
2014-04-29Update awesome wm to 3.5.5degroote2-6/+6
Emmanuel Lepage Vallee (2): Move 'surface_size' to gears.surface and make it public Make sure gears.color.create_png_pattern are being repeated Tin Benjamin Matuka (1): Allow reversing the icon order in systray Uli Schlachter (7): imagebox: Don't try to scale by infinite (FS#1248) gears.color: Handle nil arguments correctly again naughty: Don't use the cache when loading icons (FS#1253) gears.surface: Handle the cache more intelligently awful.tag.move: Fix tag index setting awful.tag.setscreen: Check if old_screen == new_screen change codename again
2014-04-06Update awesomem to 3.5.4.obache2-11/+9
v3.5.4: Uli Schlachter (8): gears.surface: Cache files from disk gears.color: Add a pattern cache awful.tooltip: Small reorganization awful.tooltip: Add (and use) :set_markup() function systray: Don't set WM_STATE on embedded windows (FS#1246) Revert "root: Make sure cairo doesn't cache our temporary connection" (FS#1245) wibox.drawable: Assert that no cairo error occurred change codename v3.5.3: Björn Åström (1): drawable: Support for true transparency (FS#1210) Campbell Barton (1): Remove raise call from mouse.client.move Daniel Hahler (14): Do not raise clients in client_manage Add a "deep" option to awful.util.table.clone Fallback to comparing layout names in awful.layout.inc Add client.maximized (a shortcut for ~_horizontal and ~_vertical) Minor doc fixes awful.rules: add does_match and matching_rules functions (FS#1224) Factor `awful.rules.apply_do` out of `apply` Only set client's urgent after startup Set c.screen in ewmh.tag and before tags in rules.execute Expand '~' in the path for beautiful.init Drop focus:raise() in magnifier.arrange Set c.screen in ewmh.tag and before tags in rules.execute Add and improve some comments to awesomerc.lua Fix the call to tag.history.restore from tag.delete Emmanuel Lepage Vallee (2): Add end to end support for spawning tracking using startup notifications Fix tag screen switching Enrico Scholz (1): menu: do not double escape name in 'menu:clients()' (FS#1202) Fabienne Ducroquet (1): layouts: spiral: Avoid gaps between windows Jan Larres (1): taglist: Add [bg|fg]_empty Massimiliano Brocchini (3): prompt: fix search term ctrl+up/ctrl+down when starting from existing entries prompt: search in prompt history using exact string match prompt: CTRL+DELETE deletes history entries Rocco Aliberti (3): awesomerc: Fix set menu clients width (FS#1200) awful.menu.clients: Remove useless line (FS#1200) wibox.layout.margin: Add margins color parameter Uli Schlachter (71): luadoc: Document screen outputs Print libxcb error codes for broken connections tasklist: Add default colors for broken themes Really ignore loops in transient_for (FS#1124) awful.tag.delete: Deactivate tags awful.menu: Add missing "local" declaration menubar: Fix API docs awful.tag.viewmore: Make screen optional (FS#1203) Finish C-side support for window shapes (FS#1051) awful.menu.clients: Fix API (FS#1200) naughty: fix ldoc Add awesome.composite_manager_running wibox.drawable: Cache the wallpaper client: Add c.blob property Improve the check for another window manager Update the luadoc for the C API client: Add request::activate signal (FS#848) awful.ewmh: Correctly handle bw change for maximized clients client: Emit property::screen after geometry awful.ewmh: Enforce client geometry (FS#764,FS#1216) root.wallpaper: Cleanup and correctness fixes Revert "awful.ewmh: Enforce client geometry (FS#764,FS#1216)" mouse.screen: Lie when we have no clue where the pointer is Measure the time a main loop iteration takes Update fields for capi.awesome in C comment Improve fatal signal handling awful.util.spawn*: Remove obsolete screen argument Make objects properly inherit signals from classes Add awesome.register_xproperty (FS#1212) Revert "client: Add c.blob property" Fix handling of _NET_CURRENT_DESKTOP messages (FS#1219,FS#1217) xproperty: Don't limit property lengths spawn: Don't try to spawn with empty argv (FS#1225) awesome.spawn(): Check table arguments better spawn: Remove useless argv[0] calculation drawin: Inline drawin_init() into its only caller drawin: Don't unconditionally redraw when made visible awful.tooltip: Work with all gears.colors as foreground drawin: Only redraw on move with translucent background Redraw titlebars more intelligently Fix cairo surface memory leak drawable: Add pixmap member root: Make sure cairo doesn't cache our temporary connection Add awesome.startup awful.client.movetoscreen: Don't untag clients completely (FS#1196) ewmh: Factor out common code into a helper function EWMH: Ignore invalid _NET_WM_DESKTOP ewmh: Use client_set_sticky() for making clients sticky EWMH: Handle _NET_WM_DESKTOP in lua Drawable: Ignore exposes when we have nothing to draw Fixup indentation Bump minimum lgi dependency to 0.7.0 awful.rules: Emit request::activate on the client luaa: Remove lots of unused code awful.client: Add marked and unmarked signals (FS#1227) imagebox: Avoid division by zero wibox.layout.base.fit_widget: Enforce sane width and height window: Factor out helper functions for xproperties awesome: Add get_* and set_xproperty xproperty: Emit on "awesome" for root window properties rc.lua: Raise all clients by default (regression, FS#1234) Make debug::index::miss and newindex work on classes and all objects awesome.startup_errors: Never emit debug::index::miss beautiful: Don't use non-existant API gears.color.create_opaque_pattern: Fix for SurfacePatterns (FS#1236) drawin: Correctly add property::shape_* signals Revert "Set c.screen in ewmh.tag and before tags in rules.execute" Revert "awful.client.movetoscreen: Don't untag clients completely (FS#1196)" awful.tag.withcurrent: Try harder at finding a tag (FS#1196) Ignore enter/leave events when unmanaging a window (FS#1239) change codename heithe (1): Add awful.titlebar.widget.minimizebutton v3.5.2: Alexander Kondratev (1): fixed #1184. Calling movetotag method throw an error on a blank screen Björn Åström (1): wibox.layout.fixed: Fix fill space David Mohr (1): Revert "client: add a limit to the loop (FS#573)" Uli Schlachter (28): Implement window gravity in ConfigureRequests (FS#1137) awful.tooltip: Set the bg color correctly (FS#1148) lua: Print traceback on startup errors luadoc: Clients have a leader_window, not leader_id Fix WM_CLIENT_LEADER handling client: Ignore "fake" string property changes wibox: Add widget geometry cache draw: Add function for finding a visual by id client.content: Use correct client size (FS#1150) client.content: Return a cairo xcb surface Stop linking against xcb-image awful.titlebar: Add show, hide, toggle functions Switch from libXcursor to libxcb-cursor CMake: Look for both "ldoc" and "ldoc.lua" Use $PATH when starting $SHELL ewmh: remove _NET_DESKTOP_GEOMETRY support screen: Make sure we always have a screen Fix possible deadlock during startup naughty: Verify image parameters coming from dbus (FS#1162) awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173) awful.client.tiled: Ignore fullscreen (etc) clients (FS#1106) client: Ignore transient_for causing loops (FS#1124) screen: Fix screen equality comparison (FS#1151) client: Don't move clients around across restarts (FS#1159) Revert "client: Don't move clients around across restarts (FS#1159)" event: Handle MotionNotify before ButtonPress/Release (FS#1136) awful.tag.withcurrent: Also act on restarts (FS#1155) change codename kardan (1): honor appended -c option for --check
2014-04-06Some clean up of packaging:obache3-8/+9
* prevent to buildlink with pango, it will be loaded vir lua-gi. * add buildlink with libexecinfo, it is installed as a dependency of cmake now and found by cmake. PR pkg/48717. * set prefix of libev more closely. Bump PKGREVISION from dependency update.
2014-01-13According to a report from Michael Kopp in private mail, this needsdholland1-2/+3
pango at runtime or it won't start. Note: it isn't clear to me where this comes from or what the circumstances are (the package source does not appear to refer directly to pango) so I'm going to use buildlink rather than just DEPENDS (which might be sufficient) out of paranoia. PKGREVISION -> 3.
2013-12-08Requires cairo-gobject. PKGREVISION -> 2.dholland3-3/+22
This package uses lua-gi at build time to see if it can load cairo-gobject; this does not (AFAICT) work without buildlinking lua-gi, and possibly not even then, and I don't want to get into that unless necessary. So make the failure non-fatal as the package build system suggests. (Except that the way they suggest isn't working for some other reason, so do it forcibly.) I am not really in a position to test it at runtime right now, so if it doesn't work let me know. At least now the package builds.
2013-10-30Bump PKGREVISION of packages whose Lua depends changed form, but whosedholland1-1/+2
own PKGNAME is unchanged.
2013-10-30Fix Lua depends.dholland1-2/+2
2013-07-22Update awesome to 3.5.1degroote5-55/+54
Lots of change since 3.4.13, in particular support for lua 5.2. For details changelot, see http://awesome.naquadah.org/changelogs/short/v3.5
2013-07-05Apply removal of -export-dynamic for SunOS across all of pkgsrc.jperkin1-7/+2
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been looked at yet.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon1-2/+2
2013-07-04Revbump after updating lang/lua to 5.2.2.adam1-2/+2
2013-06-19Fix build on SunOS.jperkin1-1/+8
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
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-31wm/awesome: Fix build on DragonFlymarino2-1/+20
Add DragonFly to list of systems that need to include alloca.h header.
2012-08-27Update to 3.4.13 to fix build (hi is!)wiz4-22/+20
3.4.13: Julien Danjou (3): Remove PREFIX, use CMAKE_INSTALL_PREFIX Simplify client focus code change codename Sébastien Luttringer (1): awful.titlebar use height not width Uli Schlachter (2): xerror: Print numeric infos about the error Revert "Focus history: Don't ignore unfocusable clients" 3.4.12: Anurag Priyam (3): awful.tooltip docs: replace references to undefined variable 'K' with 'myclock' add awful.util.table.cycle add awful.client.cycle Arvydas Sidorenko (1): Original sky theme dwindle and spiral icons Axel Beckert (1): awful.tag.inc*: properly pass tag parameter to set* Corey Thompson (3): Bump duplicated commands to the most recent in command prompt history Initialize floating_geometry on property::border_width signal (FS#826) Remove "encoding=utf-8" from Vim modelines Duflot Jean-Luc (1): Update french manpages Gianluca Fiore (1): Add italian translation Julien Danjou (4): awsetbg: xli is reported as ok Fix mousegrabber run documentation naughty: remove score system, merge presets change codename Rob Hoelz (1): Allow usage of strings as key names for root.fake_input Sébastien Luttringer (2): Get mousegrabber running state Get keygrabber running state Thomas Moschny (2): Fix build with glib2 2.31.0 Desktop file fixes. TsT (2): mistake fix: "b" local variable declaration is missing table.foreach is deprecated: now use for + pairs Uli Schlachter (4): Beautiful: Handle invalid wallpaper_cmd better (FS#941) Focus history: Don't ignore unfocusable clients Taglist: Add {bg,fg}_occupied theme options awful.client.setslave: Fix for not-visible clients 3.4.11: Anurag Priyam (1): naughty: add helper function, toggle() - suspend/resume notifications Arnaud Fontaine (1): Update the code following release of xcb-util 0.3.8. David Palacio (2): Desktop clients may not be visible on all tags. Ignore desktop clients on taglist widget Ignas Anikevicius (gns_ank) (1): Saving gama values in pngs to prevent compilation errors Jacques-Pascal Deplaix (1): awsetbg: Add the aspect option with feh Julien Danjou (4): Set the conffile value before executing the code Use awesome.conffile in menu naughty: fix image data copy change codename Majic (1): Private naughty.getIcon() -> public awful.util.geticonpath() Massimiliano Brocchini (2): no duplicate entries in prompt history search in prompt history Perry Hargrave (6): FS#917: Dont move clients with fixed positions Retain focus on clients moved across screens (fs#620) movetoscreen:Dont refocus the selected client Update tasklist when client screen changes Prevent util.cycle from infinite loop (FS#938) Check wallpaper_cmd entries are valid (FS#938) Uli Schlachter (6): Make sure russian manpages are installed (FS#907) Fix restacking with zaphod mode (FS#835) Ungrab the server before parsing the config Signal config errors via a naughty popup Signal runtime errors via a naughty popup Fix the default config
2012-08-26Update to 3.4.10, from wip/awesome.is9-110/+263
Main points: Lua configuration, instead of the old one. (Awesome-2.x.x hasn't been updated since 2009.)
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-29wm/awesome: Fix indirect linking error on DragonFlymarino1-1/+3
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+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-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-08-29Update to 2.3.6:wiz3-12/+11
Julien Danjou (4): awesome: define SUN_LEN if not already defined build: use backquote rather then $() build: check for connect in socket lib build: use back quote instead of $() Nikos Ntarmos (2): uicb: check before overwriting DISPLAY (FS#318) titlebar: unmap when going to Off position (FS#156) Hannes Schueller (1): awesome-menu: make autocomplete behaviour configurable (FS#336)
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-11-06Drop maintainership.ahoka1-2/+2
2008-09-06Update to the latest version v2.3.4.ahoka2-6/+6
Changes: awesome-menu: match string mode and autocomplete tasklist: add tags as cache element (FS#227) awesomerc: fix subprocess (FS#193) awesomerc: fix default path in menu launching Revert "awesomerc: fix xterm -e in case of others terms" mouse: fix client snapping
2008-08-13Change my email address.ahoka1-2/+2
2008-08-07Update to 2.3.3.ahoka2-6/+7
Changes: Fix xterm -e in default config for other terminal ; Give floating dialogs of maximised windows focus (FS#232).