2009-09-27 |
Michael Stapelberg | lexer: Allow whitespace before comments |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Add documentation for workspace_get() |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Make number of workspaces dynamic (no longer limited... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Michael Stapelberg | Implement resize command |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Michael Stapelberg | Obey the client’s border_width setting (Thanks shatter) |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Michael Stapelberg | Fix some compilation warnings (Thanks mxf) |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Michael Stapelberg | Explicitly call flex and bison instead of lex and yacc... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Michael Stapelberg | Bugfix: Fix resizing on second monitor (Thanks litemotiv) |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Michael Stapelberg | Implement stack-limit for further defining how stack... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Michael Stapelberg | Remove old code |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Michael Stapelberg | Move handler for clicking to its own file |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Michael Stapelberg | Implement vim-like marks |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Michael Stapelberg | i3-input: implement prefixes for commands |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Michael Stapelberg | Add initial version of i3-input, an interactive tool... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Michael Stapelberg | lexer: Implement workspace <number> "<name>" |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Michael Stapelberg | lexer: return HEX instead of NUMBER when parsing colors |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Michael Stapelberg | Merge branch 'lex' into next |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Michael Stapelberg | Finish configfile parsing with lexer, implement -l... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Stapelberg | Make gcc happy about some possibly uninitialized variab... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Michael Stapelberg | Implement most code to actually set the configuration... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Michael Stapelberg | Make variable expansion work with the new parsing |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Michael Stapelberg | Fix some parsing problems, retab! |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Michael Stapelberg | Implement option -p to test if the lexer/parser can... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Michael Stapelberg | Add first version of lexer/parser to git, update Makefile |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Bugfix: Re-distribute free space when closing rows... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Implement right mouse button + dragging to resize tilin... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Bugfix: Correctly warp pointer *after* rendering the... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Compilation fix for the last commit |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Bugfix: Correctly initialize workspaces for floating... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Michael Stapelberg | Bugfix: Correctly initialize workspace when moving... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Stapelberg | Bugfix: Fix clicking on stack windows in tabbed mode... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Stapelberg | Bump debian changelog to avoid conflicts |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Stapelberg | Some little style adjustments for badboy’s patch |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Jan-Erik Rediger | Implement command to toggle border style |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Stapelberg | Fix compilation warning because of missing braces |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Stapelberg | Bugfix: Don’t handle WM_HINTS if it is not set (Thanks... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Michael Stapelberg | Bugfix: Correctly handle unmap-notify events when resiz... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Michael Stapelberg | Implement the urgency hint for windows/workspaces |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Michael Stapelberg | Implement horizontal resize |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Michael Stapelberg | Bugfix: Initialize screens correctly when not using... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Michael Stapelberg | Bugfix: Correctly grab the right mouse button for resiz... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Michael Stapelberg | Merge patches for OpenBSD compatibility |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Michael Stapelberg | Implement long options (--version, --no-autostart,... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Michael Stapelberg | Bugfix: In stacked/tabbed mode we need the regular... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Michael Stapelberg | Bugfix: If the pointer is outside of the screen when... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Michael Stapelberg | Bugfix: Don’t display unnamed workspaces with %d: ... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Michael Stapelberg | Bugfix: Draw black border instead of background-color... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Michael Stapelberg | Bugfix: Don’t crash if the numlock symbol cannot be... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael Stapelberg | Bugfix: Don’t call resize_client if the width/height... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Michael Stapelberg | debian: Install i3-msg manpage |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Michael Stapelberg | Update debian changelog |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Michael Stapelberg | Add manpage for i3-msg |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Michael Stapelberg | Fix FTBFS for GNU/kFreeBSD and possibly GNU/Hurd (Thank... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Michael Stapelberg | Bugfix: Correctly use base_width/base_height and size... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Michael Stapelberg | Don’t round up if the corrected height/width is the... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Michael Stapelberg | Implement tabbing |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Michael Stapelberg | More tests |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Michael Stapelberg | Implement resizing floating clients with Mod1 + right... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | tests: Use hex color codes for background_color |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | Implement tests in t/10-dock.t |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | Use ArrayRefs instead of Rects where possible, add... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | Bugfix: Map window when it got the fullscreen hint set |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | Expand fullscreen test to setting the hint before mappi... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Michael Stapelberg | Merge branch 'next' into testcases |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Update make dist 3.c |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | initialize last_keycode |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Update manpage |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Document new files in the hacking howto |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Add release notes for 3.γ |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | userguide: use space for toggling tiling/floating |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | userguide: s/j/l in examples |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Update examples to use bindsym instead of bind |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Update debian changelog |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Document commands and new configuration options in... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Document commands and new configuration options in... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Michael Stapelberg | Bugfix: Don’t crash when clients set an invalid leader... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | More log cleanups |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | Bugfix: Fix screen wrapping, cleanup some log messages |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | Implement support for width_inc and height_inc of size... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | Merge branch 'next' into testcases |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | Bugfix: Don’t initialize screen twice when not using... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Michael Stapelberg | Set WM_STATE_WITHDRAWN when unmapping, unmap windows... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Michael Stapelberg | Bugfix: Fix focused but inactive window color when... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Michael Stapelberg | Reduce number of configuration requests and thus flickering |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Michael Stapelberg | Fix rendering of window decorations in stacking mode... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Michael Stapelberg | Implement assignments of workspaces to screens, big... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Michael Stapelberg | Bugfix: Don’t crash when the font is specified after... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Michael Stapelberg | Implement support for using key symbols in configuratio... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Bugfix: Track the user’s pointer over the root window... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Bugfix: Correctly unmap stack windows and don’t re... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Bugfix: Correctly unmap stack windows and don’t re... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Bugfix: Change to default mode if there was no client... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Switch to default mode before running the test |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Bugfix: Change to default mode if there was no client... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Add testcase to test stacking mode for containers |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Add testcase for checking if the focus stack is correct... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Add test for moving windows |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Add testcases for IPC and basic focus switching |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Add testcase for floating windows, add sleep to 01... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Michael Stapelberg | Merge branch 'next' into testcases |
commit | commitdiff | tree | snapshot |
next |