]> git.sur5r.net Git - i3/i3/history - src
Make all workspaces starting with "__" internal
[i3/i3] / src /
2014-05-03 Alexander BerntsenMake all workspaces starting with "__" internal
2014-05-02 Michael Stapelbergrender resize windows retina-correctly
2014-04-30 Tony CrisciImplement the window::fullscreen_mode event
2014-04-30 Tony CrisciFeature: send complete config on barconfig_update
2014-04-30 Tony CrisciDelegate click handling to dock clients
2014-04-30 Tony CrisciBugfix: ipc window event crash with no window
2014-04-30 Tony CrisciImplement bindsym mouse configuration
2014-04-26 Michael StapelbergInitialize default window border width retina-correctly
2014-04-26 Tony CrisciMove check_for_duplicate_bindings to bindings.[ch]
2014-04-26 Tony CrisciBugfix: resize window check should check for null
2014-04-26 Petr PísařReset SIGIPE handler before executing a command
2014-04-23 Michael StapelbergFix i3.mk to not rebuild test.* all the time
2014-04-23 Julian Ospaldfix parallel make
2014-04-23 Julian Ospaldrespect CFLAGS in linking command
2014-04-18 Michael StapelbergDon’t overwrite existing windows with placeholder windows
2014-04-18 Michael Stapelberglayout restoring: append at the nearest split container...
2014-04-15 Tony CrisciMove switch_mode to bindings.[ch]
2014-04-15 Tony CrisciDont set input focus and send WM_TAKE_FOCUS
2014-04-15 Tony CrisciMaintain the _NET_CLIENT_LIST property
2014-04-09 Michael StapelbergBugfix: clear wm_size_hints if they are not set
2014-03-31 Tony CrisciSend last event timestamp with WM_TAKE_FOCUS msg
2014-03-21 Tony CrisciFree owindow when no con_id match or window
2014-03-21 Tony CrisciFree match after criteria initialization
2014-03-15 Michael StapelbergMerge branch 'master' into next
2014-03-15 Michael StapelbergMerge branch 'fix-resize'
2014-03-15 Tony CrisciBugfix: don't try to resize docks by command
2014-03-15 Tony CrisciMove translate_keysyms to bindings.[ch]
2014-03-10 Tony CrisciFree window ran_assignments on tree_close
2014-03-10 Tony CrisciSet con window to NULL on tree_close
2014-03-08 KerncImproved detection of windows that want floating
2014-03-08 Michael StapelbergMerge branch 'fix-recv-memleak'
2014-03-08 Michael StapelbergMerge branch 'master' into next
2014-03-08 Tony CrisciBugfix: ipc_receive_message reply leak
2014-02-26 Tony CrisciMove keyboard binding accessor to bindings.[ch]
2014-02-26 Marco HunsickerSend IPC window events for focus and title changes
2014-02-15 Tony CrisciMove grab_all_keys to bindings.[ch]
2014-02-13 Tony CrisciImprove drag_pointer error handling
2014-02-09 Michael Stapelberghandle ButtonPress events with child != XCB_NONE (Thank...
2014-02-08 Michael Stapelbergfix warnings: unsigned check for >= 0 is always true
2014-02-08 Tony CrisciBugfix: `tree_split` should not split floating cons
2014-02-08 Steve JonesSet EWMH desktop properties on startup.
2014-02-05 Jonas MaaskolaResize floating windows by right-clicking decoration
2014-02-05 Tony CrisciReally do not create con pixmap when not needed
2014-01-30 Michael StapelbergRevert "Do not create container pixmap when not needed"
2014-01-28 Tony CrisciAbstract binding configuration to bindings.[ch]
2014-01-26 Marco Hunsickerupdate year in copyright notices to 2014
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 Michael StapelbergMerge branch 'openbsd-fallocate'
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 David CoppaOpenBSD lacks posix_fallocate()
2014-01-23 Michael StapelbergMerge branch 'fix-i3-with-shmlog'
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 David CoppaFix install target of i3-with-shmlog.desktop
2014-01-21 Michael StapelbergMerge branch 'release-4.7.1' into next
2014-01-19 Tony CrisciDo not create container pixmap when not needed
2014-01-18 Tony CrisciRespect Motif hint for window decorations
2014-01-13 Michael StapelbergMerge branch 'master' into next
2014-01-13 Michael StapelbergMerge branch 'fix-move-focus'
2014-01-13 Tony CrisciBugfix: `move <direction>` sends workspace focus
2014-01-13 Michael StapelbergMerge branch 'master' into next
2014-01-06 Tony CrisciMovement into a branch considers movement direction
2014-01-06 Alexander Kedrikuse designated initializers for yajl_callbacks struct
2014-01-05 Michael Stapelbergipc: dump new "swallows" properties
2014-01-05 Michael Stapelbergsanity check: drop swallows for split containers (Thank...
2014-01-05 Michael StapelbergRevert "use designated initializers for yajl_callbacks...
2014-01-04 Michael Stapelbergfix killing placeholder windows
2014-01-04 Michael Stapelbergrun con_fix_percent unconditionally, not only on parsin...
2014-01-04 Michael Stapelbergreturn parse errors via IPC for append_layout
2014-01-04 Michael Stapelbergfix percentages when loading layouts
2014-01-04 Michael StapelbergBugfix: set all parsing_* variables to false when start...
2014-01-04 Michael StapelbergBugfix: fix crash when layout JSON file is partially...
2014-01-04 Tony CrisciDisable render-time pointer warps if asked
2014-01-04 Alexander Kedrikuse designated initializers for yajl_callbacks struct
2014-01-04 Peter BoströmFix 'gcc -Wextra -Wno-unused-parameter'.
2014-01-04 Michael StapelbergMerge branch 'docs-debugging'
2014-01-04 Michael StapelbergMerge branch 'master' into next
2014-01-04 Michael Stapelberginstall i3-with-shmlog.xsession.desktop, overwrite...
2014-01-04 Michael StapelbergMerge branch 'master' into next
2014-01-04 Michael StapelbergMerge branch 'docs-debugging'
2014-01-04 Michael Stapelbergenable shmlog when invoked as i3-with-shmlog, install...
2014-01-02 Peter BoströmFix clang -Wextra except -Wunused-parameter.
2014-01-01 Peter BoströmSize resizebar according to container size.
2014-01-01 Tony CrisciSnap pointer to resize bar on drag resize
2014-01-01 Michael StapelbergMerge branch 'master' into next
2013-12-24 Michael Stapelberginstall i3-save-tree(1) (Thanks Marcin)
2013-12-24 Michael StapelbergMerge branch 'master' into next
2013-12-22 Michael Stapelbergipc: dump window properties when not restarting inplace
2013-12-22 Michael Stapelbergdragging: instead of using a custom event loop, use...
2013-12-22 Michael Stapelbergreconnect when the restore X11 connection dies
2013-12-22 Michael Stapelbergkill placeholder windows when the actual window appears
2013-12-22 Michael Stapelbergreplace never-true condition with a working one
2013-12-22 Michael Stapelbergintroduce client.placeholder color
2013-12-22 Michael Stapelbergset original window title on placeholder windows
2013-12-22 Michael Stapelberguse root window color depth instead of hard-coded 24
2013-12-22 Michael Stapelbergdisplay swallows criteria in placeholder windows
2013-12-22 Michael Stapelberglayout restore: create and render placeholder windows
2013-12-22 Michael Stapelbergadd debug message to trace match deletions
2013-12-22 Michael Stapelbergload_layout.c: use *LOG instead of (f)printf
2013-12-22 Michael Stapelbergallow parsing multiple nodes from a json layout
next