Commit Graph

2224 Commits

Author SHA1 Message Date
Axel Wagner d5e3b58d47 -V actually does not take an argument (yet) 2010-11-11 02:57:25 +01:00
Axel Wagner eada483765 Double-fork() to avoid zombies 2010-11-10 18:46:47 +01:00
Michael Stapelberg 1f7a53927e update debian/ to include all documentation/bump standars version 2010-11-06 14:41:08 +01:00
Michael Stapelberg e6cd2931a0 update debian/ to include all documentation/bump standars version 2010-11-06 14:40:18 +01:00
Axel Wagner 23b62f621d Add support for bar_fg and bar_bg 2010-11-04 13:46:50 +01:00
Axel Wagner 127c082e83 Call init_colors() earlier 2010-11-04 13:46:33 +01:00
Axel Wagner 214382a030 Mention the color-options in the manpage 2010-11-04 12:43:41 +01:00
Axel Wagner 992612c89d Some stylechanges to previous commit 2010-11-04 12:27:10 +01:00
Fernando Tarlá Cardoso Lemos 6376cf99d2 Custom colors can be set from the command line. 2010-11-04 11:51:26 +01:00
Fernando Tarlá Cardoso Lemos 73728f519b Added a distclean target. 2010-11-04 11:50:47 +01:00
Axel Wagner 80172c88c5 Don't map bars on creation, if hide_on_modifier is enabled 2010-10-24 23:03:44 +02:00
Axel Wagner 4830288c7b Place bar at the bottom of the screen, when creating them 2010-10-24 22:56:08 +02:00
Fernando Tarlá Cardoso Lemos 582ec2a071 More sensible lookup order loading the config. 2010-10-24 00:09:33 +02:00
Michael Stapelberg 2f6d2d0966 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:19:46 +02:00
Michael Stapelberg af9749b1b9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:19:42 +02:00
Michael Stapelberg 6146ad45c9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:18:59 +02:00
Michael Stapelberg 3bb963cf31 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:18:41 +02:00
Axel Wagner cddda0c965 Remove unnecessary dependencies 2010-10-22 00:32:29 +02:00
Fernando Tarlá Cardoso Lemos b1060ff938 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:32 +02:00
Fernando Tarlá Cardoso Lemos 2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +02:00
Michael Stapelberg 182256bf71 website/blog: include link to blog in menu 2010-10-17 19:18:04 +02:00
Michael Stapelberg ef381e1e85 blog: add feed, s/utf8/utf-8 in charset 2010-10-17 19:14:55 +02:00
Michael Stapelberg 54fcc5fc3e add blog/ (jekyll folder structure for http://i3.zekjur.net/blog/) 2010-10-17 18:43:19 +02:00
Niklas Hambüchen 8279eb3a4e Fix wallpaper flickering on workspace switch by mapping new clients before unmapping old clients 2010-10-17 18:21:01 +02:00
Michael Stapelberg 5c2758af26 Implement support for size hints (including test case) 2010-10-11 21:32:29 +02:00
Michael Stapelberg b904c9a34a Bugfix: Initialize variable 'root' earlier
Fixes a regression introduced in commit f2896d3 (create_window(), invoked
indirectly in expand_table_{rows,cols}, uses the root variable).
2010-10-10 20:20:25 +02:00
Michael Stapelberg d1e3fd192f Bugfix: Initialize variable 'root' earlier
Fixes a regression introduced in commit f2896d3 (create_window(), invoked
indirectly in expand_table_{rows,cols}, uses the root variable).
2010-10-10 20:18:31 +02:00
Fernando Tarlá Cardoso Lemos 4ca46d131c Info about client.background for the user guide. 2010-10-07 19:28:55 +02:00
Fernando Tarlá Cardoso Lemos 83a82d77bf Info about client.background for the user guide. 2010-10-07 19:28:50 +02:00
Fernando Tarlá Cardoso Lemos 556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
Fernando Tarlá Cardoso Lemos 6d54b5a506 Fix possible rounding errors. 2010-09-24 15:52:04 +02:00
Fernando Tarlá Cardoso Lemos b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +02:00
Fernando Tarlá Cardoso Lemos fa3ad8be10 Support for custom bg colors for clients. 2010-09-24 15:46:57 +02:00
Stefan Schneider-Kennedy 5ed0c0a042 Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus. 2010-09-24 15:40:05 +02:00
Stefan Schneider-Kennedy 046105ff58 Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus. 2010-09-24 15:37:33 +02:00
Michael Stapelberg 622d680fa8 website: update i3status for the 2.2 release 2010-09-23 00:54:17 +02:00
Michael Stapelberg b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +02:00
Michael Stapelberg 545aaa7569 Use sstrdup() instead of strdup() 2010-09-22 23:10:49 +02:00
Axel Wagner 27fa078159 Adding a manpage 2010-09-17 18:27:07 +02:00
Axel Wagner 920721bb93 Use DLOG/ELOG-macros, provide --verbose-option 2010-09-17 06:49:28 +02:00
Axel Wagner ca1a295714 Clean the XCB-errorhandling a little bit up 2010-09-17 05:55:38 +02:00
Axel Wagner 60bab3db28 Use font_ascent instead of font_height, it's more elegant 2010-09-17 05:29:01 +02:00
Axel Wagner a75cb6e785 Rename xcb_screens to xcb_screen, it's really just one 2010-09-17 05:28:22 +02:00
Axel Wagner 93453c64f2 Add some more comments 2010-09-17 05:26:31 +02:00
Axel Wagner c82556f0f2 Use only xcb_query_font() 2010-09-17 03:51:41 +02:00
Axel Wagner 7fda48aa9f We don't need get_string_width anymore 2010-09-17 03:11:49 +02:00
Axel Wagner 5deb95de33 Make i3_default_sock_path a local variable 2010-09-17 03:04:40 +02:00
Axel Wagner 0e4487e489 Move child_pid into child.c 2010-09-17 03:03:43 +02:00
Axel Wagner d245d14765 Use realloc instead of manually reallocating 2010-09-17 02:28:56 +02:00
Axel Wagner a702ced322 Add CHANGELOG 2010-09-17 02:21:09 +02:00