]> git.sur5r.net Git - i3/i3/history - src
Change workspace assignments to use the RandR output name instead of <screen>
[i3/i3] / src /
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
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 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-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
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 StapelbergImplement resize command for floating clients
2010-01-22 Michael StapelbergBugfix: Don’t leak IPC socket to launched processes
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 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 StapelbergBugfix: Don’t put dock clients into floating mode ...
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
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 StapelbergCorrectly exit when another window manager is already...
2009-12-21 Michael Stapelbergxinerama: correctly put windows which are assigned...
2009-12-21 Michael Stapelbergxinerama: change some log messages to errors
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-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 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 StapelbergWhen no screens are found, don’t hog the CPU. Also...
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 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 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 StapelbergBugfix: Correctly clear the urgency hint if a window...
2009-11-18 Michael StapelbergBugfix: Also allow WORDs as workspace names (Thanks...
2009-11-15 Michael StapelbergBugfix: Don’t hide window titles in tabbing mode (Thank...
2009-11-13 Michael StapelbergRemove the terminal option from config.
2009-11-13 Michael StapelbergBugfix: Correctly replay pointer if the click handler...
2009-11-13 Michael StapelbergBugfix: Correctly switch border types for floating...
2009-11-13 Michael StapelbergBugfix: Don’t draw window title when titlebar is disabl...
2009-11-12 Michael StapelbergDisable XKB instead of quitting with an error (Thanks...
2009-11-12 Michael StapelbergAdd ctrl as synonym for control
2009-11-09 Michael StapelbergFix compilation warning on OpenBSD (Thanks bapt)
2009-11-09 Michael Stapelbergparser: Use right parameter, suppress warning about... 3.d
2009-11-08 Michael StapelbergBugfix: WHITESPACE was missing in front of the workspac...
2009-11-08 Michael StapelbergFix rendering of 1-px-border windows which require...
2009-11-08 Michael Stapelbergs/for(/for (/
2009-11-08 Michael StapelbergImplement configuration setting to change the default...
2009-11-07 Michael StapelbergBugfix: Don’t access wrong parameter (Thanks atsutane)
2009-11-06 Michael StapelbergUse nicer colors for focused_inactive by default
2009-11-06 Michael Stapelbergparser: Solve last shift/reduce conflicts
2009-11-06 Michael Stapelbergparser: solve shift/reduce conflict by moving WHITESPAC...
2009-11-06 Michael Stapelbergconfigfile: make whitespace optional for modes (Thanks...
2009-11-04 Michael StapelbergBugfix: Cleanup stack window also when in tabbing mode...
2009-11-04 Michael StapelbergApply fix of the previous commit also for columns
2009-11-04 Michael StapelbergBugfix: Switch layout mode after initializing all conta...
2009-11-02 Michael StapelbergAlso support xcb-keysyms < 0.3.4 when using bindsym...
2009-11-02 Michael StapelbergFix compilation warning
2009-11-02 Michael StapelbergBugfix: Ignore trailing/leading whitespaces when defini...
2009-10-28 Michael StapelbergBugfix: Prevent a division through zero (Thanks xeen)
2009-10-28 Michael StapelbergBugfix: Correctly re-assign dock_clients to the first...
next