]> git.sur5r.net Git - i3/i3/history - src
Fix memleak in config parsing (variables weren’t freed)
[i3/i3] / src /
2009-06-11 Michael StapelbergFix memleak in config parsing (variables weren’t freed)
2009-06-11 Michael StapelbergAdd a proper error message if connection to the X serve...
2009-06-10 Michael StapelbergRemove some dead code, add default paths to switch...
2009-06-07 Michael StapelbergBugfix: Don’t set focus when unmapping clients if the...
2009-06-03 Michael StapelbergImplement moving floating clients using Mod1+Left mouse...
2009-06-02 Michael StapelbergUse the size when mapping the window as size for floati...
2009-06-01 Michael StapelbergFix warning about dereferencing type-punned pointers
2009-06-01 Michael StapelbergSwitch to libev for the event loop to build a base...
2009-06-01 Michael StapelbergImplement variables in configfile.
2009-06-01 Michael StapelbergBugfix: Rendering of the bottom border line was still...
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-31 Michael StapelbergDraw the border lines in the window decoration correctly
2009-05-31 Michael StapelbergDon’t check twice for client.focused, change all places...
2009-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-30 Michael Stapelbergretab! src/config.c
2009-05-30 Michael StapelbergUse a more efficient struct for storing colors, validat...
2009-05-30 AtsutaneIntroduced color setting.
2009-05-30 Michael StapelbergBugfix: Send fake configure notify events when moving...
2009-05-30 Michael StapelbergBugfix: Correctly set focus when switching to a workspa...
2009-05-30 Michael StapelbergBugfix: Correctly cleanup stack_windows when setting...
2009-05-27 Michael StapelbergDon’t kill workspaces on which you currently are when...
2009-05-27 Michael StapelbergBugfix: Don’t ignore enter_notify events for clients...
2009-05-27 Michael StapelbergBugfix: Forgot to update client’s workspace pointer...
2009-05-27 Michael StapelbergBugfix: Fix crash when focusing/moving on an empty...
2009-05-26 Michael StapelbergDocument binding on Mode_switch in userguide, be more...
2009-05-26 Michael StapelbergBugfix: Cleanup the table after putting clients into...
2009-05-26 Michael StapelbergDon’t process autostart when restarting (new parameter -a)
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-26 Michael StapelbergBugfix: Fix fullscreen for floating clients, fix window...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-19 Michael StapelbergBugfix: Correctly handle mode_switch state bit, more...
2009-05-19 Michael StapelbergBugfix: keypress: Only use the lower 8 bits of the...
2009-05-17 Michael StapelbergBugfix: Don’t crash when above dock windows (Thanks...
2009-05-16 Michael StapelbergMove the manage_*-functions into their own file as...
2009-05-16 Michael StapelbergBugfix: Re-assign dock windows to different workspaces...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-09 Michael StapelbergBugfix: Correctly handle col-/rowspanned containers...
2009-05-09 Michael StapelbergFix a bug in window placement introduced by the last...
2009-05-09 Michael StapelbergBugfix: Fix display/resizing of colspanned containers
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-08 Michael StapelbergBugfix: Don’t raise clients in fullscreen mode, send...
2009-05-07 Michael StapelbergBugfix: Resize all containers in the column instead...
2009-05-05 Michael RudolfImplement autostart using "exec" in config
2009-05-05 Michael StapelbergImplement a command to travel the focusstack. This...
2009-05-05 Michael StapelbergAdd debug message for jumping
2009-05-05 Michael StapelbergImplement jumping to windows by matching their class...
2009-05-05 Michael StapelbergImplement storing WM_CLASS of each client
2009-05-05 Michael StapelbergChange syntax of jump to col,row instead of row,col...
2009-05-05 Michael StapelbergSome small style changes to make urs’ code consistent
2009-05-05 Urs GanseAdded a "jump" command to directly focus a container.
2009-05-03 Michael StapelbergBugfix: Reconfigure bar window when changing resolution... 3.a-bf2
2009-05-03 Michael StapelbergBugfix: Fix crash on new clients (Thanks Mirko)
2009-05-03 Michael StapelbergFix a bug caused by not absolutely raising windows...
2009-05-03 Michael StapelbergBugfix: Insert windows at correct position/set focus...
2009-05-03 Michael StapelbergBugfix: Re-distribute free space when closing customly...
2009-05-03 Michael StapelbergBugfix: Correctly restore focus when leaving fullscreen...
2009-05-02 Michael StapelbergRaise clients only relatively to the one which was...
2009-05-02 Michael StapelbergBugfix: Fix drag&drop in GTK applications (firefox...
2009-05-01 Michael StapelbergBugfix: Correctly restart i3 when not using its absolut...
2009-04-28 Michael StapelbergBugfix: Don’t crash when asprintf() can’t print the...
2009-04-19 Michael StapelbergBugfix: That should be xcb_keycode_t, not xcb_keysym_t
2009-04-19 Michael StapelbergAdd conditional for the 0.3.3 → 0.3.4 API fix in libxcb...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-17 Michael StapelbergFix for the fix: Don’t substract height twice
2009-04-17 Michael StapelbergBugfix: Correctly adjust state when transferring fullsc...
2009-04-17 Michael StapelbergBugfix: Calculation of width in fake_absoute_configure_...
2009-04-16 Michael StapelbergBugfix: Fullscreen configure notifies mustn’t use absol...
2009-04-13 Michael StapelbergBugfix: Fix unmapping of dock windows (Thanks Mirko)
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergBugfix: Fix warping of cursor when only switching scree...
2009-04-11 Michael StapelbergBugfix: Don’t only check for the currently active scree...
2009-04-11 Michael StapelbergBugfix: Perform some bounds checking for snapped contai...
2009-04-11 Michael StapelbergBugfix: Store dock clients per screen, not per workspace.
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-11 Michael StapelbergBugfix: Don’t change to workspaces on different screens...
2009-04-11 Michael StapelbergBugfix: Warp pointer to the right window
2009-04-10 Michael StapelbergBugfix: Don’t crash anymore when moving focus to anothe...
2009-04-09 Michael StapelbergOops. Don’t kill the current workspace
2009-04-09 Michael StapelbergBugfix: Delete empty workspaces even when they’re not...
2009-04-08 Michael StapelbergBugfix: Correctly set focus when switching between...
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-04-07 Michael StapelbergBugfix: Set focus to the client which was previously...
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-04-01 Michael StapelbergImplement scrolling on stack windows and on the bar...
2009-04-01 Michael StapelbergBugfix: Correctly remove client from container when...
2009-04-01 Michael StapelbergRemove comment as popup menus in dzen2 get triggered...
2009-03-31 Michael StapelbergBugfix: Apply workspaces to screens when Xinerama is...
2009-03-30 Michael StapelbergBugfix: Don’t free xinerama-reply if it is NULL, implem...
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-26 Michael StapelbergBugfix: When entering a stack window with the mouse...
2009-03-20 Michael StapelbergBugfix: Fix memory leak
2009-03-15 Michael StapelbergCleanup makefiles, add version to i3 -v and i3 startup 3.a
2009-03-15 Michael StapelbergDisable horizontal resizing for the release version...
2009-03-15 Michael StapelbergBugfix: re-decorate old client when switching screens
2009-03-15 Michael StapelbergBugfix: Only actively change focus if this is the curre...
2009-03-15 Michael StapelbergImplement clicking on the bar to switch workspaces
2009-03-15 Michael StapelbergBugfix: Fix rounding problems when positioning proporti...
2009-03-15 Michael StapelbergBugfix: Query WM_NORMAL_HINTS when managing a window...
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
next