]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2010-03-10 Michael Stapelbergreformat docs/debugging
2010-03-10 Michael Stapelbergdebian: re-require libxcb-xinerama0-dev
2010-03-09 Michael StapelbergRe-add old Xinerama code for the poor nvidia users
2010-03-08 Michael StapelbergFixes for the last commit: check outputs instead of...
2010-03-08 Axel WagnerImplement screen-spanning fullscreen-mode (command...
2010-03-07 Michael StapelbergInclude graphic of the default keyboard layout in user...
2010-03-07 Michael StapelbergTurn nested functions into real functions or macros
2010-03-06 Michael StapelbergUpdate userguide, explain comments and normalize the...
2010-03-06 Michael StapelbergFor num_clients == 0, the last fix is also valid
2010-03-06 Michael StapelbergAvoid more errors by not trying to re-create a stack...
2010-03-06 Michael StapelbergDon’t render if no stack_window has been opened
2010-03-05 Michael StapelbergRemove trailing whitespace
2010-03-05 Thorsten TöpperChanging to stacking/tabbing toggles mode to default...
2010-03-05 Michael StapelbergClear urgency hints set by i3 (see HEAD~2)
2010-03-05 Michael StapelbergAdd testcase for the last commit
2010-03-05 Michael Stapelbergput windows with WM_CLIENT_LEADER on the workspace...
2010-03-05 Michael StapelbergAllow unsetting WM_CLIENT_LEADER (XCB_NONE is not an...
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-05 Michael StapelbergRemove superfluous definitions (Thanks Merovius)
2010-03-04 Michael Stapelbergfix comment (Thanks Merovius)
2010-03-03 Michael Stapelbergi3-input: Bugfix: repeatedly grab the keyboard if it...
2010-03-03 Michael StapelbergUpdate fullscreen client position/size when an output...
2010-03-03 Michael Stapelbergdraw consistent borders for each frame in a tabbed...
2010-03-03 Michael Stapelbergsighandler: only display on active outputs
2010-03-03 Michael StapelbergSave a resize_client() when handling the size hints
2010-03-03 Michael StapelbergBugfix: checked for wrong flag in size hints
2010-03-02 Michael Stapelbergdebian: require libxcb-randr0-dev instead of libxcb...
2010-03-02 Michael StapelbergWhen in fullscreen mode, focus whole screens instead...
2010-03-02 Michael StapelbergBugfix: only return active screens in get_screen_most
2010-03-02 Michael StapelbergMove autostart after creating the IPC socket in start...
2010-03-02 Michael StapelbergRestore geometry of all windows before exiting/restarti...
2010-03-02 Michael Stapelberguse scalloc instead of some places where calloc was...
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
2010-03-02 Michael StapelbergFix parallel compilation (sometimes it failed because...
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-22 Michael Stapelbergdocs: the comparison is size and position, not only...
2010-02-20 Michael Stapelbergwork around clients setting 0xFFFF as resize increments
2010-02-16 Michael StapelbergAdd missing carriage return (Thanks fallen)
2010-02-16 Michael StapelbergMake the warning about $terminal being deprecated an...
2010-02-14 Michael Stapelbergparser: ignore errors
2010-02-13 Michael StapelbergDocument the new options
2010-02-13 Michael Stapelberglexer/parser: proper error messages
2010-02-13 Michael Stapelbergmakefile: parser/lexer also depend on header files
2010-02-13 Michael Stapelbergparser: enable verbose error messages, add aliases...
2010-02-12 Michael StapelbergAlso warp the pointer when moving a window to a another...
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-02-05 Michael StapelbergRemove duplicate entry (Thanks Merovius)
2010-01-29 Michael StapelbergAdd documentation for the new focus follows mouse-option
2010-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2010-01-26 Michael Stapelbergdocs: improve documentation on modes (Thanks xeen)
2010-01-26 Kim Silkebækken... Fixed cursor code in create_window(), allowing the...
2010-01-26 Kim Silkebækken... Fixed cursor orientation when resizing
2010-01-23 Michael StapelbergInclude date of the last commit in version number ...
2010-01-23 Michael StapelbergImplement resize command for floating clients
2010-01-22 Michael StapelbergBugfix: Don’t leak IPC socket to launched processes
2010-01-20 Michael Stapelbergmanpage: mention i3-msg and i3-input in SEE ALSO (Thank...
2010-01-19 Cedric StaubFeature: Cycle through workspaces
2010-01-08 Michael Stapelbergbugfix: lexer: return to INITIAL state (Thanks dirkson)
2010-01-07 Michael StapelbergBugfix: if a font provides no per-char info for width...
2010-01-07 Michael StapelbergBugfix: Use ev_loop_new instead of ev_default_loop...
2010-01-03 Michael Stapelbergsighandler: last little style fixes
2010-01-03 Michael Stapelberggrab the pointer inside the signal handler popup
2010-01-03 Michael StapelbergCheck return code of sigaction()
2010-01-03 Michael StapelbergRemove expose event mask, expose events will not be...
2010-01-03 Michael StapelbergUse DLOG instead of LOG, remove unnecessary debug statement
2010-01-03 Michael Stapelbergsome little style changes
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-03 Michael Stapelbergewmh: Don’t push workspaces with width=0 and height...
2010-01-03 Michael StapelbergObey the XDG Base Directory Specification for config...
2010-01-01 Michael StapelbergBugfix: Containers could lose their snap state (Thanks...
2010-01-01 Michael StapelbergRemove superfluous #include <assert.h> (Thanks badboy)
2010-01-01 Michael StapelbergExtend testcase for dock clients with wm_transient_for...
2010-01-01 Michael StapelbergBugfix: Don’t put dock clients into floating mode ...
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
2009-12-29 Michael StapelbergFix bindings using the cursor keys in default config
2009-12-25 Michael Stapelbergewmh: correctly set _NET_ACTIVE_WINDOW
2009-12-25 Michael Stapelbergewmh: correctly set _NET_CURRENT_DESKTOP to the number...
2009-12-22 Michael StapelbergBugfix: Fix NULL pointer dereference in workspaces...
2009-12-22 Michael Stapelbergretab! src/container.c
2009-12-22 Michael StapelbergMake containers containing exactly one window behave...
2009-12-22 Michael Stapelbergmakefile: rather than a dependency for each source...
2009-12-22 Michael StapelbergCorrectly exit when another window manager is already...
2009-12-21 Michael Stapelbergdebian: update changelog
2009-12-21 Michael Stapelbergxinerama: correctly put windows which are assigned...
2009-12-21 Michael Stapelbergxinerama: change some log messages to errors
2009-12-20 Michael StapelbergRemove -e and -t from loglevels.h target to make it...
2009-12-20 Michael Stapelbergmakefile: properly document dependencies on each target...
2009-12-19 Michael Stapelbergmakefile: clean temporary files
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-19 Michael StapelbergAdd new options -V for verbose mode and -d <loglevel...
2009-12-19 Michael Stapelbergadd log.c/log.h which contain all the log related macro...
2009-12-19 Michael Stapelberglogging: new makefile target to generate loglevels...
next