]> git.sur5r.net Git - i3/i3/history - src/mainx.c
huge change: implement RandR instead of Xinerama
[i3/i3] / src / mainx.c
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-13 Michael StapelbergDocument the new options
2010-02-13 Michael Stapelberglexer/parser: proper error messages
2010-01-07 Michael StapelbergBugfix: Use ev_loop_new instead of ev_default_loop...
2010-01-03 Jan-Erik Redigeradded popup for handling SIGSEGV or SIGFPE
2010-01-01 Michael StapelbergRemove superfluous #include <assert.h> (Thanks badboy)
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
2009-12-25 Michael Stapelbergewmh: correctly set _NET_ACTIVE_WINDOW
2009-12-25 Michael Stapelbergewmh: correctly set _NET_CURRENT_DESKTOP to the number...
2009-12-22 Michael StapelbergCorrectly exit when another window manager is already...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-19 Michael StapelbergAdd new options -V for verbose mode and -d <loglevel...
2009-11-22 Michael Stapelbergconfig: delete old parser, new lexer/parser is the...
2009-11-12 Michael StapelbergDisable XKB instead of quitting with an error (Thanks...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-22 Michael StapelbergImplement stack-limit for further defining how stack...
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-19 Michael StapelbergFinish configfile parsing with lexer, implement -l...
2009-09-13 Michael StapelbergImplement option -p to test if the lexer/parser can...
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-09-02 Michael StapelbergImplement long options (--version, --no-autostart,...
2009-08-31 Michael StapelbergBugfix: If the pointer is outside of the screen when...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergBugfix: Track the user’s pointer over the root window...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets
2009-07-23 Michael StapelbergSome fixes/reformatting for bapt’s patch
2009-07-23 baptImplements a reload command
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael StapelbergBugfix: Properly integrate libxcb’s event loop into...
2009-06-19 Michael StapelbergAlso set DIALOG, UTILITY and SPLASH windows floating...
2009-06-13 Michael StapelbergBugfix: Correctly initialize the new atom, don’t float...
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-06-11 Michael StapelbergAdd a proper error message if connection to the X serve...
2009-06-01 Michael StapelbergFix warning about dereferencing type-punned pointers
2009-06-01 Michael StapelbergSwitch to libev for the event loop to build a base...
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-26 Michael StapelbergDon’t process autostart when restarting (new parameter -a)
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-05 Michael RudolfImplement autostart using "exec" in config
2009-05-05 Michael StapelbergImplement storing WM_CLASS of each client
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: Store dock clients per screen, not per workspace.
2009-04-11 Michael StapelbergGeneral small cleanups
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-15 Michael StapelbergCleanup makefiles, add version to i3 -v and i3 startup 3.a
2009-03-15 Michael StapelbergBugfix: Query WM_NORMAL_HINTS when managing a window...
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-13 Michael StapelbergFix fullscreen for xpdf (at least on debian, with prope...
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-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-08 Michael StapelbergBugfix: Use _NET_WM_NAME (UTF-8) rather than WM_NAME...
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-07 Michael StapelbergDon’t start a terminal on startup
2009-03-07 Michael StapelbergBugfix: Correctly place new windows while other windows...
2009-03-07 Michael StapelbergFix some bugs found by using raster’s wm_torture
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: Some memory leaks / invalid accesses
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergImplement option parsing (-c <configfile>)
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 StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergBugfix: Insert the new client after the currently activ...
2009-02-28 Michael StapelbergCorrectly disable buffering for stdout
2009-02-28 Michael StapelbergBugfix: Raise clients only when needed
2009-02-27 Michael StapelbergImplement restart-command to restart i3 without having...
2009-02-25 Michael StapelbergGrab XCB_GRAB_SYNC and replay the event so it doesn...
2009-02-24 Michael StapelbergImplement configuration file parsing
2009-02-24 Michael StapelbergBugfix: That has to be _reply
2009-02-24 Michael StapelbergCleanups, documentation
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergCorrectly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_...
2009-02-18 Michael StapelbergDocument save set
2009-02-16 Michael StapelbergLinux needs -D_GNU_SOURCE for some functions, so enable...
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergBugfix: Correctly disable Xinerama, use TAILQ_HEAD_INIT...
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
next