]> git.sur5r.net Git - i3/i3/history - src
ipc/parser: commands can now return custom JSON replies
[i3/i3] / src /
2010-07-17 Michael Stapelbergipc/parser: commands can now return custom JSON replies
2010-07-17 Michael StapelbergBugfix: Even when not going one level up, we need to...
2010-07-17 Michael StapelbergBugfix: Keep focus on the current workspace when moving...
2010-07-16 Michael StapelbergBugfix: Don’t go further when switching focus on a...
2010-07-16 Michael StapelbergTreat stacking containers as if they are in vertical...
2010-07-16 Michael Stapelbergclose empty parent containers, add testcase
2010-07-16 Michael Stapelbergs/con->parent/parent to make it more readable
2010-07-13 Michael StapelbergAdd more documentation to functions/header files
2010-07-11 Michael StapelbergBugfix: Push all following window stacking orders to...
2010-07-11 Michael StapelbergBugfix: raise fullscreen containers before rendering...
2010-07-11 Michael StapelbergRemove some dead code (to be re-implemented), rename...
2010-07-11 Michael Stapelberguse decimal coordinates in debug message
2010-07-04 Michael Stapelbergipc: add member 'focused' to every container
2010-07-04 Michael StapelbergBugfix: Don’t try to focus the container itself when...
2010-07-04 Michael StapelbergBugfix: Correctly restore focus after close (and add...
2010-07-03 Michael StapelbergBugfix: Insert new containers at the right position...
2010-07-02 Michael StapelbergBugfix: Ignore sequences of mapping/unmapping windows...
2010-06-30 Michael Stapelbergbugfix: correctly focus follow up window when closing...
2010-06-30 Michael Stapelbergparser: implement move
2010-06-30 Michael Stapelbergparser: implement resize command
2010-06-30 Michael Stapelbergparser: implement explicit "mode floating"/"mode tiling"
2010-06-30 Michael Stapelbergparser: implement "reload"
2010-06-30 Michael Stapelbergparser: call tree_close_con() instead of tree_close...
2010-06-29 Michael StapelbergGo down the tree when moving windows, add testcase...
2010-06-28 Michael Stapelbergfloating: correctly kill floating containers when closing
2010-06-28 Michael Stapelbergfloating: use con_fix_percent
2010-06-28 Michael Stapelbergre-implement click to focus
2010-06-28 Michael Stapelbergfloating: re-implement floating_modifier + left/right...
2010-06-28 Michael Stapelbergautomatically set dialog windows to floating
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 Stapelbergsplit containers do not directly accepts windows (they...
2010-06-02 Michael Stapelbergbugfix: the layout command needs to change the layout...
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-02 Michael Stapelbergparser: implement matching on the window id
2010-06-02 Michael Stapelbergmore debug output
2010-06-02 Michael StapelbergDon’t ignore sequence in UnmapNotify, there might be...
2010-06-02 Michael StapelbergClear event mask while reparenting
2010-06-01 Michael Stapelbergparser: implement 'layout'
2010-06-01 Michael StapelbergMake splitting a container which was already split...
2010-06-01 Michael Stapelberg"Re-parent" floating clients whose old_parent is being...
2010-06-01 Michael Stapelbergipc: include floating-nodes in tree reply
2010-06-01 Michael StapelbergImplement focus command (and extend t/21-next-prev...
2010-06-01 Michael Stapelbergbugfix: allocate one more zero-byte to definitely get...
2010-05-31 Michael StapelbergImplement correct removal of floating containers
2010-05-31 Michael Stapelbergfix: to always abort we need to assert(false)
2010-05-31 Michael StapelbergReposition floating windows while dragging
2010-05-31 Michael Stapelbergre-enable sending fake configure notifies
2010-05-31 Michael StapelbergImplement mode toggle
2010-05-30 Michael Stapelbergcleanup: introduce CT_WORKSPACE as type to avoid having...
2010-05-26 Michael StapelbergUpdate _NET_WM_STATE after fullscreen state changes
2010-05-14 Michael StapelbergSet up _NET_WM_SUPPORTED and window manager name again
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-05-14 Michael Stapelbergre-render the three after calling parse_cmd
2010-05-14 Michael StapelbergIgnore UnmapNotify events generated by reparenting
2010-05-11 Michael Stapelberguse the new parser for handling keybindings
2010-05-11 Michael Stapelberggrammar: s/layout_mode/window_mode
2010-05-11 Michael StapelbergImplement 'restore' in new parser
2010-05-11 Michael Stapelbergimplement 'move' command in the new parser
2010-05-10 Michael StapelbergImplement exec, exit, level, restart (without testcases...
2010-05-10 Michael StapelbergImplement 'split'
2010-05-10 Michael StapelbergImplement 'prev', extend testcase
2010-05-09 Michael Stapelbergimplement 'next' in the new command parser (testcase...
2010-05-09 Michael Stapelbergbugfix: really return focus list in IPC tree dump ...
2010-05-09 Michael Stapelbergalso re-render the tree for commands using the new...
2010-05-09 Michael Stapelbergbugfix: don’t clean up workspace when switching to...
2010-04-17 Michael Stapelbergimplement 'fullscreen' command
2010-04-17 Michael Stapelbergthrow out some old code from manage.c, cleanups
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 Stapelbergpush X11 changes after a window is mapped
2010-04-17 Michael StapelbergWhen assigning children to containers, reset their...
2010-04-17 Michael Stapelbergput container in fullscreen mode if the fullscreen...
2010-04-17 Michael Stapelberghandle client messages (fullscreen window state)
2010-04-17 Michael Stapelbergclear current_match when dropping 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 Stapelbergcheck for empty matches
2010-04-16 Michael Stapelbergmove con_focus to con.c
2010-04-16 Michael Stapelbergbetter debug messages
2010-04-16 Michael Stapelbergclean up old workspace when switching (makes test 2...
2010-04-16 Michael Stapelbergignore sequence of unmapnotify events (generates entern...
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 Stapelbergmore reformatting
2010-04-13 Michael Stapelbergworkspace.c: update header, reformat
2010-04-13 Michael Stapelbergcorrectly focus workspaces
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-26 Michael StapelbergBugfix: null-terminate buffer
2010-03-26 Michael StapelbergFix memory leaks
2010-03-26 Michael Stapelbergrandr: Don’t enable outputs with mode 0x0
2010-03-25 Michael Stapelbergremove newlines
next