2010-08-15 |
Michael Stapelberg | recognize dock windows (and support matching them) |
tree | commitdiff |
2010-08-15 |
Michael Stapelberg | fix typo |
tree | commitdiff |
2010-07-17 |
Michael Stapelberg | ipc/parser: commands can now return custom JSON replies |
tree | commitdiff |
2010-07-17 |
Michael Stapelberg | Bugfix: Keep focus on the current workspace when moving... |
tree | commitdiff |
2010-07-16 |
Michael Stapelberg | Treat stacking containers as if they are in vertical... |
tree | commitdiff |
2010-07-13 |
Michael Stapelberg | Add more documentation to functions/header files |
tree | commitdiff |
2010-07-11 |
Michael Stapelberg | Remove some dead code (to be re-implemented), rename... |
tree | commitdiff |
2010-06-30 |
Michael Stapelberg | parser: implement move |
tree | commitdiff |
2010-06-28 |
Michael Stapelberg | floating: re-implement floating_modifier + left/right... |
tree | commitdiff |
2010-06-28 |
Michael Stapelberg | split up toggle_floating_mode into floating_enable... |
tree | commitdiff |
2010-06-02 |
Michael Stapelberg | Implement mark/goto, modify testcase |
tree | commitdiff |
2010-06-02 |
Michael Stapelberg | Re-implement support for the urgency hint, extend t... |
tree | commitdiff |
2010-06-01 |
Michael Stapelberg | Make splitting a container which was already split... |
tree | commitdiff |
2010-05-31 |
Michael Stapelberg | re-enable sending fake configure notifies |
tree | commitdiff |
2010-05-30 |
Michael Stapelberg | cleanup: introduce CT_WORKSPACE as type to avoid having... |
tree | commitdiff |
2010-05-14 |
Michael Stapelberg | Add parameter to reparent windows instead of killing... |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | throw out some old code from manage.c, cleanups |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | include match.h in all.h |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | loglevel bitmasks needs to be larger because we got... |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | remove old fullscreen code |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | implement con_toggle_fullscreen |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | handle destroynotify events |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | When assigning children to containers, reset their... |
tree | commitdiff |
2010-04-17 |
Michael Stapelberg | handle client messages (fullscreen window state) |
tree | commitdiff |
2010-04-16 |
Michael Stapelberg | make floating an enum (we need three states, not only... |
tree | commitdiff |
2010-04-16 |
Michael Stapelberg | move match_* to match.c |
tree | commitdiff |
2010-04-16 |
Michael Stapelberg | move con_focus to con.c |
tree | commitdiff |
2010-04-16 |
Michael Stapelberg | implement con_id for matching containers, extend testcase |
tree | commitdiff |
2010-04-14 |
Michael Stapelberg | add first version of a new flex/bison based command... |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | re-add fullscreen mode |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | cleanups |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | re-add focus follows mouse handling |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | more reformatting/cleanups |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | re-add support for legacy window titles (WM_NAME) |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | correctly update/display window title/class |
tree | commitdiff |
2010-04-13 |
Michael Stapelberg | first step of the big refactoring ("tree" branch). |
tree | commitdiff |
2010-03-26 |
Michael Stapelberg | Fix memory leaks |
tree | commitdiff |
2010-03-24 |
Michael Stapelberg | Handle destroy notify events like unmap notify events |
tree | commitdiff |
2010-03-19 |
Michael Stapelberg | ipc: implement output event |
tree | commitdiff |
2010-03-19 |
Michael Stapelberg | ipc: implement GET_OUTPUTS |
tree | commitdiff |
2010-03-19 |
Michael Stapelberg | Use DLOG for debug messages instead of printf (Thanks... |
tree | commitdiff |
2010-03-16 |
Michael Stapelberg | ipc: correctly shutdown IPC sockets when exiting/restarting |
tree | commitdiff |
2010-03-14 |
Michael Stapelberg | Don’t use SYNC key bindings for Mode_switch but re... |
tree | commitdiff |
2010-03-13 |
Michael Stapelberg | Add configuration option to turn off workspace bar |
tree | commitdiff |
2010-03-13 |
Michael Stapelberg | ipc: change message type of events (first bit set high) |
tree | commitdiff |
2010-03-13 |
Axel Wagner | Implement proportional floating-resize. |
tree | commitdiff |
2010-03-12 |
Michael Stapelberg | ipc: implement events, cleanup the code a bit |
tree | commitdiff |
2010-03-12 |
Michael Stapelberg | ipc: also send a reply for COMMAND messages |
tree | commitdiff |
2010-03-12 |
Axel Wagner | Floating resize uses arbitrary corners |
tree | commitdiff |
2010-03-12 |
Michael Stapelberg | Update comment (Thanks Merovius) |
tree | commitdiff |
2010-03-11 |
Michael Stapelberg | ipc: implement GET_WORKSPACES message type |
tree | commitdiff |
2010-03-09 |
Michael Stapelberg | Re-add old Xinerama code for the poor nvidia users |
tree | commitdiff |
2010-03-08 |
Axel Wagner | Implement screen-spanning fullscreen-mode (command... |
tree | commitdiff |
2010-03-07 |
Michael Stapelberg | Turn nested functions into real functions or macros |
tree | commitdiff |
2010-03-05 |
Michael Stapelberg | Update function names, variable names and documentation... |
tree | commitdiff |
2010-03-05 |
Michael Stapelberg | Bugfix: Correctly hide/show workspaces when enabling... |
tree | commitdiff |
2010-03-05 |
Michael Stapelberg | Bugfix: Fix clone mode with new RandR code (Thanks... |
tree | commitdiff |
2010-03-02 |
Michael Stapelberg | Restore geometry of all windows before exiting/restarti... |
tree | commitdiff |
2010-03-02 |
Michael Stapelberg | Change workspace assignments to use the RandR output... |
tree | commitdiff |
2010-03-02 |
Michael Stapelberg | huge change: implement RandR instead of Xinerama |
tree | commitdiff |
2010-02-28 |
Michael Stapelberg | add xcb_set_window_rect which configures a window accor... |
tree | commitdiff |
2010-02-28 |
Michael Stapelberg | Move update_if_necessary to util.c, will be necessary... |
tree | commitdiff |
2010-02-13 |
Michael Stapelberg | lexer/parser: proper error messages |
tree | commitdiff |
2010-02-12 |
Michael Stapelberg | Bugfix: Correctly do boundary checking/moving to other... |
tree | commitdiff |
2010-02-12 |
Michael Stapelberg | Bugfix: Use both parts of WM_CLASS (it contains instanc... |
tree | commitdiff |
2010-01-29 |
Michael Stapelberg | Invert logic for the last commit |
tree | commitdiff |
2010-01-29 |
Kim Silkebækken... | Added focus_follows_mouse config option |
tree | commitdiff |
2010-01-03 |
Michael Stapelberg | Use doxygen compatible comments |
tree | commitdiff |
2010-01-03 |
Michael Stapelberg | Update copyright to 2010 |
tree | commitdiff |
2010-01-03 |
Jan-Erik Rediger | added popup for handling SIGSEGV or SIGFPE |
tree | commitdiff |
2010-01-01 |
Michael Stapelberg | Bugfix: Containers could lose their snap state (Thanks... |
tree | commitdiff |
2009-12-31 |
Michael Stapelberg | ewmh: implement support for _NET_WORKAREA (rdesktop... |
tree | commitdiff |
2009-12-25 |
Michael Stapelberg | ewmh: correctly set _NET_ACTIVE_WINDOW |
tree | commitdiff |
2009-12-25 |
Michael Stapelberg | ewmh: correctly set _NET_CURRENT_DESKTOP to the number... |
tree | commitdiff |
2009-12-22 |
Michael Stapelberg | Make containers containing exactly one window behave... |
tree | commitdiff |
2009-12-21 |
Michael Stapelberg | xinerama: correctly put windows which are assigned... |
tree | commitdiff |
2009-12-19 |
Michael Stapelberg | Touch each log message and classify it as DLOG (debug... |
tree | commitdiff |
2009-12-19 |
Michael Stapelberg | add log.c/log.h which contain all the log related macro... |
tree | commitdiff |
2009-12-12 |
Michael Stapelberg | Take into account the window’s base_{width,height}... |
tree | commitdiff |
2009-11-22 |
Michael Stapelberg | config: delete old parser, new lexer/parser is the... |
tree | commitdiff |
2009-11-22 |
Michael Stapelberg | Bugfix: Also fix horizontal resizing |
tree | commitdiff |
2009-11-12 |
Michael Stapelberg | Disable XKB instead of quitting with an error (Thanks... |
tree | commitdiff |
2009-11-08 |
Michael Stapelberg | Implement configuration setting to change the default... |
tree | commitdiff |
2009-09-29 |
Michael Stapelberg | Refactor workspaces to be stored in a TAILQ instead... |
tree | commitdiff |
2009-09-27 |
Michael Stapelberg | Implement options to change the default mode of containers |
tree | commitdiff |
2009-09-27 |
Michael Stapelberg | Implement modes. Modes allow you to use different keybi... |
tree | commitdiff |
2009-09-27 |
Michael Stapelberg | Add documentation for workspace_get() |
tree | commitdiff |
2009-09-27 |
Michael Stapelberg | Make number of workspaces dynamic (no longer limited... |
tree | commitdiff |
2009-09-26 |
Michael Stapelberg | Implement resize command |
tree | commitdiff |
2009-09-26 |
Michael Stapelberg | Obey the client’s border_width setting (Thanks shatter) |
tree | commitdiff |
2009-09-22 |
Michael Stapelberg | Implement stack-limit for further defining how stack... |
tree | commitdiff |
2009-09-22 |
Michael Stapelberg | Move handler for clicking to its own file |
tree | commitdiff |
2009-09-20 |
Michael Stapelberg | Implement vim-like marks |
tree | commitdiff |
2009-09-19 |
Michael Stapelberg | Merge branch 'lex' into next |
tree | commitdiff |
2009-09-19 |
Michael Stapelberg | Finish configfile parsing with lexer, implement -l... |
tree | commitdiff |
2009-09-13 |
Michael Stapelberg | Make variable expansion work with the new parsing |
tree | commitdiff |
2009-09-06 |
Michael Stapelberg | Implement the urgency hint for windows/workspaces |
tree | commitdiff |
2009-09-06 |
Michael Stapelberg | Implement horizontal resize |
tree | commitdiff |
2009-09-02 |
Michael Stapelberg | Merge patches for OpenBSD compatibility |
tree | commitdiff |
2009-08-23 |
Michael Stapelberg | Bugfix: Correctly use base_width/base_height and size... |
tree | commitdiff |
next |