2009-06-24 |
Michael Stapelberg | Ensure a minimum size of 25px when resizing windows |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Michael Stapelberg | Use drag_pointer from floating.c for the resize handler |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Michael Stapelberg | Bugfix: resizing: boundary checking (Thanks Mirko) |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Michael Stapelberg | Correctly re-assign floating clients to the destination... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Michael Stapelberg | Ensure that the focus is set correctly when moving... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Michael Stapelberg | Correctly move floating clients to other workspaces... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Michael Stapelberg | Bugfix: Remove/add floating clients to workspace->float... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Michael Stapelberg | Bugfix: load current_col/current_row from workspace... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Michael Stapelberg | floating: enforce minimum size of 50x20 when resizing... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | debian: change Priority to extra (makes more sense... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Enter feature freeze. Update debian/changelog, add... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Implement selecting the next tiling/floating window... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Use a nested event loop which polls and saves motion... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Bugfix: yuck! FREE() used a wrong check, effectively... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Implement reconfiguration of floating clients |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Bugfix: floating: open windows with correct width/height |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Bugfix: Floating: open windows at their requested position |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Michael Stapelberg | Bugfix: Properly integrate libxcb’s event loop into... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Michael Stapelberg | Remove getting colorpixels from the X server, saves... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Correctly raise the currently focused client... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | floating: Don’t let clients become hidden under stack... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Make sure floating clients are alwalys above... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Correctly check for floating mode in the button... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Obey colspan/rowspan when checking if container... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Implement the special workspace ~ for assignments,... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | floating: nested functions make the callbacks a lot... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Implement a command for hiding all floating windows... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Implement the possibility to set a workspace open clien... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Implement moving of floating clients |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Correctly initialize automatically floating... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Also set DIALOG, UTILITY and SPLASH windows floating... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Stapelberg | Bugfix: Don’t crash when programs set NULL hints (xev... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Michael Stapelberg | Bugfix: Fix assignment of clients to other workspaces... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | userguide: be more specific |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | Implement changing focus via keyboard between floating... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | userguide: Document variables |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | Bugfix: Don’t use the minimum amount of pixels for... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | Bugfix: Put floating clients into the focus stack ... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Michael Stapelberg | Bugfix: Correctly initialize the new atom, don’t float... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Michael Stapelberg | debian: Include additional documentation in the package... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Michael Stapelberg | Bugfix: Actually reconfigure unmapped windows when... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Michael Stapelberg | Handle transient hint and window class dialog to mark... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Michael Stapelberg | Bugfix: When toggling floating, the copied size is... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Michael Stapelberg | Static analyzers: Add noreturn attribute to die() |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Michael Stapelberg | Bugfix: Use the correct size for the modifiers (Thanks... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Michael Stapelberg | Fix memleak in config parsing (variables weren’t freed) |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Michael Stapelberg | Add a proper error message if connection to the X serve... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Michael Stapelberg | Remove some dead code, add default paths to switch... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Michael Stapelberg | Bugfix: Don’t set focus when unmapping clients if the... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Michael Stapelberg | Add new screenshot by atsutane |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Stapelberg | Implement moving floating clients using Mod1+Left mouse... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Michael Stapelberg | Use the size when mapping the window as size for floati... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Fix warning about dereferencing type-punned pointers |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Update DEPENDS file (add libev, update URLs) |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Switch to libev for the event loop to build a base... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Implement variables in configfile. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Bugfix: Rendering of the bottom border line was still... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | debian: Update changelog |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | Optimization: Get the colorpixels when loading configur... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Michael Stapelberg | userguide: Document most features |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Michael Stapelberg | Draw the border lines in the window decoration correctly |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Michael Stapelberg | Don’t check twice for client.focused, change all places... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Implement clients going automatically into floating |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | retab! src/config.c |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Add header for config.h, retab! the file |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Use a more efficient struct for storing colors, validat... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Atsutane | Introduced color setting. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Bugfix: Send fake configure notify events when moving... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Bugfix: Correctly set focus when switching to a workspa... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Stapelberg | Bugfix: Correctly cleanup stack_windows when setting... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Stapelberg | Don’t kill workspaces on which you currently are when... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Stapelberg | Bugfix: Don’t ignore enter_notify events for clients... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Stapelberg | Bugfix: Forgot to update client’s workspace pointer... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Stapelberg | Bugfix: Fix crash when focusing/moving on an empty... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Remove MAKE=make from makefile to ensure recursive... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Document binding on Mode_switch in userguide, be more... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Document new files in the hacking-howto |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Bugfix: Cleanup the table after putting clients into... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Don’t process autostart when restarting (new parameter -a) |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Move toggle_fullscreen to client.c |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Michael Stapelberg | Bugfix: Fix fullscreen for floating clients, fix window... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Michael Stapelberg | Implement floating (please test and find bugs) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Michael Stapelberg | Use UTF-8 for all locale types in the manpage. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Michael Stapelberg | Bugfix: Correctly handle mode_switch state bit, more... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Michael Stapelberg | Bugfix: keypress: Only use the lower 8 bits of the... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Michael Stapelberg | Bugfix: Don’t crash when above dock windows (Thanks... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Michael Stapelberg | Move the manage_*-functions into their own file as... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Michael Stapelberg | Bugfix: Re-assign dock windows to different workspaces... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Michael Stapelberg | Implement putting clients onto specific workspaces... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | debian: Fix section/priority/dependencies of i3-wm... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | debian: As asciidoc arrived in testing, we can require... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | Bugfix: Correctly handle col-/rowspanned containers... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | Fix a bug in window placement introduced by the last... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | Bugfix: Fix display/resizing of colspanned containers |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | Bugfix: Store width_factor/height_factor per workspace... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Michael Stapelberg | Bugfix: Force reconfiguration of all windows on workspa... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Michael Stapelberg | Bugfix: Don’t raise clients in fullscreen mode, send... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Michael Stapelberg | Debian: Update build-dependencies (Thanks Ned), s/Sourc... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Michael Stapelberg | Bugfix: Resize all containers in the column instead... |
commit | commitdiff | tree | snapshot |
next |