Commit Graph

2120 Commits

Author SHA1 Message Date
5098e45f23 Re-Implement support for RandR changes 2011-01-05 00:16:10 +01:00
f54ce1ddda retab! randr.c 2011-01-04 22:51:42 +01:00
1fb9b7c431 Bugfix: Correctly change focus after closing floating containers (Thanks litemotiv!) 2011-01-04 22:40:05 +01:00
0416be18df fix memleak: free struct Window members 2011-01-04 22:39:45 +01:00
bf2c18cc33 fix memleak: free X state structure 2011-01-04 22:39:24 +01:00
545566e6ba use sstrdup() instead of strdup() 2011-01-04 22:39:13 +01:00
80ecd157f6 fix memleak: free con->name before overwriting it 2011-01-04 22:38:33 +01:00
bdbda20293 cmdparse: free strings 2011-01-04 22:37:50 +01:00
fa44383cc6 fix small memory leak (unused ->name) 2011-01-04 22:15:52 +01:00
9713419327 Bugfix: Also change focus when the killed container was focused (Thanks fernandotcl) 2011-01-02 18:08:45 +01:00
0609c1bf3e Add font-option to i3-input 2011-01-02 12:24:27 +01:00
3d274cf2f9 Add font-option to i3-input 2011-01-02 12:22:39 +01:00
497a091fbb Use strerror() for more usefull errormessages 2011-01-01 16:55:13 +01:00
2aeea30cc7 Use strerror() for more usefull errormessages 2011-01-01 16:54:40 +01:00
4c7f131fc5 Fix typo (thx julien) 2011-01-01 15:46:59 +01:00
8f0518c5c5 Only use font_info after we know, the request succeded 2011-01-01 15:46:53 +01:00
b40b921228 Fix typo (thx julien) 2011-01-01 15:36:30 +01:00
08a5a2fdb0 Only use font_info after we know, the request succeded 2011-01-01 15:19:17 +01:00
600c4ae95c Use "*buffer == '\0'" instead of "strlen(buffer) == 0" (thanks dothebart) 2011-01-01 15:08:43 +01:00
64d8d40b25 Use "*buffer == '\0'" instead of "strlen(buffer) == 0" (thanks dothebart) 2011-01-01 15:07:28 +01:00
aa422c07c4 Add forgetful restart to sighandler 2010-12-31 19:36:35 +01:00
6ec468ba1e Retab sighandler.c 2010-12-31 19:36:32 +01:00
fb6d117c42 Port sighandler to tree-branch 2010-12-31 19:36:29 +01:00
2d05c3a37d Fix dragging floating containers / click handling 2010-12-31 01:38:17 +01:00
daf00a932f For floating mode on workspace level, create a container around the content (Thanks Merovius)
Like when setting a workspace to stacked, we need to create a new container
around the content and set *that* to floating.
2010-12-30 23:09:18 +01:00
50914e0483 Bugfix: Correctly change focus when closing a split-container
The problem was i3 leaving an invalid focus pointer valid (after killing the
container) because the container itself is not mapped (if it has no x11 window,
for example split containers).
2010-12-30 23:01:58 +01:00
f65e4f5b16 Bugfix: Don’t redistribute resize percentage values when closing floating (!) windows (Thanks Merovius) (+testcase) 2010-12-30 02:39:14 +01:00
307c59bde6 Bugfix: Fix closing windows in tabbed mode with border_style == 1pixel / none 2010-12-28 19:54:56 +01:00
028f7d2ca7 Fix resize handling on click on borders (did not correctly use orientation) 2010-12-28 16:26:42 +01:00
d184587959 Bugfix: Don’t focus next window if the window was not mapped at the moment (on a different ws) 2010-12-28 02:27:11 +01:00
dc3c633ee4 Bugfix: store and properly load workspace order when restarting 2010-12-27 22:28:59 +01:00
c88c3e3ab2 Default to a file in /tmp for the restart state.
The file is now created in /tmp using the process PID and the
username of the user running i3. The restart state file is only
loaded when restarting (the --restart option is appended to the
command line prior to the restart). That means that renaming the
old state file with the ".old" extension is no longer needed.

This "--restart" switch is supposed to be only used by i3. The
"-L" switch can be used to load a layout (and not delete it
afterwards). We unlink the state file after we load it so that
we don't keep cruft in /tmp or try to restart from an old config
file if restart_state is set.
2010-12-27 13:33:03 +01:00
68f906f278 util.c is the proper place for those functions. 2010-12-27 13:28:17 +01:00
3669bcbd5f Remove some commented out code. 2010-12-27 13:27:14 +01:00
a1dd74da5a Implement default border styles (thanks litemotiv). 2010-12-27 13:10:45 +01:00
3daab599ca Bugfix: Recover from closed socket 2010-12-26 20:03:06 +01:00
b3970b36a5 Bugfix: Recover from closed socket 2010-12-26 20:02:37 +01:00
3c85c514d4 Merge branch 'master' into tree 2010-12-26 15:27:32 +01:00
ff0522fe95 Bugfix: Send child a SIGCONT, so it reacts to SIGTERM (no zombies \o/) 2010-12-26 14:48:39 +01:00
cdf56f16bf Revert "Double-fork() to avoid zombies"
This reverts commit a4eafae108b63f5df76eea2958aee8cf95cb1ad6.
2010-12-26 14:48:14 +01:00
29aaced900 Send child a SIGCONT, so it reacts to SIGTERM (no zombies \o/) 2010-12-26 14:45:31 +01:00
f539f76e5b Revert "Double-fork() to avoid zombies"
This reverts commit a4eafae108b63f5df76eea2958aee8cf95cb1ad6.
2010-12-26 14:44:28 +01:00
2959dcb24c s/separate/seperate/g (Thanks Donald) 2010-12-25 15:42:53 +01:00
73bbc7529f Merge branch 'master' into next 2010-12-23 16:51:36 +01:00
a39db9ae82 Remove unnecessary declaration 2010-12-23 16:50:48 +01:00
d0077fb483 Update changelog and manpage 2010-12-23 16:44:02 +01:00
9912d7fdbb Update changelog and manpage 2010-12-23 16:39:53 +01:00
94a8273b09 Merge branch 'next' 2010-12-23 16:34:19 +01:00
41eb810531 Bugfix: Don’t update focus when container is not mapped 2010-12-11 17:07:20 +01:00
8d5421e6a4 Bugfix: Invalidate focused_id to correctly focus new windows with the same ID 2010-12-11 17:03:53 +01:00