2009-06-19 |
Michael Stapelberg | Also set DIALOG, UTILITY and SPLASH windows floating...
|
commit | commitdiff | tree |
2009-06-19 |
Michael Stapelberg | Bugfix: Don’t crash when programs set NULL hints (xev...
|
commit | commitdiff | tree |
2009-06-17 |
Michael Stapelberg | Bugfix: Fix assignment of clients to other workspaces...
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | userguide: be more specific
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | Implement changing focus via keyboard between floating...
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | userguide: Document variables
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | Bugfix: Don’t use the minimum amount of pixels for...
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | Bugfix: Put floating clients into the focus stack ...
|
commit | commitdiff | tree |
2009-06-13 |
Michael Stapelberg | Bugfix: Correctly initialize the new atom, don’t float...
|
commit | commitdiff | tree |
2009-06-12 |
Michael Stapelberg | debian: Include additional documentation in the package...
|
commit | commitdiff | tree |
2009-06-12 |
Michael Stapelberg | Bugfix: Actually reconfigure unmapped windows when...
|
commit | commitdiff | tree |
2009-06-12 |
Michael Stapelberg | Handle transient hint and window class dialog to mark...
|
commit | commitdiff | tree |
2009-06-12 |
Michael Stapelberg | Bugfix: When toggling floating, the copied size is...
|
commit | commitdiff | tree |
2009-06-11 |
Michael Stapelberg | Static analyzers: Add noreturn attribute to die()
|
commit | commitdiff | tree |
2009-06-11 |
Michael Stapelberg | Bugfix: Use the correct size for the modifiers (Thanks...
|
commit | commitdiff | tree |
2009-06-11 |
Michael Stapelberg | Fix memleak in config parsing (variables weren’t freed)
|
commit | commitdiff | tree |
2009-06-11 |
Michael Stapelberg | Add a proper error message if connection to the X server...
|
commit | commitdiff | tree |
2009-06-10 |
Michael Stapelberg | Remove some dead code, add default paths to switch...
|
commit | commitdiff | tree |
2009-06-07 |
Michael Stapelberg | Bugfix: Don’t set focus when unmapping clients if the...
|
commit | commitdiff | tree |
2009-06-05 |
Michael Stapelberg | Add new screenshot by atsutane
|
commit | commitdiff | tree |
2009-06-03 |
Michael Stapelberg | Implement moving floating clients using Mod1+Left mouse...
|
commit | commitdiff | tree |
2009-06-02 |
Michael Stapelberg | Use the size when mapping the window as size for floating...
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Fix warning about dereferencing type-punned pointers
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Update DEPENDS file (add libev, update URLs)
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Switch to libev for the event loop to build a base...
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Implement variables in configfile.
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Bugfix: Rendering of the bottom border line was still...
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | debian: Update changelog
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | Optimization: Get the colorpixels when loading configuration...
|
commit | commitdiff | tree |
2009-06-01 |
Michael Stapelberg | userguide: Document most features
|
commit | commitdiff | tree |
2009-05-31 |
Michael Stapelberg | Draw the border lines in the window decoration correctly
|
commit | commitdiff | tree |
2009-05-31 |
Michael Stapelberg | Don’t check twice for client.focused, change all places...
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Implement clients going automatically into floating
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | retab! src/config.c
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Add header for config.h, retab! the file
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Use a more efficient struct for storing colors, validate...
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Bugfix: Send fake configure notify events when moving...
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Bugfix: Correctly set focus when switching to a workspace...
|
commit | commitdiff | tree |
2009-05-30 |
Michael Stapelberg | Bugfix: Correctly cleanup stack_windows when setting...
|
commit | commitdiff | tree |
2009-05-27 |
Michael Stapelberg | Don’t kill workspaces on which you currently are when...
|
commit | commitdiff | tree |
2009-05-27 |
Michael Stapelberg | Bugfix: Don’t ignore enter_notify events for clients...
|
commit | commitdiff | tree |
2009-05-27 |
Michael Stapelberg | Bugfix: Forgot to update client’s workspace pointer...
|
commit | commitdiff | tree |
2009-05-27 |
Michael Stapelberg | Bugfix: Fix crash when focusing/moving on an empty...
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Remove MAKE=make from makefile to ensure recursive...
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Document binding on Mode_switch in userguide, be more...
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Document new files in the hacking-howto
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Bugfix: Cleanup the table after putting clients into...
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Don’t process autostart when restarting (new parameter -a)
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Move toggle_fullscreen to client.c
|
commit | commitdiff | tree |
2009-05-26 |
Michael Stapelberg | Bugfix: Fix fullscreen for floating clients, fix window...
|
commit | commitdiff | tree |
2009-05-23 |
Michael Stapelberg | Implement floating (please test and find bugs)
|
commit | commitdiff | tree |
2009-05-20 |
Michael Stapelberg | Use UTF-8 for all locale types in the manpage.
|
commit | commitdiff | tree |
2009-05-19 |
Michael Stapelberg | Bugfix: Correctly handle mode_switch state bit, more...
|
commit | commitdiff | tree |
2009-05-19 |
Michael Stapelberg | Bugfix: keypress: Only use the lower 8 bits of the...
|
commit | commitdiff | tree |
2009-05-17 |
Michael Stapelberg | Bugfix: Don’t crash when above dock windows (Thanks...
|
commit | commitdiff | tree |
2009-05-16 |
Michael Stapelberg | Move the manage_*-functions into their own file as...
|
commit | commitdiff | tree |
2009-05-16 |
Michael Stapelberg | Bugfix: Re-assign dock windows to different workspaces...
|
commit | commitdiff | tree |
2009-05-16 |
Michael Stapelberg | Implement putting clients onto specific workspaces...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | debian: Fix section/priority/dependencies of i3-wm...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | debian: update changelog
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | debian: As asciidoc arrived in testing, we can require...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | Bugfix: Correctly handle col-/rowspanned containers...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | Fix a bug in window placement introduced by the last...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | Bugfix: Fix display/resizing of colspanned containers
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | Bugfix: Store width_factor/height_factor per workspace...
|
commit | commitdiff | tree |
2009-05-09 |
Michael Stapelberg | Bugfix: Force reconfiguration of all windows on workspaces...
|
commit | commitdiff | tree |
2009-05-08 |
Michael Stapelberg | Bugfix: Don’t raise clients in fullscreen mode, send...
|
commit | commitdiff | tree |
2009-05-08 |
Michael Stapelberg | Debian: Update build-dependencies (Thanks Ned), s/Source...
|
commit | commitdiff | tree |
2009-05-07 |
Michael Stapelberg | Bugfix: Resize all containers in the column instead...
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Update debian changelog
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Implement a command to travel the focusstack. This...
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Add debug message for jumping
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Implement jumping to windows by matching their class...
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Implement storing WM_CLASS of each client
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Change syntax of jump to col,row instead of row,col...
|
commit | commitdiff | tree |
2009-05-05 |
Michael Stapelberg | Some small style changes to make urs’ code consistent
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | website: add screenshot by Atsutane
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | debian: update changelog
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Bugfix: Reconfigure bar window when changing resolutions...
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Bugfix: Fix crash on new clients (Thanks Mirko)
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | website: link screencast
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | website: add link to the release notes
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | website: Update download page
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Add release notes to git, welcome 3.a-bf1 :-)
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Makefile: Correctly create dist package
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | debian: remove alpha version hint
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | manpage: Fix wrong keybindings
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Fix a bug caused by not absolutely raising windows...
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Bugfix: Insert windows at correct position/set focus...
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | debian: update changelog
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Bugfix: Re-distribute free space when closing customly...
|
commit | commitdiff | tree |
2009-05-03 |
Michael Stapelberg | Bugfix: Correctly restore focus when leaving fullscreen...
|
commit | commitdiff | tree |
2009-05-02 |
Michael Stapelberg | Raise clients only relatively to the one which was...
|
commit | commitdiff | tree |
2009-05-02 |
Michael Stapelberg | website: Add new screenshot
|
commit | commitdiff | tree |
2009-05-02 |
Michael Stapelberg | Bugfix: Correctly redirect output when checking for...
|
commit | commitdiff | tree |
2009-05-02 |
Michael Stapelberg | debian: update changelog, change maintainer address
|
commit | commitdiff | tree |
2009-05-02 |
Michael Stapelberg | Bugfix: Fix drag&drop in GTK applications (firefox...
|
commit | commitdiff | tree |
2009-05-01 |
Michael Stapelberg | i3status: fix filename
|
commit | commitdiff | tree |
2009-05-01 |
Michael Stapelberg | Add website for i3status
|
commit | commitdiff | tree |
2009-05-01 |
Michael Stapelberg | Bugfix: Correctly restart i3 when not using its absolute...
|
commit | commitdiff | tree |
next |