]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2010-11-26 Michael StapelbergBugfix: Correctly count variables when parsing the...
2010-11-22 Michael Stapelbergmake i3bar work with tree branch again (current_workspa...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Michael Stapelbergfix indention of src/ipc.c
2010-11-21 Michael Stapelbergperl: use get_tree instead of get_workspaces
2010-11-21 Michael Stapelbergi3-msg: s/tree/get_tree for consistency, add new types...
2010-11-21 Fernando Tarlá... Send change:empty too.
2010-11-21 Fernando Tarlá... Unlink the resolved path.
2010-11-21 Fernando Tarlá... Send the workspace focus change event.
2010-11-21 Fernando Tarlá... Support get_workspaces and get_outputs in i3-msg.
2010-11-21 Fernando Tarlá... Ported over some message types from -next.
2010-11-21 Michael Stapelbergadd shortcut to default config for tiling/floating...
2010-11-21 Michael StapelbergBugfix: Don’t draw borders for fullscreen windows
2010-11-21 Michael StapelbergBugfix: Don’t attach tiling containers to floating...
2010-11-21 Michael Stapelbergipc: s/floating-nodes/floating_nodes for consistency
2010-11-20 Michael Stapelbergfloating-unmap.t: switch order, don’t use workaround
2010-11-20 Michael Stapelbergbugfix: don’t treat workspace as empty if they only...
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-20 Michael Stapelbergdebugging: implement a NOP command which just spits...
2010-11-20 Michael StapelbergBugfix: when no windows to focus, return the workspace...
2010-11-15 Fernando Tarlá... Port the IPC socket creation code from -next.
2010-11-15 Fernando Tarlá... Port the path resolution and config loading code from...
2010-11-15 Michael StapelbergWhen in tabbed mode, nail the orientation to horizontal
2010-11-15 Fernando Tarlá... Render the tabbed mode correctly.
2010-11-15 Fernando Tarlá... Get rid of the remaining hardcoded height.
2010-11-15 Fernando Tarlá... Use the configured font to draw the decorations.
2010-11-14 Michael Stapelbergbugfix: check if the client leader is a managed window...
2010-11-14 Michael Stapelbergtake into account x11 border_width settings (fixes...
2010-11-14 Michael Stapelbergdon’t allow useless splits, change orientation of exist...
2010-11-14 Michael StapelbergBugfix: only set clients to floating which have a leade...
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
2010-11-14 Michael Stapelbergadd testcase for focus problem when toggling floating...
2010-11-14 Michael StapelbergBugfix: use rectangles instead of a polygon to avoid...
2010-11-14 Michael Stapelbergautomatically set windows with client_leader to floating
2010-11-14 Michael StapelbergBugfix: after the first UnmapNotify, unignore the event
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael Stapelbergdon’t remove floating container twice (it’s already...
2010-11-14 Michael Stapelbergresize/unmap container x11 windows on demand (makes...
2010-11-14 Michael Stapelbergmodify t/04-floating.t to reflect the new way we are...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-14 Michael Stapelbergset withdrawn/normal state when unmapping/mapping ...
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 Fernando Tarlá... Info about client.background for the user guide.
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-11-13 Fernando Tarlá... Paint the window decorations using the theme.
2010-11-13 Michael Stapelbergadd testcases/complete-run.pl, a script for convenientl...
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-13 Michael Stapelbergt/16-nestedcons.t: add 'border' key
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 Baptiste DaroussinFix build on freebsd (uint32_t unknown if stdint.h not
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-11-12 Michael Stapelbergonly re-position floating clients mapped to (0, 0)...
2010-11-12 Michael Stapelbergrespect position in geometry of floating windows
2010-11-12 Michael Stapelbergbugfix: need to use window_type instead of type in...
2010-11-12 Michael Stapelbergbugfix: need to use window_type instead of type in...
2010-11-12 Michael Stapelbergbugfix: need to use window_type instead of type in...
2010-11-12 Michael Stapelbergadd testcase for invalid commands
2010-11-12 Michael Stapelbergparser: don’t exit(1) on invalid command, use better...
2010-11-12 Michael Stapelbergimplement different border styles
2010-11-12 Michael Stapelbergmake borders around every container configurable for...
2010-11-12 Michael Stapelberginclude border style in ipc tree dump
2010-11-12 Michael Stapelbergparser: bugfix: initialize match when parsing new command
2010-11-12 Michael Stapelberglexer/parser: implement 'border' command
2010-11-12 Michael Stapelbergdon’t close workspaces which are still visible (multi...
2010-11-12 Michael Stapelbergenumerate workspaces when initializing outputs
2010-11-11 Axel WagnerWe don't need sig_quit
2010-11-11 Axel WagnerSend a SIGTERM instead of a SIGQUIT to exit the child
2010-11-11 Axel WagnerHandle SIGTERM/-INT/-HUP
2010-11-11 Axel Wagner-V actually does not take an argument (yet)
2010-11-10 Axel WagnerDouble-fork() to avoid zombies
2010-11-06 Michael Stapelbergupdate debian/ to include all documentation/bump standa...
2010-11-06 Michael Stapelbergupdate debian/ to include all documentation/bump standa...
2010-11-04 Axel WagnerAdd support for bar_fg and bar_bg
2010-11-04 Axel WagnerCall init_colors() earlier
2010-11-04 Axel WagnerMention the color-options in the manpage
2010-11-04 Axel WagnerSome stylechanges to previous commit
2010-11-04 Fernando Tarlá... Custom colors can be set from the command line.
2010-11-04 Fernando Tarlá... Added a distclean target.
2010-10-24 Axel WagnerDon't map bars on creation, if hide_on_modifier is...
2010-10-24 Axel WagnerPlace bar at the bottom of the screen, when creating...
2010-10-23 Fernando Tarlá... More sensible lookup order loading the config.
2010-10-23 Michael StapelbergBugfix: Don’t setup event handler when RandR base event...
2010-10-23 Michael StapelbergBugfix: Properly call init_workspaces() when RandR...
2010-10-23 Michael StapelbergBugfix: Properly call init_workspaces() when RandR...
2010-10-23 Michael StapelbergBugfix: Don’t setup event handler when RandR base event...
2010-10-21 Axel WagnerRemove unnecessary dependencies
2010-10-17 Fernando Tarlá... Fixed overflow and underflow bugs when resizing.
2010-10-17 Fernando Tarlá... Fixed overflow and underflow bugs when resizing.
2010-10-17 Michael Stapelbergwebsite/blog: include link to blog in menu
2010-10-17 Michael Stapelbergblog: add feed, s/utf8/utf-8 in charset
2010-10-17 Michael Stapelbergadd blog/ (jekyll folder structure for http://i3.zekjur...
2010-10-17 Niklas HambüchenFix wallpaper flickering on workspace switch by mapping...
2010-10-11 Michael StapelbergImplement support for size hints (including test case)
2010-10-10 Michael StapelbergBugfix: Initialize variable 'root' earlier
2010-10-10 Michael StapelbergBugfix: Initialize variable 'root' earlier
2010-10-07 Fernando Tarlá... Info about client.background for the user guide.
2010-10-07 Fernando Tarlá... Info about client.background for the user guide.
next