summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-02-14updateStefan Husmann
2017-02-13updateStefan Husmann
2017-02-05UpdateStefan Husmann
2017-02-03Updated version (1.0.0.r44.g2ea2e5b -> 1.0.0.r53.gd20f24e).Stefan Husmann
Changelog ========= Merge pull request #298 from dmh43/DH-floating-tile-mix (d20f24e) call next method when available for general method (9898e52) revert deletion of general group-button-press for float-group (0be9584) Merge branch 'master' into DH-floating-tile-mix (846ec3c) add float and unfloat commands (cb2a098) remove duplicated code (bc9596a) cleanup code orginization slightly (4e867ef) add support for merging float windows into tile groups (d10d41b) add support for floating windows in tile groups (8fceaac)
2017-02-01Updated version (1.0.0.r28.g3860c65 -> 1.0.0.r44.g2ea2e5b).Stefan Husmann
Changelog ========= Merge pull request #321 from PuercoPop/remove-make-xlib-window (2ea2e5b) Merge pull request #318 from PuercoPop/wrappers-make-window (86261cd) Merge branch 'master' into wrappers-make-window (6f84f2a) Merge pull request #319 from PuercoPop/wrappers-cleanup (2924527) Remove MAKE-XLIB-WINDOW (29eeb1f) PROGRAMS-IN-PATH: Correct Indentation (c23fa28) Remove directory-no-deref (56dd5c1) Remove CLISP hack to determine Unix flavor (145433a) Make RUN-PROG, PATHNAME-IS-EXECUTABLE-P and PRINT-BACKTRACE SBCL specific (18eb390) Remove PORTABLE-FILE-WRITE-DATE (2b8ada1) Make GETENV SBCL specific (692603b) Remove ARGV (15ae756) Make OPEN-PIPE SBCL specific (1d611ba) Remove MAKE-LOCK (7f6214b) Remove WITH-LOCK-HELD (057d8b2) Move MAKE-XLIB-WINDOW out wrappers.lisp (e8ae004)
2017-01-30updateStefan Husmann
2017-01-26add conflict to stumpwm packageStefan Husmann
2017-01-24Updated version (1.0.0.r22.g61fde34 -> 1.0.0.r26.g673e3bd).Stefan Husmann
Changelog ========= Merge pull request #315 from PuercoPop/interactive-keymaps-docstrings (673e3bd) Merge pull request #314 from PuercoPop/alexandria-for-contribs (d42aaab) DEFINE-INTERACTIVE-KEYMAP: Add support for docstrings (afc8d7f) Do not export FLATTEN symbol (b2382fa)
2017-01-21updateStefan Husmann
2017-01-20new makedependency alexandria, other dependencies now makedependenciesStefan Husmann
2017-01-13Updated version (0.9.9.r228.g53bc4ea -> 1.0.0.r0.g37a0ae9).Stefan Husmann
Changelog ========= Bumped version to 1.0.0 (37a0ae9) Merge pull request #304 from erjoalgo/master (ad12b68) window.lisp: make loop-wide (when ...) into when clause (03e2ca3) window.lisp: ensure all key's modifiers exist before grabbing it (dfce318) window.lisp: sample fix of "a not bound" issue (4e0cda4)
2017-01-10Updated version (0.9.9.r227.gbd9ad55 -> 0.9.9.r228.g53bc4ea).Stefan Husmann
Changelog ========= Fix non-conformant LOOP breaking input windows (53bc4ea)
2017-01-05Updated version (0.9.9.r225.g54f454f -> 0.9.9.r227.gbd9ad55).Stefan Husmann
Changelog ========= Merge pull request #295 from AeroNotix/remove-all-hooks (bd9ad55) Add: `remove-all-hooks` (f83c678)
2017-01-03Updated version (0.9.9.r223.g7ad1c92 -> 0.9.9.r225.g54f454f).Stefan Husmann
Changelog ========= Merge pull request #297 from lokedhs/wm-take-focus-java (54f454f) Always send WM_TAKE_FOCUS when a window is focused. (4ca6dc3)
2016-12-20Updated version (0.9.9.r220.g2c1dfcc -> 0.9.9.r223.g7ad1c92).AUR Update Bot
Changelog ========= Merge pull request #294 from dmh43/DH-which-key (7ad1c92) simplify implementation (2265734) add which-key-mode (8ce0500)
2016-11-23Updated version (0.9.9.r219.g1db3670 -> 0.9.9.r220.g2c1dfcc).AUR Update Bot
Changelog ========= Fixing #252 by only updating mode lines on button press for groups once (2c1dfcc)
2016-11-15Updated version (0.9.9.r217.g1be3f9b -> 0.9.9.r219.g1db3670).AUR Update Bot
Changelog ========= Merge pull request #291 from scottjad/take-focus-fix (1db3670) Fix window border updating on Java windows (3de07d8)
2016-11-10Updated version (0.9.9.r211.gce816e0 -> 0.9.9.r217.g1be3f9b).AUR Update Bot
Changelog ========= Merge pull request #290 from lokedhs/job-queue (1be3f9b) Unmerge the two versions of CALL-IN-MAIN-THREAD into two separate functions (f5549bd) A typo accidentally caused CALL-IN-MAIN-THREAD to be undefined on platforms other than SBCL (a2c8268) If WITH-CALL-IN-MAIN-THREAD is called while already on the main thread, immediately call the function (d555eea) Thread-safety improvements to the timer code (3a703a8) Added locking primitives for Allegro (f3913c8)
2016-11-09Updated version (0.9.9.r201.g15fbc62 -> 0.9.9.r211.gce816e0).AUR Update Bot
Changelog ========= Merge pull request #286 from lokedhs/job-queue (ce816e0) Fixed a typo in a docstring (d17ef26) Merge branch 'master' of https://github.com/stumpwm/stumpwm into job-queue (92690c9) Disable pipe support for CCL since it doesn't doesn't support the new-style main loop (92bc2c1) Implement IN-CHANNEL-IOPORT for CCL fd streams (5c341b0) Make the mutex functions into noops on CLISP without threads (1cccd92) Fixed a small typo in the ECL implementation of WITH-LOCK-HELD (d0f140d) On implementations where OPEN-PIPE is not supported, fall back to using a timer (d803a90) Implement support for ccl, and an unsafe fallback for other implementations (595d679) Implement CALL-IN-MAIN-THREAD (0a84f4e)
2016-10-31Updated version (0.9.9.r197.g4625490 -> 0.9.9.r201.g15fbc62).AUR Update Bot
Changelog ========= Merge pull request #288 from stumpwm/head-cleanup (15fbc62) Reorganize and clean up the mode line (9c9b936) Split formatters into mode-line-formatters.lisp (fa5fcab) Remove unused SCREEN property of HEAD (409ff9b)
2016-10-27Updated version (0.9.9.r185.g512a28f -> 0.9.9.r197.g4625490).AUR Update Bot
Changelog ========= Merge pull request #285 from stumpwm/cleanup (4625490) Remove unused function only-urgent (5d801ad) Move some screen utilities to screen.lisp (53fa6c9) Remove unused and commented-out screen.lisp code (dbca84c) Simplify translate-id (4de00a9) Convert screen initialization to initargs (365851d) Remove/move some utility functions (d8aa0e0) Clean up configure-request handling (2086dc3) Remove useless commented-out code from events.lisp (b23245d) Remove handle-mode-line-window (121f4e2) Clean up configure-notify handling (19fb409) Fix timer-less timer handling in xlib-io-loop (b91f257)
2016-10-25Updated version (0.9.9.r184.g0ade01f -> 0.9.9.r185.g512a28f).AUR Update Bot
Changelog ========= Fix calls to asdf:register-immutable-system (512a28f)
2016-10-19Updated version (0.9.9.r182.gcb0f193 -> 0.9.9.r184.g0ade01f).AUR Update Bot
Changelog ========= Merge pull request #283 from jorams/register-immutable-systems (0ade01f) Register systems as immutable in a built image (457cb6e)
2016-09-24Updated version (0.9.9.r177.g0c53590 -> 0.9.9.r182.gcb0f193).AUR Update Bot
Changelog ========= Improve color handling for highlighted menu lines (cb0f193) Prevent timers from being completely ignored (13ff02b) Revert "Fixing timer issue" (d0627c6) Merge pull request #282 from PuercoPop/render-strings-remove-screen-argument (6d17c48) RENDER-STRINGS: Screen argument is no longer used (6b8b176)
2016-09-23Updated version (0.9.9.r175.g6bb20f7 -> 0.9.9.r177.g0c53590).AUR Update Bot
2016-09-20Updated version (0.9.9.r173.ga931011 -> 0.9.9.r175.g6bb20f7).AUR Update Bot
Changelog ========= Merge pull request #280 from PuercoPop/delete-resize-backup (6bb20f7) Remove *RESIZE-BACKUP* (4739f4e)
2016-09-18Updated version (0.9.9.r171.ga3c29b8 -> 0.9.9.r173.ga931011).AUR Update Bot
Changelog ========= Merge pull request #279 from PuercoPop/patch-4 (a931011) Refactor RUN-EXPIRED-TIMERS (7dcbe81)
2016-09-09Updated version (0.9.9.r169.g9d854fd -> 0.9.9.r171.ga3c29b8).AUR Update Bot
Changelog ========= Merge branch 'master' of github.com:stumpwm/stumpwm (a3c29b8) Fixing timer issue (56303ad)
2016-09-07Updated version (0.9.9.r162.gf769cd8 -> 0.9.9.r169.g9d854fd).AUR Update Bot
Changelog ========= Merge pull request #273 from akacase/master (9d854fd) Merge pull request #271 from dolda2000/toplevel-handle (0c0b615) add purify to image dump for sbcl. (a109391) Removed obsolete lookup-error workarounds. (9289788) Unregister non-builtin I/O channels that cause errors. (8a17944) Extract top-level error handling to a generic function. (4ea96e4) Provide an exported symbol for the current I/O loop. (592065a)
2016-08-08Updated version (0.9.9.r149.g888a8f7 -> 0.9.9.r162.gf769cd8).AUR Update Bot
Changelog ========= Merge pull request #270 from dolda2000/ioloop (f769cd8) Fixed stupid typo. (293cf7e) Added more robust error handling to the SBCL I/O loop. (1309dbd) Fixed a mostly harmless weirdness in SBCL-IO-LOOP. (1bbd7a0) Added a restart to restart with a new I/O loop. (9f03c93) Added ioloop documentation. (f3bcb58) Modularize io-loop implementations. (4fc4476) Compile ioloop.lisp earlier. (8755511) Tested the dummy I/O loop and fixed a couple of bugs. (9db922f) Use the new I/O loop as the StumpWM top level loop. (319b1ba) Added ioloop.lisp to the compilation unit. (6e4206f) Added a dummy I/O loop for otherwise unsupport LISPs (0594650) Added basic multiplexing I/O loop with some supporting functions. (711d866)
2016-07-19Updated version (0.9.9.r147.g9e4001d -> 0.9.9.r149.g888a8f7).AUR Update Bot
Changelog ========= Merge pull request #267 from eadmund/implement-restart-hook (888a8f7) Export *RESTART-HOOK* (e5150e9)
2016-07-15Updated version (0.9.9.r144.g7d5b5eb -> 0.9.9.r147.g9e4001d).AUR Update Bot
Changelog ========= Merge pull request #266 from eadmund/implement-restart-hook (9e4001d) Revert trailing whitespace deletions (4ddfad0) Add *restart-hook* (4ea0fb2)
2016-06-10remove install fileStefan Husmann
2016-05-31Updated version (0.9.9.r142.ge3b5855 -> 0.9.9.r144.g7d5b5eb).AUR Update Bot
Changelog ========= Merge pull request #260 from PuercoPop/remove-conc1 (7d5b5eb) Remove CONC1 (c990e69)
2016-05-26Updated version (0.9.9.r140.g6c191ab -> 0.9.9.r142.ge3b5855).AUR Update Bot
Changelog ========= Merge pull request #258 from erjoalgo/master (e3b5855) fix crash when trying to display map with no bindings (44e0c53)
2016-05-17Updated version (0.9.9.r138.gf3a5f2e -> 0.9.9.r140.g6c191ab).AUR Update Bot
Changelog ========= Merge pull request #255 from alezost/fix-y-or-n (6c191ab) Fix "y-or-n" prompt (dd6ee55)
2016-05-05updateStefan Husmann
2016-04-19Updated version (0.9.9.r132.g8d51b73 -> 0.9.9.r134.gb507313).AUR Update Bot
Changelog ========= Merge pull request #249 from dwchandler/master (b507313) Fix two typos in README.md (246758c)
2016-03-26Updated version (0.9.9.r130.g17a9320 -> 0.9.9.r132.g8d51b73).AUR Update Bot
Changelog ========= Merge pull request #245 from dangerousben/master (8d51b73) menu.lisp: Don't display a blank prompt. (c5ad9ae)
2016-03-13Updated version (0.9.9.r128.g7d78c80 -> 0.9.9.r130.g17a9320).AUR Update Bot
Changelog ========= Merge pull request #244 from talchas/master (17a9320) Replace the fullscreen-SDL skip-raise heuristic with grabbing the server (1c5fdcf)
2016-03-04Updated version (0.9.9.r126.g92d2d56 -> 0.9.9.r128.g7d78c80).AUR Update Bot
Changelog ========= Merge pull request #243 from xsteve/fix-select-from-menu (7d78c80) menu.lisp: select-from-menu: Honour the initial-selection parameter (a66b851)
2016-02-28Updated version (0.9.9.r123.gd621528 -> 0.9.9.r126.g92d2d56).AUR Update Bot
2016-02-05Updated version (0.9.9.r118.g72c3c24 -> 0.9.9.r123.gd621528).AUR Update Bot
Changelog ========= Merge pull request #241 from sebastiano-barrera/menu-filter-pred (d621528) menu: refactor, add `match-all-regexps` (8dcf42e) allow different filter func for window lists (8cedbf0) use `select-window-from-menu` wherever possible (a7358ad) add custom filter predicate to `select-from-menu` (f803fc4)
2016-02-02Updated version (0.9.9.r112.g3b3d846 -> 0.9.9.r118.g72c3c24).AUR Update Bot
Changelog ========= Merge pull request #240 from sebastiano-barrera/helm-like-menu (72c3c24) bugfix in menu bound checking (+ further cleanup) (9ba7c1a) Cleanup (better use of some CL idioms) (0b38ba3) Corrected a typo; improved assertions (269d088) Allow multiple regexp in menu search (548afc3) Initial implementation (aab50fd)
2016-01-26Updated version (0.9.9.r110.g645750b -> 0.9.9.r112.g3b3d846).AUR Update Bot
Changelog ========= Updating travis build (3b3d846) Still fixing travis build prescription (54542ae)
2016-01-23Updated version (0.9.9.r108.g468c1f3 -> 0.9.9.r110.g645750b).AUR Update Bot
Changelog ========= Updated configure to error when makeinfo isn't found (645750b) Updating travis prescription (ae8b078)
2016-01-21Updated version (0.9.9.r107.g1af3363 -> 0.9.9.r108.g468c1f3).AUR Update Bot
Changelog ========= Update README.md (468c1f3)
2015-12-28updateStefan Husmann
2015-12-27adopted, small cosmetic changesStefan Husmann
2015-12-20UpdateDario Giovannetti