2009-10-23 |
Michael Stapelberg | Fix debug message in cfgparse.y (Thanks shatter) |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Bugfix: i3-input: Allocate one more character for null... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Update userguide |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Add tabbing to default config |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Mention the testcases in the release notes |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Add release notes for 3.δ |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Update debian changelog |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Stapelberg | Bugfix: Allow dock clients to reconfigure their height... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Michael Stapelberg | Bugfix: Don’t allow moving/resizing of fullscreen windo... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Michael Stapelberg | Bugfix: Fix NULL pointer dereference when reconfiguring... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Michael Stapelberg | userguide: tell the user where the configuration file... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Michael Stapelberg | Fix HEAD^ |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Michael Stapelberg | Bugfix: Also apply the fix of 74ccdb4 when re-querying... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | Add testcase for the mark/goto command |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | Bugfix: IPC: Correctly handle the case when multiple... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | i3-input: Bugfix: Don’t try to convert the prompt if... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | Bugfix: Correctly position bar window when using xrandr... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | Bugfix: Go to the target workspace before changing... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michael Stapelberg | Bugfix: Correctly restore the focus to the root screen... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Michael Stapelberg | Add a new test for moving clients to different workspac... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Michael Stapelberg | Bugfix: parser: Correctly generate colorpixels from... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Fix warnings in lexer/parser |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Bugfix: Correctly initialize workspaces when initializi... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Refactor workspaces to be stored in a TAILQ instead... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Bugfix: When rendering, skip containers which are not... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Bugfix: Don’t crash when changing workspace when there... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Stapelberg | Bugfix: Fix parsing symbols which contain numbers,... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Michael Stapelberg | Bugfix: partly revert f3880928, client->workspace was... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Michael Stapelberg | Fix syntax for resize command |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Michael Stapelberg | Bugfix: Create new workspace when there are no free... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Implement options to change the default mode of containers |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Bugfix: parser: limit of 10 workspaces is gone |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Remove debug message |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Handle ipc_socket like ipc-socket |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Implement modes. Modes allow you to use different keybi... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Bugfix: Correctly re-grab keys when using the new lexer |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | parser: Implement parsing mode sections |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | retab! cfgparse.y |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Stapelberg | Add vim modeline to lexer/parser |
commit | commitdiff | tree | snapshot |
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 |
next |