]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-03-03 Michael StapelbergBugfix: Don’t raise the active window when there is...
2009-03-03 Michael StapelbergBugfixes: Various fixes when cleaning up the table...
2009-03-03 Michael StapelbergUse a different color for focused windows in not focuse...
2009-03-03 Michael StapelbergLittle cleanups
2009-03-03 Michael StapelbergBugfix: Override client’s moves/resizes in configure_no...
2009-03-02 Michael StapelbergBugfix: Forgot to change the number of atoms correctly
2009-03-02 Michael StapelbergBugfix: Don’t crash when we’re already in stacking...
2009-03-01 Michael StapelbergDocumentation update: Make some comments more understan...
2009-03-01 Michael StapelbergDraw stacking borders correctly
2009-03-01 Michael StapelbergBugfix: Use HAS_CHANGED on all occurences
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergBugfix: Correctly reconfigure clients when it’s necessary
2009-02-28 Michael StapelbergMore Debug-output
2009-02-28 Michael StapelbergBugfix: Raise the stack win when its size changes
2009-02-28 Michael StapelbergUpdate TODO, fix parsing in commandmode for moving...
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
2009-02-28 Michael StapelbergBugfix: Insert the new client after the currently activ...
2009-02-28 Michael StapelbergCorrectly disable buffering for stdout
2009-02-28 Michael StapelbergBugfix: Raise clients only when needed
2009-02-28 Michael StapelbergBugfix: Correctly unmap/remap the stack_win when a...
2009-02-28 Michael StapelbergBugfix: Correctly update window titles when in stacking
2009-02-28 Michael StapelbergBugfix: Only ignore enter_notify events for the parent...
2009-02-28 Michael StapelbergBugfix: Set focus when table was shrinked and CUR_CELL...
2009-02-28 Michael StapelbergBugfix: Fix two bugs in fullscreen mode
2009-02-27 Michael StapelbergImplement restart-command to restart i3 without having...
2009-02-26 Michael StapelbergMore examples in the manpage
2009-02-26 Michael StapelbergBugfix: Boundary checking for current_row and current_c...
2009-02-26 Michael StapelbergBugfix: Unset fullscreen_client when closed
2009-02-25 Michael StapelbergGrab XCB_GRAB_SYNC and replay the event so it doesn...
2009-02-25 Michael StapelbergBugfix: Don’t call set_focus when to_focus is NULL
2009-02-25 Michael StapelbergBugfix: Free()d wrong variable
2009-02-25 Michael StapelbergBugfix: Correctly map/unmap stack windows
2009-02-25 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-25 Michael StapelbergBugfix: when a window is unmapped, correctly pass focus...
2009-02-25 Michael StapelbergMore work on the debian package, don’t link against...
2009-02-25 Michael StapelbergUpdate manpage
2009-02-24 Michael StapelbergImplement configuration file parsing
2009-02-24 Michael StapelbergImplement automatic cleaning of the table
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-24 Michael StapelbergBugfix: That has to be _reply
2009-02-24 Michael StapelbergCleanups, documentation
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael Stapelbergs/…/./ where it makes sense
2009-02-23 Michael StapelbergWebsite: s/beamer/video projector, s/computer geeks...
2009-02-23 Michael StapelbergFix some links on the website, add doctype, add license
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-23 Michael StapelbergImplement vertical resize
2009-02-23 Michael StapelbergBeautify handle_key_press
2009-02-23 Michael StapelbergImplement colspan for resizing
2009-02-23 Michael StapelbergFix: Calculation of unoccupied space has to depend...
2009-02-23 Michael StapelbergFix some movement/rendering bugs
2009-02-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergCorrectly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_...
2009-02-22 Michael StapelbergAdd debian/
2009-02-19 Michael StapelbergAdd first version of a website
2009-02-18 Michael StapelbergDocument save set
2009-02-16 Michael StapelbergLinux needs -D_GNU_SOURCE for some functions, so enable...
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-15 Michael StapelbergImplement exit_if_null using variadic macros, fix compi...
2009-02-15 Michael StapelbergAdd first version of a manpage
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergOK, it could still be improved ;-)
2009-02-15 Michael StapelbergFinalize font.c
2009-02-15 Michael StapelbergCleanup load_font(), make it caching
2009-02-15 Michael StapelbergUse c99
2009-02-15 Michael StapelbergBugfix: Correctly disable Xinerama, use TAILQ_HEAD_INIT...
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergMakefile: Add DEBUG-flag (default =1), add dependency...
2009-02-14 Michael StapelbergFullscreen mode works with mplayer/firefox. xpdf is...
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
2009-02-14 Michael StapelbergBugfix: Correctly handle unmap, don’t apply attribute...
2009-02-14 Michael StapelbergDon’t use current workspace
2009-02-14 Michael StapelbergImplement fullscreen (_NET_WM_STATE_FULLSCREEN)
2009-02-14 Michael StapelbergMore error checking, bugfix for mplayer (use visual...
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-14 Michael StapelbergVarious code improvements
2009-02-14 Michael StapelbergEnvironment filtering is not needed. Instead, open...
2009-02-13 Michael StapelbergAdjust RFC/TODO, forgot _GNU_SOURCE in layout.c
2009-02-13 Michael StapelbergMove stuff to include/ and src/
2009-02-13 Michael StapelbergCleanups, first strike. Move stuff to separate files...
2009-02-13 Michael StapelbergFirst version of Xinerama support
2009-02-13 Michael StapelbergFocus handling for workspaces
2009-02-13 Michael StapelbergImplement Workspaces
2009-02-12 Michael StapelbergMore TODO
2009-02-11 Michael StapelbergImplement proof of concept for resizing cols/rows
2009-02-11 Michael StapelbergBugfix: Don’t crash if the user didn’t click into a...
2009-02-11 Michael StapelbergImplement handling of window titles
2009-02-11 Michael StapelbergImplement focus on click
2009-02-11 Michael StapelbergBugfixes in window placement
2009-02-11 Michael StapelbergSome cleanups, remove some unnecessary stuff, fix focus...
2009-02-10 Michael StapelbergImplement snapping
2009-02-10 Michael StapelbergAdd TODO file
2009-02-10 Michael StapelbergImplement keybindings, adjust CMDMODE grammar, update...
2009-02-10 Michael StapelbergCMDMODE added
2009-02-10 Michael StapelbergAdd XKB for getting correct state, add colspan test...
2009-02-10 Michael StapelbergBeautify moving (I couldn’t resist)
2009-02-10 Michael StapelbergImplement more moving
2009-02-10 Michael StapelbergImplement moving up/down (not complete yet)
2009-02-10 Michael StapelbergBugfix: Clear container->currently_focused when destroy...
next