]> git.sur5r.net Git - i3/i3/history - src
Merge branch 'master' into next
[i3/i3] / src /
2012-09-16 Michael StapelbergMerge branch 'master' into next
2012-09-16 Michael StapelbergMerge branch 'fix-fullscreen-scratch'
2012-09-16 Simon Elsbrocktoggle fullscreen on 'scratchpad show'
2012-09-14 Michael StapelbergMerge branch 'master' into next
2012-09-14 Michael StapelbergMerge branch 'fix-scratchpad-focus'
2012-09-14 Michael StapelbergBugfix: Don’t focus the wrong workspace when moving...
2012-09-11 Michael StapelbergOnly launch i3-nagbar for parse errors
2012-09-11 Michael StapelbergRemove support for resize increment size hints for...
2012-09-11 Michael Stapelbergsighandler: use non-existing backtrace filenames (...
2012-09-11 Michael Stapelbergsasprintf() already handles errors, we don’t need to...
2012-09-11 Michael Stapelbergsighandler: provide gdb with pipe stdin/stdout fds...
2012-09-11 Bas PapeReplace exit with backtrace in crash dialog
2012-09-09 Michael Stapelberguse pwd -P instead of readlink -f (Thanks Marcus Crestani)
2012-09-09 Michael Stapelbergbuild fix: remove src/cmdparse.* in make clean
2012-09-06 Michael Stapelbergdon’t errnously detect --release bindings as duplicates
2012-09-06 Michael Stapelbergignore modifiers for KeyRelease bindings
2012-09-06 Michael Stapelbergnaive implementation of 'bindsym --release' (and bindcode)
2012-09-06 Michael Stapelbergre-indent src/config.c
2012-09-05 Michael Stapelbergrendering: ceil() instead of truncating for tabbed...
2012-09-05 Michael Stapelbergfix format string warnings
2012-09-05 Michael Stapelbergbugfix: forgot to mark split containers as split =...
2012-09-05 Michael Stapelbergstartup-notifications: keep sequence around for 30s...
2012-09-05 Michael StapelbergMerge branch 'master' into next
2012-09-05 Michael StapelbergMerge branch 'fix-nagbar-exit'
2012-09-05 Michael StapelbergBugfix: Use _exit() instead of exit to avoid calling...
2012-09-04 Michael Stapelbergcon_set_layout: always use the parent container, handle...
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'fix-1px-flickering'
2012-09-04 Michael StapelbergBugfix: fix flickering with 1pixel border tabbed layout...
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'fix-fullscreen-confreq'
2012-09-04 Michael StapelbergBugfix: Don’t allow ConfigureRequests while in fullscre...
2012-09-04 Michael Stapelbergx: grab server and process pending events before managi...
2012-09-03 Michael Stapelbergfix compilation with older xcb-util with -DXCB_COMPAT...
2012-08-28 Michael Stapelbergaccept slashes in RandR output names (+test) (Thanks...
2012-08-22 Sebastian UllrichRemove dead code in cmd_workspace_number
2012-08-22 Sebastian UllrichFix 'back and forth' in 'workspace number' for named ws
2012-08-22 Sebastian UllrichCreate ws in "move workspace number n" if not existing
2012-08-22 Michael StapelbergMerge branch 'master' into next
2012-08-22 Michael StapelbergMerge branch 'floating-resize-height'
2012-08-22 Joel Stemmerfix resizing floating windows by height
2012-08-16 Michael StapelbergBugfix: don’t change tabbed/stacked cons to splitv...
2012-08-13 Michael Stapelbergi3 --moreversion: use readlink /proc/$pid/exe instead...
2012-08-13 Fernando Tarlá Car... libi3: Implement Pango rendering
2012-08-13 Fernando Tarlá Car... libi3: Rework font to support multiple backends
2012-08-13 Quentin Glidiclibi3: Rework predict_text_width
2012-08-13 Quentin Glidiclibi3: Rework draw_text
2012-08-13 Quentin Glidici3/sighandler: Pre-compute i3Strings for text
2012-08-13 Quentin Glidici3/window: Port window names to i3String
2012-08-13 Quentin GlidicMakefile: Always link libi3 first
2012-08-12 Michael Stapelbergimplement error messages when moving to another ws...
2012-08-12 Michael Stapelbergremove obsolete branch reference "(tree)" from starting...
2012-08-12 Michael Stapelbergshm-logging: implement i3-dump-log -f (follow)
2012-08-12 Michael Stapelberguse errx() instead of err() for custom error message
2012-08-12 Michael StapelbergBugfix: only honor _NET_ACTIVE_WINDOW for visible windo...
2012-08-12 Michael StapelbergImplement i3 --moreversion
2012-08-12 Michael Stapelbergset I3_PID atom on the root window
2012-08-12 Michael Stapelberguse I3__FILE__ for DLOG, leave __FILE__ as is
2012-08-11 Philipp MiddendorfBugfix: Properly resize transient floating windows...
2012-08-11 Michael Stapelbergtypo: s/transiert/transient/
2012-08-11 Julius Plenzclean up zero-byte logfile on immediate exit
2012-08-08 Michael Stapelbergscratchpad: fix moving scratchpad window
2012-08-07 Michael Stapelbergmakefile: remove the old loglevels.tmp and loglevels...
2012-08-07 Michael Stapelbergexplicitly set filenames to $(basename __FILE__)
2012-08-07 Michael StapelbergSupport _NET_ACTIVE_WINDOW ClientMessages
2012-08-07 Michael Stapelberghandlers.c: don’t call x_push_changes(croot), tree_rend...
2012-08-06 Michael StapelbergBugfix: Attach con to nc before calling con_border_styl...
2012-08-06 Philipp MiddendorfBugfix: Add deco_height only when in "normal" border...
2012-08-06 Michael StapelbergBugfix for previous commit: Don’t crash with dock windows
2012-08-06 Axel WagnerMake horizontal edge-borders hidable too
2012-08-05 Michael StapelbergProperly report errors in 'focus parent' (Thanks eeemsi)
2012-08-05 Michael Stapelbergcorrectly store last_split_layout when we are dealing...
2012-08-05 Iakov Davydovcreate hide_edge_borders option
2012-08-05 Michael Stapelbergmakefile: canonicalize path when compiling
2012-08-05 Michael Stapelbergpre-compile all.h, saves quite some build time
2012-08-05 Michael Stapelbergfix a few warnings/places where the clang static analyz...
2012-08-05 Michael Stapelbergipc: implement GET_VERSION to find out the i3 version
2012-08-04 Michael Stapelbergcleanup i3 sync protocol messages
2012-08-04 Michael Stapelbergparser: remove debug messages
2012-08-04 Michael StapelbergMerge branch 'master' into next
2012-08-04 Michael StapelbergMerge branch 'fix-coords'
2012-08-04 Michael Stapelbergfloating_fix_coordinates: properly deal with negative...
2012-08-04 Michael StapelbergBugfix: Properly fix floating coordinates when disablin...
2012-08-04 Michael StapelbergBugfix: fix floating coordinates when moving assigned...
2012-08-04 Michael StapelbergFix a crash when the current output cannot be determine...
2012-08-04 Michael Stapelbergensure the layout is not L_DEFAULT anymore, even if...
2012-08-04 Michael StapelbergIntroduce splith/splitv layouts, remove orientation
2012-08-04 Michael Stapelbergadd missing \n in debug message
2012-08-02 Michael StapelbergDisplay i3-nagbar when commands lead to an error
2012-08-02 Michael Stapelbergcfgparse: Write custom scripts for i3-sensible-terminal
2012-07-22 Quentin Glidiccommon.mk: Split XCB common flags
2012-07-22 Quentin Glidiccommon.mk: Split XCB keyboard flags
2012-07-22 Quentin Glidiccommon.mk: Split WM XCB flags
2012-07-22 Quentin Glidiccommon.mk: Split Xlib flags
2012-07-22 Quentin Glidiccommon.mk: Move -lm to i3_LIBS
2012-07-22 Quentin Glidiccommon.mk: Split Xcursor flags
2012-07-22 Quentin Glidiccommon.mk: Split yajl flags
2012-07-22 Quentin Glidiccommon.mk: Split libev flags
2012-07-22 Quentin Glidiccommon.mk: Split libpcre flags
2012-07-22 Quentin Glidiccommon.mk: Split libstartup-notification flags
next