2009-02-22 |
Michael Stapelberg | Merge branch 'master' of zekjur:/git/i3 |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Michael Stapelberg | Correctly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Michael Stapelberg | Add debian/ |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Michael Stapelberg | Add first version of a website |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Michael Stapelberg | Document save set |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Michael Stapelberg | Linux needs -D_GNU_SOURCE for some functions, so enable... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Michael Stapelberg | Implement horizontal resizing |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Implement exit_if_null using variadic macros, fix compi... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Add first version of a manpage |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Update TODO and header-comments |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | OK, it could still be improved ;-) |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Finalize font.c |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Cleanup load_font(), make it caching |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Use c99 |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Bugfix: Correctly disable Xinerama, use TAILQ_HEAD_INIT... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Michael Stapelberg | Implement Xinerama (workspaces have a specific screen) |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Makefile: Add DEBUG-flag (default =1), add dependency... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Fullscreen mode works with mplayer/firefox. xpdf is... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Implement fullscreen mode (Mod1+f) |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Bugfix: Correctly handle unmap, don’t apply attribute... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Don’t use current workspace |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Implement fullscreen (_NET_WM_STATE_FULLSCREEN) |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | More error checking, bugfix for mplayer (use visual... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Add vim hints, copyright notice to each file, add LICEN... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Various code improvements |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Michael Stapelberg | Environment filtering is not needed. Instead, open... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | Adjust RFC/TODO, forgot _GNU_SOURCE in layout.c |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | Move stuff to include/ and src/ |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | Cleanups, first strike. Move stuff to separate files... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | First version of Xinerama support |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | Focus handling for workspaces |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Stapelberg | Implement Workspaces |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Michael Stapelberg | More TODO |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Implement proof of concept for resizing cols/rows |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Bugfix: Don’t crash if the user didn’t click into a... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Implement handling of window titles |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Implement focus on click |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Bugfixes in window placement |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Michael Stapelberg | Some cleanups, remove some unnecessary stuff, fix focus... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Implement snapping |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Add TODO file |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Implement keybindings, adjust CMDMODE grammar, update... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | CMDMODE added |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Add XKB for getting correct state, add colspan test... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Beautify moving (I couldn’t resist) |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Implement more moving |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Implement moving up/down (not complete yet) |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Michael Stapelberg | Bugfix: Clear container->currently_focused when destroy... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Stapelberg | Draw nice borders. Looks like wmii now :P |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Stapelberg | Add GOALS file with anti-autotools |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Stapelberg | Add correct environment-handling (pass LC_*, LANG,... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Document requirements |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Separate font stuff to font.c, beautify Makefile |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Make table dynamic |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Implement moving windows to the right (wrong modifier... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Focus changes (up/down) implemented |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Stapelberg | Implement focus follows mouse |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Michael Stapelberg | Correct placing of windows :) |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Michael Stapelberg | Use containers |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Michael Stapelberg | Add Makefile and queue.h to repository |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Michael Stapelberg | First approachments in direction of table-based layout |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Michael Stapelberg | Move stuff around, decorate windows a bit |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Stapelberg | More code. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Stapelberg | Intermediate commit: Can draw some border, but still... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Stapelberg | Gots RFC |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Stapelberg | Initial commit |
commit | commitdiff | tree | snapshot |
|