2009-03-06 |
Michael Stapelberg | Don’t set focus outside of the current container |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: Should be workspace 10 not 0 in moving aswell |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: Should be workspace 10 not 0 |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: decorate_window() needs a flush of course |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Don’t override /etc/i3/config if it already exists |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Don’t switch focus when in fullscreen mode |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Use __FUNCTION__ in LOG() |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: One warning was left |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: return value was missing |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Bugfix: Missing flush after render_container() |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Implement slog() and the LOG() macro, convert printf... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Stapelberg | Implement handling the size hints so that aspect ratio... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Bugfix: Fix rendering (needed a flush) |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Enable switching to containers when the current contain... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Bugfix: Correct boundary checking for increasing col... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Bugfix: Rendering of colspan/rowspan was wrong |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Bugfix: Correctly set currently_focused when clients... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Move HAS_CHANGED into a function |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Use unchecked versions for more speed |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Make colorpixels independent from clients |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Don’t re-initialize Xinerama on every configurenotify... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Bugfix: Some memory leaks / invalid accesses |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Stapelberg | Implement a focus stack, correctly free table columns... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement wrapping, selecting containers is now Mod1... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement auto-destroying of empty workspaces |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Reconfigure all clients in stacking, correctly... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Border presses weren’t correctly handled |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Reconfigure x/y of stack_windows when necessary |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Correctly destroy and remove stack_windows... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Correctly initialize new containers |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Fix several bugs in table_cleanup() |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Website: First version of the howto for ubuntu 9.04 |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Bugfix: Rendering error when resizing a column near... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Fix datatype for cursor |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement option parsing (-c <configfile>) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Use "conn" for xcb_connection and "event" for xcb_event... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Use default cursor (XC_left_ptr) for all windows |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Merge font.c into xcb.c |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement switching to different screens when focusing... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement an internal bar which displays the workspaces |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement clicking on titlebars in stack windows to... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Update default configuration file, install it to /etc... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Load configuration file from ~/.i3/config or /etc/i3... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Don’t put the client’s X11 ID into the titlebar |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Implement moving windows to other workspaces |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Stapelberg | Save unnecessary redecorations |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Implement Xinerama screen changes |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Bugfix: Don’t raise the active window when there is... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Bugfixes: Various fixes when cleaning up the table... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Use a different color for focused windows in not focuse... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Little cleanups |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Stapelberg | Bugfix: Override client’s moves/resizes in configure_no... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Michael Stapelberg | Bugfix: Forgot to change the number of atoms correctly |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Michael Stapelberg | Bugfix: Don’t crash when we’re already in stacking... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Michael Stapelberg | Documentation update: Make some comments more understan... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Michael Stapelberg | Draw stacking borders correctly |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Michael Stapelberg | Bugfix: Use HAS_CHANGED on all occurences |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Fix various bugs when switching workspaces |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Correctly reconfigure clients when it’s necessary |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | More Debug-output |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Raise the stack win when its size changes |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Update TODO, fix parsing in commandmode for moving... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Revert 43d471b9ab736f5ff5b458a672d54319e3366464 and... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Insert the new client after the currently activ... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Correctly disable buffering for stdout |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Raise clients only when needed |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Correctly unmap/remap the stack_win when a... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Correctly update window titles when in stacking |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Only ignore enter_notify events for the parent... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Set focus when table was shrinked and CUR_CELL... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Michael Stapelberg | Bugfix: Fix two bugs in fullscreen mode |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Michael Stapelberg | Implement restart-command to restart i3 without having... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Michael Stapelberg | More examples in the manpage |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Michael Stapelberg | Bugfix: Boundary checking for current_row and current_c... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Michael Stapelberg | Bugfix: Unset fullscreen_client when closed |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Grab XCB_GRAB_SYNC and replay the event so it doesn... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Bugfix: Don’t call set_focus when to_focus is NULL |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Bugfix: Free()d wrong variable |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Bugfix: Correctly map/unmap stack windows |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Merge branch 'master' of zekjur:/git/i3 |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Bugfix: when a window is unmapped, correctly pass focus... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | More work on the debian package, don’t link against... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Michael Stapelberg | Update manpage |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Michael Stapelberg | Implement configuration file parsing |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Michael Stapelberg | Implement automatic cleaning of the table |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Michael Stapelberg | More documentation, cleanups, and a cache for get_color... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Michael Stapelberg | Bugfix: That has to be _reply |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Michael Stapelberg | Cleanups, documentation |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Implement stacking |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | s/…/./ where it makes sense |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Website: s/beamer/video projector, s/computer geeks... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Fix some links on the website, add doctype, add license |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Don’t assign ->container for dock-windows |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Implement vertical resize |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Beautify handle_key_press |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Implement colspan for resizing |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Fix: Calculation of unoccupied space has to depend... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Michael Stapelberg | Fix some movement/rendering bugs |
commit | commitdiff | tree | snapshot |
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 |
next |