]> git.sur5r.net Git - i3/i3/history - include
Bugfix: Track the user’s pointer over the root window and update current workspace...
[i3/i3] / include /
2009-08-05 Michael StapelbergBugfix: Track the user’s pointer over the root window...
2009-08-05 Michael StapelbergImplement borderless / 1-px-bordered windows
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael StapelbergAdd docs to include/ipc.h
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets
2009-07-28 Michael StapelbergUse errx() instead of an own die() function
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
2009-07-28 BaptImplements configurable named workspaces
2009-07-25 Michael StapelbergMerge branch 'next' of zekjur:/git/i3 into next
2009-07-25 Michael StapelbergMap window/its decoration *after* calling render_layout()
2009-07-24 Michael StapelbergImplement predict_text_width, which will be needed...
2009-07-23 baptImplements a reload command
2009-07-21 Michael StapelbergImplement putting clients into floating mode at a speci...
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-25 Michael StapelbergBugfix: Correctly handle moving fullscreen client onto...
2009-06-24 Michael StapelbergImplement the configuration option floating_modifier...
2009-06-24 Michael StapelbergUse drag_pointer from floating.c for the resize handler
2009-06-24 Michael StapelbergCorrectly re-assign floating clients to the destination...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael StapelbergBugfix: yuck! FREE() used a wrong check, effectively...
2009-06-19 Michael Stapelbergfloating: Don’t let clients become hidden under stack...
2009-06-19 Michael StapelbergImplement the special workspace ~ for assignments,...
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 StapelbergAlso set DIALOG, UTILITY and SPLASH windows floating...
2009-06-13 Michael StapelbergImplement changing focus via keyboard between floating...
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-06-11 Michael StapelbergStatic analyzers: Add noreturn attribute to die()
2009-06-01 Michael StapelbergImplement variables in configfile.
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-30 Michael StapelbergImplement clients going automatically into floating
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: Correctly cleanup stack_windows when setting...
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-16 Michael StapelbergMove the manage_*-functions into their own file as...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-09 Michael StapelbergBugfix: Fix display/resizing of colspanned containers
2009-05-09 Michael StapelbergBugfix: Fix display/resizing of colspanned containers
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-05 Michael RudolfImplement autostart using "exec" in config
2009-05-05 Michael StapelbergImplement jumping to windows by matching their class...
2009-05-05 Michael StapelbergImplement storing WM_CLASS of each client
2009-05-03 Michael StapelbergBugfix: Re-distribute free space when closing customly...
2009-05-03 Michael StapelbergBugfix: Correctly restore focus when leaving fullscreen...
2009-05-02 Michael StapelbergBugfix: Fix drag&drop in GTK applications (firefox...
2009-05-01 Michael StapelbergBugfix: Correctly restart i3 when not using its absolut...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergBugfix: Store dock clients per screen, not per workspace.
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-04-01 Michael StapelbergImplement scrolling on stack windows and on the bar...
2009-03-30 Michael StapelbergBugfix: Don’t free xinerama-reply if it is NULL, implem...
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-15 Michael StapelbergImplement clicking on the bar to switch workspaces
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-14 Michael StapelbergImplement exit command, document it in manpage, add...
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-12 Michael StapelbergBugfix: Completely ignore legacy hints as soon as the...
2009-03-11 Michael StapelbergHandle legacy window titles by rendering them not unico...
2009-03-11 Michael StapelbergFix misnomer (window_type_handler → handle_window_type...
2009-03-11 Michael StapelbergImplement moving containers, implement moving windows...
2009-03-11 Michael StapelbergImplement moving clients to the left if they are leftmost
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
2009-03-10 Michael StapelbergBugfix: Eliminate race condition, fix dock windows
2009-03-09 Michael StapelbergMajor change: Redirect events instead of handle the...
2009-03-09 Michael StapelbergImplement wrapping left/right/up/down across screens
2009-03-09 Michael StapelbergConvert window title to UCS-2 when updating it, don...
2009-03-08 Michael StapelbergFix the warning on SUS-compatible systems (char**)...
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-06 Michael StapelbergBugfix: Correctly check for empty containers and unmap...
2009-03-06 Michael StapelbergUse __FUNCTION__ in LOG()
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-06 Michael StapelbergImplement handling the size hints so that aspect ratio...
2009-03-05 Michael StapelbergBugfix: Rendering of colspan/rowspan was wrong
2009-03-05 Michael StapelbergMake colorpixels independent from clients
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
2009-03-04 Michael StapelbergFix datatype for cursor
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergUse default cursor (XC_left_ptr) for all windows
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement an internal bar which displays the workspaces
2009-03-04 Michael StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-03-04 Michael StapelbergImplement moving windows to other workspaces
next