2010-03-03 |
Michael Stapelberg | sighandler: only display on active outputs |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Michael Stapelberg | Save a resize_client() when handling the size hints |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Michael Stapelberg | Bugfix: checked for wrong flag in size hints |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | debian: require libxcb-randr0-dev instead of libxcb... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | When in fullscreen mode, focus whole screens instead... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | Bugfix: only return active screens in get_screen_most |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | Move autostart after creating the IPC socket in start... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | Restore geometry of all windows before exiting/restarti... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | use scalloc instead of some places where calloc was... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | Change workspace assignments to use the RandR output... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | Fix parallel compilation (sometimes it failed because... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Stapelberg | huge change: implement RandR instead of Xinerama |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Michael Stapelberg | add xcb_set_window_rect which configures a window accor... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Michael Stapelberg | Move update_if_necessary to util.c, will be necessary... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Michael Stapelberg | docs: the comparison is size and position, not only... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Michael Stapelberg | work around clients setting 0xFFFF as resize increments |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Michael Stapelberg | Add missing carriage return (Thanks fallen) |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Michael Stapelberg | Make the warning about $terminal being deprecated an... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Michael Stapelberg | parser: ignore errors |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Michael Stapelberg | Document the new options |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Michael Stapelberg | lexer/parser: proper error messages |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Michael Stapelberg | makefile: parser/lexer also depend on header files |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Michael Stapelberg | parser: enable verbose error messages, add aliases... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Michael Stapelberg | Also warp the pointer when moving a window to a another... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Michael Stapelberg | Bugfix: Correctly do boundary checking/moving to other... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Michael Stapelberg | Bugfix: Use both parts of WM_CLASS (it contains instanc... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Michael Stapelberg | Remove duplicate entry (Thanks Merovius) |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Michael Stapelberg | Add documentation for the new focus follows mouse-option |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Michael Stapelberg | Invert logic for the last commit |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Kim Silkebækken... | Added focus_follows_mouse config option |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Stapelberg | docs: improve documentation on modes (Thanks xeen) |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Kim Silkebækken... | Fixed cursor code in create_window(), allowing the... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Kim Silkebækken... | Fixed cursor orientation when resizing |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Stapelberg | Include date of the last commit in version number ... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Stapelberg | Implement resize command for floating clients |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Michael Stapelberg | Bugfix: Don’t leak IPC socket to launched processes |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Michael Stapelberg | manpage: mention i3-msg and i3-input in SEE ALSO (Thank... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Cedric Staub | Feature: Cycle through workspaces |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Michael Stapelberg | bugfix: lexer: return to INITIAL state (Thanks dirkson) |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Michael Stapelberg | Bugfix: if a font provides no per-char info for width... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Michael Stapelberg | Bugfix: Use ev_loop_new instead of ev_default_loop... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | sighandler: last little style fixes |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | grab the pointer inside the signal handler popup |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Check return code of sigaction() |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Remove expose event mask, expose events will not be... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Use DLOG instead of LOG, remove unnecessary debug statement |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | some little style changes |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Use doxygen compatible comments |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Update copyright to 2010 |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Jan-Erik Rediger | added popup for handling SIGSEGV or SIGFPE |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | ewmh: Don’t push workspaces with width=0 and height... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Michael Stapelberg | Obey the XDG Base Directory Specification for config... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Michael Stapelberg | Bugfix: Containers could lose their snap state (Thanks... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Michael Stapelberg | Remove superfluous #include <assert.h> (Thanks badboy) |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Michael Stapelberg | Extend testcase for dock clients with wm_transient_for... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Michael Stapelberg | Bugfix: Don’t put dock clients into floating mode ... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Michael Stapelberg | ewmh: implement support for _NET_WORKAREA (rdesktop... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Michael Stapelberg | Fix bindings using the cursor keys in default config |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Michael Stapelberg | ewmh: correctly set _NET_ACTIVE_WINDOW |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Michael Stapelberg | ewmh: correctly set _NET_CURRENT_DESKTOP to the number... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Michael Stapelberg | Bugfix: Fix NULL pointer dereference in workspaces... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Michael Stapelberg | retab! src/container.c |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Michael Stapelberg | Make containers containing exactly one window behave... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Michael Stapelberg | makefile: rather than a dependency for each source... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Michael Stapelberg | Correctly exit when another window manager is already... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Michael Stapelberg | xinerama: correctly put windows which are assigned... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Michael Stapelberg | xinerama: change some log messages to errors |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Michael Stapelberg | Remove -e and -t from loglevels.h target to make it... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Michael Stapelberg | makefile: properly document dependencies on each target... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Michael Stapelberg | makefile: clean temporary files |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Michael Stapelberg | Touch each log message and classify it as DLOG (debug... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Michael Stapelberg | Add new options -V for verbose mode and -d <loglevel... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Michael Stapelberg | add log.c/log.h which contain all the log related macro... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Michael Stapelberg | logging: new makefile target to generate loglevels... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Michael Stapelberg | Add x11-utils as dependency to have xmessage(1) for... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Michael Stapelberg | Add clarification about border color in userguide ... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Stapelberg | Distribute rest space between windows as long as possib... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Take into account the window’s base_{width,height}... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Partly revert 4ba26659, it was just wrong. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Add new entry in debian/changelog to prevent apt from... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Bugfix: Correctly check for fullscreen windows when... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Bugfix: Correctly place new windows below fullscreen... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Stapelberg | Bugfix: Fix assignments to not yet visible workspaces |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Michael Stapelberg | Bugfix: close file handle after parsing |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Michael Stapelberg | Include unistd.h for usleep() |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Michael Stapelberg | Bugfix: Don’t resize client after base_height changes... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Michael Stapelberg | Bugfix: Use more precise floating point arithmetic... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Michael Stapelberg | Correct typo |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Michael Stapelberg | Update and reformat the hacking howto |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Michael Stapelberg | When no screens are found, don’t hog the CPU. Also... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Michael Stapelberg | Add new chapters to userguide: multi-monitor and softwa... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Stapelberg | Bugfix: Fix two problems in resizing floating windows... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Stapelberg | Bugfix: Render containers after setting the client... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | debian: Add i3-wm.doc-base |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | debian: add missing files to docs/ |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | debian: set priority only for the source package, binar... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | Bugfix: Resize client after updating base_height/base_w... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Stapelberg | Bugfix: Don’t ignore urgency flag when the client wants... |
commit | commitdiff | tree | snapshot |
next |