Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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)
|
|
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)
|
|
|
|
|
|
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)
|
|
|
|
|
|
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)
|
|
Changelog
=========
Fix non-conformant LOOP breaking input windows (53bc4ea)
|
|
Changelog
=========
Merge pull request #295 from AeroNotix/remove-all-hooks (bd9ad55)
Add: `remove-all-hooks` (f83c678)
|
|
Changelog
=========
Merge pull request #297 from lokedhs/wm-take-focus-java (54f454f)
Always send WM_TAKE_FOCUS when a window is focused. (4ca6dc3)
|
|
Changelog
=========
Merge pull request #294 from dmh43/DH-which-key (7ad1c92)
simplify implementation (2265734)
add which-key-mode (8ce0500)
|
|
Changelog
=========
Fixing #252 by only updating mode lines on button press for groups once (2c1dfcc)
|
|
Changelog
=========
Merge pull request #291 from scottjad/take-focus-fix (1db3670)
Fix window border updating on Java windows (3de07d8)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
Changelog
=========
Fix calls to asdf:register-immutable-system (512a28f)
|
|
Changelog
=========
Merge pull request #283 from jorams/register-immutable-systems (0ade01f)
Register systems as immutable in a built image (457cb6e)
|
|
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)
|
|
|
|
Changelog
=========
Merge pull request #280 from PuercoPop/delete-resize-backup (6bb20f7)
Remove *RESIZE-BACKUP* (4739f4e)
|
|
Changelog
=========
Merge pull request #279 from PuercoPop/patch-4 (a931011)
Refactor RUN-EXPIRED-TIMERS (7dcbe81)
|
|
Changelog
=========
Merge branch 'master' of github.com:stumpwm/stumpwm (a3c29b8)
Fixing timer issue (56303ad)
|
|
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)
|
|
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)
|
|
Changelog
=========
Merge pull request #267 from eadmund/implement-restart-hook (888a8f7)
Export *RESTART-HOOK* (e5150e9)
|
|
Changelog
=========
Merge pull request #266 from eadmund/implement-restart-hook (9e4001d)
Revert trailing whitespace deletions (4ddfad0)
Add *restart-hook* (4ea0fb2)
|
|
|
|
Changelog
=========
Merge pull request #260 from PuercoPop/remove-conc1 (7d5b5eb)
Remove CONC1 (c990e69)
|
|
Changelog
=========
Merge pull request #258 from erjoalgo/master (e3b5855)
fix crash when trying to display map with no bindings (44e0c53)
|
|
Changelog
=========
Merge pull request #255 from alezost/fix-y-or-n (6c191ab)
Fix "y-or-n" prompt (dd6ee55)
|
|
|
|
Changelog
=========
Merge pull request #249 from dwchandler/master (b507313)
Fix two typos in README.md (246758c)
|
|
Changelog
=========
Merge pull request #245 from dangerousben/master (8d51b73)
menu.lisp: Don't display a blank prompt. (c5ad9ae)
|
|
Changelog
=========
Merge pull request #244 from talchas/master (17a9320)
Replace the fullscreen-SDL skip-raise heuristic with grabbing the server (1c5fdcf)
|
|
Changelog
=========
Merge pull request #243 from xsteve/fix-select-from-menu (7d78c80)
menu.lisp: select-from-menu: Honour the initial-selection parameter (a66b851)
|
|
|
|
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)
|
|
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)
|
|
Changelog
=========
Updating travis build (3b3d846)
Still fixing travis build prescription (54542ae)
|
|
Changelog
=========
Updated configure to error when makeinfo isn't found (645750b)
Updating travis prescription (ae8b078)
|
|
Changelog
=========
Update README.md (468c1f3)
|
|
|
|
|
|
|