]> git.sur5r.net Git - i3/i3/history - include
Implement resizing (still buggy)
[i3/i3] / include /
2010-11-29 Michael StapelbergImplement resizing (still buggy)
2010-11-28 Michael Stapelberglittle style fixes, add vim modeline
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-26 Michael Stapelberglook and feel: create split container when switching...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Fernando Tarlá Car... Ported over some message types from -next.
2010-11-21 Michael StapelbergBugfix: Don’t draw borders for fullscreen windows
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-15 Fernando Tarlá Car... Port the path resolution and config loading code from...
2010-11-14 Michael Stapelbergtake into account x11 border_width settings (fixes...
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-14 Michael Stapelbergparser: return a proper JSON reply on parse errors
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-13 Michael Stapelbergimplement support for WM_TRANSIENT_FOR, expand testcase
2010-11-12 Michael StapelbergImplement support for WM_CLIENT_LEADER
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-11-12 Michael Stapelberglexer/parser: implement 'border' command
2010-11-12 Michael Stapelbergdon’t close workspaces which are still visible (multi...
2010-10-11 Michael StapelbergImplement support for size hints (including test case)
2010-09-01 Michael StapelbergImplement sticky windows
2010-08-15 Michael Stapelbergrecognize dock windows (and support matching them)
2010-08-15 Michael Stapelbergfix typo
2010-07-17 Michael Stapelbergipc/parser: commands can now return custom JSON replies
2010-07-17 Michael StapelbergBugfix: Keep focus on the current workspace when moving...
2010-07-16 Michael StapelbergTreat stacking containers as if they are in vertical...
2010-07-13 Michael StapelbergAdd more documentation to functions/header files
2010-07-11 Michael StapelbergRemove some dead code (to be re-implemented), rename...
2010-06-30 Michael Stapelbergparser: implement move
2010-06-28 Michael Stapelbergfloating: re-implement floating_modifier + left/right...
2010-06-28 Michael Stapelbergsplit up toggle_floating_mode into floating_enable...
2010-06-02 Michael StapelbergImplement mark/goto, modify testcase
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-01 Michael StapelbergMake splitting a container which was already split...
2010-05-31 Michael Stapelbergre-enable sending fake configure notifies
2010-05-30 Michael Stapelbergcleanup: introduce CT_WORKSPACE as type to avoid having...
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-04-17 Michael Stapelbergthrow out some old code from manage.c, cleanups
2010-04-17 Michael Stapelberginclude match.h in all.h
2010-04-17 Michael Stapelbergloglevel bitmasks needs to be larger because we got...
2010-04-17 Michael Stapelbergremove old fullscreen code
2010-04-17 Michael Stapelbergimplement con_toggle_fullscreen
2010-04-17 Michael Stapelberghandle destroynotify events
2010-04-17 Michael StapelbergWhen assigning children to containers, reset their...
2010-04-17 Michael Stapelberghandle client messages (fullscreen window state)
2010-04-16 Michael Stapelbergmake floating an enum (we need three states, not only...
2010-04-16 Michael Stapelbergmove match_* to match.c
2010-04-16 Michael Stapelbergmove con_focus to con.c
2010-04-16 Michael Stapelbergimplement con_id for matching containers, extend testcase
2010-04-14 Michael Stapelbergadd first version of a new flex/bison based command...
2010-04-13 Michael Stapelbergre-add fullscreen mode
2010-04-13 Michael Stapelbergcleanups
2010-04-13 Michael Stapelbergre-add focus follows mouse handling
2010-04-13 Michael Stapelbergmore reformatting/cleanups
2010-04-13 Michael Stapelbergre-add support for legacy window titles (WM_NAME)
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-26 Michael StapelbergFix memory leaks
2010-03-24 Michael StapelbergHandle destroy notify events like unmap notify events
2010-03-19 Michael Stapelbergipc: implement output event
2010-03-19 Michael Stapelbergipc: implement GET_OUTPUTS
2010-03-19 Michael StapelbergUse DLOG for debug messages instead of printf (Thanks...
2010-03-16 Michael Stapelbergipc: correctly shutdown IPC sockets when exiting/restarting
2010-03-14 Michael StapelbergDon’t use SYNC key bindings for Mode_switch but re...
2010-03-13 Michael StapelbergAdd configuration option to turn off workspace bar
2010-03-13 Michael Stapelbergipc: change message type of events (first bit set high)
2010-03-13 Axel WagnerImplement proportional floating-resize.
2010-03-12 Michael Stapelbergipc: implement events, cleanup the code a bit
2010-03-12 Michael Stapelbergipc: also send a reply for COMMAND messages
2010-03-12 Axel WagnerFloating resize uses arbitrary corners
2010-03-12 Michael StapelbergUpdate comment (Thanks Merovius)
2010-03-11 Michael Stapelbergipc: implement GET_WORKSPACES message type
2010-03-09 Michael StapelbergRe-add old Xinerama code for the poor nvidia users
2010-03-08 Axel WagnerImplement screen-spanning fullscreen-mode (command...
2010-03-07 Michael StapelbergTurn nested functions into real functions or macros
2010-03-05 Michael StapelbergUpdate function names, variable names and documentation...
2010-03-05 Michael StapelbergBugfix: Correctly hide/show workspaces when enabling...
2010-03-05 Michael StapelbergBugfix: Fix clone mode with new RandR code (Thanks...
2010-03-02 Michael StapelbergRestore geometry of all windows before exiting/restarti...
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-28 Michael Stapelbergadd xcb_set_window_rect which configures a window accor...
2010-02-28 Michael StapelbergMove update_if_necessary to util.c, will be necessary...
2010-02-13 Michael Stapelberglexer/parser: proper error messages
2010-02-12 Michael StapelbergBugfix: Correctly do boundary checking/moving to other...
2010-02-12 Michael StapelbergBugfix: Use both parts of WM_CLASS (it contains instanc...
2010-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2010-01-03 Michael StapelbergUse doxygen compatible comments
2010-01-03 Michael StapelbergUpdate copyright to 2010
2010-01-03 Jan-Erik Redigeradded popup for handling SIGSEGV or SIGFPE
2010-01-01 Michael StapelbergBugfix: Containers could lose their snap state (Thanks...
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
2009-12-25 Michael Stapelbergewmh: correctly set _NET_ACTIVE_WINDOW
next