]> git.sur5r.net Git - i3/i3/history - src
Bugfix: Use more precise floating point arithmetic (Thanks helgiks)
[i3/i3] / src /
2009-12-08 Michael StapelbergBugfix: Use more precise floating point arithmetic...
2009-12-08 Michael StapelbergBugfix: Also fix horizontal resizing
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-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-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-09 Michael StapelbergMerge branch 'next'
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...
2009-10-23 Michael StapelbergBugfix: Use the right pointer for bar.* colors (Thanks...
2009-10-23 Michael StapelbergFix debug message in cfgparse.y (Thanks shatter)
2009-10-23 Michael StapelbergBugfix: Allow dock clients to reconfigure their height...
2009-10-13 Michael StapelbergBugfix: Don’t allow moving/resizing of fullscreen windo...
2009-10-12 Michael StapelbergBugfix: Fix NULL pointer dereference when reconfiguring...
2009-10-12 Michael StapelbergBugfix: Fix NULL pointer dereference when reconfiguring...
2009-10-11 Michael StapelbergFix HEAD^
2009-10-11 Michael StapelbergFix HEAD^
2009-10-11 Michael StapelbergBugfix: Also apply the fix of 74ccdb4 when re-querying...
2009-10-11 Michael StapelbergBugfix: Also apply the fix of 74ccdb4 when re-querying...
2009-10-07 Michael StapelbergBugfix: IPC: Correctly handle the case when multiple...
2009-10-07 Michael StapelbergBugfix: Correctly position bar window when using xrandr...
2009-10-07 Michael StapelbergBugfix: Correctly position bar window when using xrandr...
2009-10-07 Michael StapelbergBugfix: Go to the target workspace before changing...
2009-10-07 Michael StapelbergBugfix: Correctly restore the focus to the root screen...
2009-10-07 Michael StapelbergBugfix: Correctly restore the focus to the root screen...
2009-10-01 Michael StapelbergBugfix: parser: Correctly generate colorpixels from...
2009-09-29 Michael StapelbergFix warnings in lexer/parser
2009-09-29 Michael StapelbergBugfix: Correctly initialize workspaces when initializi...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-29 Michael StapelbergBugfix: When rendering, skip containers which are not...
2009-09-29 Michael StapelbergBugfix: Don’t crash when changing workspace when there...
2009-09-29 Michael StapelbergBugfix: Fix parsing symbols which contain numbers,...
2009-09-28 Michael StapelbergBugfix: partly revert f3880928, client->workspace was...
2009-09-28 Michael StapelbergFix syntax for resize command
2009-09-28 Michael StapelbergBugfix: Create new workspace when there are no free...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergBugfix: parser: limit of 10 workspaces is gone
2009-09-27 Michael StapelbergRemove debug message
2009-09-27 Michael StapelbergHandle ipc_socket like ipc-socket
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-27 Michael StapelbergBugfix: Correctly re-grab keys when using the new lexer
2009-09-27 Michael Stapelbergparser: Implement parsing mode sections
2009-09-27 Michael Stapelbergretab! cfgparse.y
2009-09-27 Michael StapelbergAdd vim modeline to lexer/parser
2009-09-27 Michael Stapelberglexer: Allow whitespace before comments
2009-09-27 Michael StapelbergAdd documentation for workspace_get()
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-26 Michael StapelbergImplement resize command
2009-09-26 Michael StapelbergObey the client’s border_width setting (Thanks shatter)
2009-09-26 Michael StapelbergFix some compilation warnings (Thanks mxf)
2009-09-25 Michael StapelbergBugfix: Fix resizing on second monitor (Thanks litemotiv)
2009-09-25 Michael StapelbergBugfix: Fix resizing on second monitor (Thanks litemotiv)
2009-09-22 Michael StapelbergImplement stack-limit for further defining how stack...
2009-09-22 Michael StapelbergRemove old code
2009-09-22 Michael StapelbergMove handler for clicking to its own file
2009-09-20 Michael StapelbergImplement vim-like marks
2009-09-19 Michael Stapelberglexer: Implement workspace <number> "<name>"
2009-09-19 Michael Stapelberglexer: return HEX instead of NUMBER when parsing colors
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-19 Michael StapelbergFinish configfile parsing with lexer, implement -l...
2009-09-15 Michael StapelbergMake gcc happy about some possibly uninitialized variab...
2009-09-13 Michael StapelbergImplement most code to actually set the configuration...
2009-09-13 Michael StapelbergMake variable expansion work with the new parsing
2009-09-13 Michael StapelbergFix some parsing problems, retab!
2009-09-13 Michael StapelbergImplement option -p to test if the lexer/parser can...
2009-09-13 Michael StapelbergAdd first version of lexer/parser to git, update Makefile
2009-09-12 Michael StapelbergBugfix: Re-distribute free space when closing rows...
2009-09-12 Michael StapelbergImplement right mouse button + dragging to resize tilin...
2009-09-12 Michael StapelbergCompilation fix for the last commit
2009-09-12 Michael StapelbergBugfix: Correctly warp pointer *after* rendering the...
2009-09-12 Michael StapelbergBugfix: Correctly warp pointer *after* rendering the...
2009-09-12 Michael StapelbergCompilation fix for the last commit
2009-09-12 Michael StapelbergBugfix: Correctly initialize workspaces for floating...
2009-09-12 Michael StapelbergBugfix: Correctly initialize workspaces for floating...
2009-09-12 Michael StapelbergBugfix: Correctly initialize workspace when moving...
next