]> git.sur5r.net Git - i3/i3/history - src
Implement default border styles (thanks litemotiv).
[i3/i3] / src /
2010-12-27 Fernando Tarlá Car... Implement default border styles (thanks litemotiv).
2010-12-11 Michael StapelbergBugfix: Don’t update focus when container is not mapped
2010-12-11 Michael StapelbergBugfix: Invalidate focused_id to correctly focus new...
2010-11-30 Fernando Tarlá Car... Fix possible rounding errors.
2010-11-29 Michael Stapelbergxinerama.c: fix indention
2010-11-29 Michael Stapelbergxcb.c: fix indenting
2010-11-29 Michael Stapelbergworkspace.{c,h}: remove obsolete code
2010-11-29 Michael Stapelberglog.c: fix indenting
2010-11-29 Michael Stapelberghandlers.c: remove obsolete code
2010-11-29 Michael Stapelbergfloating.c: remove obsolete code, fix indenting
2010-11-29 Fernando Tarlá Car... Fix click to focus.
2010-11-29 Michael StapelbergBugfix: Don’t attach floating clients to 'nodes' when...
2010-11-29 Michael StapelbergBugfix: Correctly attach floating Cons to a different...
2010-11-29 Michael StapelbergBugfix: Fix crash when moving a floating Con to a diffe...
2010-11-29 Michael StapelbergBugfix: Transfer 'percent' factor when splitting, add...
2010-11-29 Michael StapelbergInclude 'percent' in tree JSON, use C-locale when dumpi...
2010-11-29 Michael StapelbergImplement resizing (still buggy)
2010-11-28 Michael Stapelberguse con_num_children()
2010-11-28 Michael StapelbergBugfix: Use separate child_mapped instead of checking...
2010-11-28 Michael StapelbergCorrectly update the _NET_WM_STATE hint when *not*...
2010-11-28 Michael StapelbergBugfix: don’t update focus when moving mouse over stack...
2010-11-28 Michael StapelbergBugfix: Add deco_height to bsr.y (to configure the...
2010-11-28 Michael StapelbergBugfix for the last commit (broke some moving situation...
2010-11-28 Michael Stapelberglook & feel: when moving, descend if the container...
2010-11-28 Michael StapelbergBugfix: Fix focus when moving Cons
2010-11-28 Michael StapelbergAlso store/load window_rect when restarting
2010-11-28 Michael StapelbergBugfix: Only set to_focus when focused is actually 1
2010-11-28 Michael Stapelberglook and feel: when moving a Con is not possible, split...
2010-11-28 Michael StapelbergCorrectly restore focus when restarting (Thanks fernand...
2010-11-28 Michael Stapelbergupdate indenting of src/util.c
2010-11-28 Michael Stapelbergre-enable ipc_shutdown() when restarting
2010-11-28 Michael StapelbergBugfix: Use setsid() to avoid SIGINT for child processes
2010-11-28 Michael StapelbergUpon ConfigureRequests, send a generated ConfigureNotif...
2010-11-28 Michael Stapelberglittle style fixes, add vim modeline
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Michael StapelbergBugfix: Restore focus after changing layout (Thanks...
2010-11-28 Michael Stapelbergfix third argument to strncat(), use smalloc(), use...
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-27 Michael StapelbergBugfix: Also render decorations of nearby cons when...
2010-11-27 Michael Stapelbergremove some debug messages
2010-11-27 Michael StapelbergBugfix: unmap windows in a separate step to avoid focus...
2010-11-27 Michael StapelbergBugfix: configure windows before mapping, correctly...
2010-11-27 Michael Stapelbergmore debug for ClientMessages
2010-11-27 Michael Stapelbergfix indention
2010-11-26 Fernando Tarlá Car... Run the autostart commands.
2010-11-26 Fernando Tarlá Car... Always add to the focus list, fixes crash.
2010-11-26 Michael Stapelberglook and feel: create split container when switching...
2010-11-26 Michael StapelbergBugfix: use bufcopy instead of buf (Thanks fernando)
2010-11-26 Michael Stapelbergremove some obsolete code
2010-11-26 Michael StapelbergBugfix: always reset state->initial to false, not only...
2010-11-26 Michael StapelbergBugfix: Don’t draw decorations of CT_FLOATING_CONs
2010-11-26 Michael StapelbergImplement click on stack/tab decoration to focus
2010-11-26 Michael Stapelbergre-indent click function
2010-11-26 Michael StapelbergBugfix: Upon ExposEvents, redraw decoration also for...
2010-11-26 Michael StapelbergBugfix: When handling an EnterNotify for a child window...
2010-11-26 Michael StapelbergBugfix: Correctly count variables when parsing the...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Michael Stapelbergfix indention of src/ipc.c
2010-11-21 Fernando Tarlá Car... Send change:empty too.
2010-11-21 Fernando Tarlá Car... Unlink the resolved path.
2010-11-21 Fernando Tarlá Car... Send the workspace focus change event.
2010-11-21 Fernando Tarlá Car... Ported over some message types from -next.
2010-11-21 Michael StapelbergBugfix: Don’t draw borders for fullscreen windows
2010-11-21 Michael StapelbergBugfix: Don’t attach tiling containers to floating...
2010-11-21 Michael Stapelbergipc: s/floating-nodes/floating_nodes for consistency
2010-11-20 Michael Stapelbergbugfix: don’t treat workspace as empty if they only...
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-20 Michael Stapelbergdebugging: implement a NOP command which just spits...
2010-11-20 Michael StapelbergBugfix: when no windows to focus, return the workspace...
2010-11-15 Fernando Tarlá Car... Port the IPC socket creation code from -next.
2010-11-15 Fernando Tarlá Car... Port the path resolution and config loading code from...
2010-11-15 Michael StapelbergWhen in tabbed mode, nail the orientation to horizontal
2010-11-15 Fernando Tarlá Car... Render the tabbed mode correctly.
2010-11-15 Fernando Tarlá Car... Get rid of the remaining hardcoded height.
2010-11-15 Fernando Tarlá Car... Use the configured font to draw the decorations.
2010-11-14 Michael Stapelbergbugfix: check if the client leader is a managed window...
2010-11-14 Michael Stapelbergtake into account x11 border_width settings (fixes...
2010-11-14 Michael Stapelbergdon’t allow useless splits, change orientation of exist...
2010-11-14 Michael StapelbergBugfix: only set clients to floating which have a leade...
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
2010-11-14 Michael StapelbergBugfix: use rectangles instead of a polygon to avoid...
2010-11-14 Michael Stapelbergautomatically set windows with client_leader to floating
2010-11-14 Michael StapelbergBugfix: after the first UnmapNotify, unignore the event
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael Stapelbergdon’t remove floating container twice (it’s already...
2010-11-14 Michael Stapelbergresize/unmap container x11 windows on demand (makes...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-14 Michael Stapelbergset withdrawn/normal state when unmapping/mapping ...
2010-11-14 Michael Stapelbergparser: return a proper JSON reply on parse errors
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-11-13 Fernando Tarlá Car... Paint the window decorations using the theme.
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-13 Michael Stapelbergimplement support for WM_TRANSIENT_FOR, expand testcase
2010-11-12 Michael StapelbergImplement support for WM_CLIENT_LEADER
2010-11-12 Baptiste DaroussinFix build on freebsd (uint32_t unknown if stdint.h not
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
next