]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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...
2009-12-16 Michael StapelbergAdd x11-utils as dependency to have xmessage(1) for...
2009-12-15 Michael StapelbergAdd clarification about border color in userguide ...
2009-12-13 Michael StapelbergDistribute rest space between windows as long as possib...
2009-12-12 Michael StapelbergTake into account the window’s base_{width,height}...
2009-12-12 Michael StapelbergPartly revert 4ba26659, it was just wrong.
2009-12-12 Michael StapelbergAdd new entry in debian/changelog to prevent apt from...
2009-12-12 Michael StapelbergBugfix: Correctly check for fullscreen windows when...
2009-12-12 Michael StapelbergBugfix: Correctly place new windows below fullscreen...
2009-12-12 Michael StapelbergBugfix: Fix assignments to not yet visible workspaces
2009-12-11 Michael StapelbergBugfix: close file handle after parsing
2009-12-08 Michael StapelbergInclude unistd.h for usleep()
2009-12-08 Michael StapelbergBugfix: Don’t resize client after base_height changes...
2009-12-08 Michael StapelbergBugfix: Use more precise floating point arithmetic...
2009-12-07 Michael StapelbergCorrect typo
2009-12-07 Michael StapelbergUpdate and reformat the hacking howto
2009-12-07 Michael StapelbergWhen no screens are found, don’t hog the CPU. Also...
2009-12-07 Michael StapelbergAdd new chapters to userguide: multi-monitor and softwa...
2009-11-26 Michael StapelbergBugfix: Fix two problems in resizing floating windows...
2009-11-26 Michael StapelbergBugfix: Render containers after setting the client...
2009-11-23 Michael Stapelbergdebian: update changelog
2009-11-23 Michael Stapelbergdebian: Add i3-wm.doc-base
2009-11-23 Michael Stapelbergdebian: add missing files to docs/
2009-11-23 Michael Stapelbergdebian: set priority only for the source package, binar...
2009-11-23 Michael StapelbergBugfix: Resize client after updating base_height/base_w...
2009-11-23 Michael StapelbergBugfix: Don’t ignore urgency flag when the client wants...
2009-11-22 Michael StapelbergBugfix: Fix stack-limit cols, handle stack-limit cols...
2009-11-22 Michael Stapelbergconfig: delete old parser, new lexer/parser is the...
2009-11-22 Michael StapelbergBugfix: Also fix horizontal resizing
2009-11-22 Michael StapelbergBugfix: Correctly calculate width when resizing (Thanks...
2009-11-20 Michael StapelbergExpand testcase for urgency hint
2009-11-20 Michael StapelbergBugfix: Don’t set the urgency flag if the window is...
2009-11-20 Michael StapelbergBugfix: Accept underscores in bindsym (Thanks jace)
2009-11-18 Michael StapelbergBugfix: Fix resizing of floating windows in borderless...
2009-11-18 Michael StapelbergAdd testcase for resizing of floating windows
next