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