Commit Graph

6263 Commits

Author SHA1 Message Date
4830288c7b Place bar at the bottom of the screen, when creating them 2010-10-24 22:56:08 +02:00
582ec2a071 More sensible lookup order loading the config. 2010-10-24 00:09:33 +02:00
2f6d2d0966 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:19:46 +02:00
af9749b1b9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:19:42 +02:00
6146ad45c9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:18:59 +02:00
3bb963cf31 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:18:41 +02:00
cddda0c965 Remove unnecessary dependencies 2010-10-22 00:32:29 +02:00
b1060ff938 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:32 +02:00
2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +02:00
182256bf71 website/blog: include link to blog in menu 2010-10-17 19:18:04 +02:00
ef381e1e85 blog: add feed, s/utf8/utf-8 in charset 2010-10-17 19:14:55 +02:00
54fcc5fc3e add blog/ (jekyll folder structure for http://i3.zekjur.net/blog/) 2010-10-17 18:43:19 +02:00
8279eb3a4e Fix wallpaper flickering on workspace switch by mapping new clients before unmapping old clients 2010-10-17 18:21:01 +02:00
5c2758af26 Implement support for size hints (including test case) 2010-10-11 21:32:29 +02:00
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
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
4ca46d131c Info about client.background for the user guide. 2010-10-07 19:28:55 +02:00
83a82d77bf Info about client.background for the user guide. 2010-10-07 19:28:50 +02:00
556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
6d54b5a506 Fix possible rounding errors. 2010-09-24 15:52:04 +02:00
b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +02:00
fa3ad8be10 Support for custom bg colors for clients. 2010-09-24 15:46:57 +02:00
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
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
622d680fa8 website: update i3status for the 2.2 release 2010-09-23 00:54:17 +02:00
b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +02:00
545aaa7569 Use sstrdup() instead of strdup() 2010-09-22 23:10:49 +02:00
27fa078159 Adding a manpage 2010-09-17 18:27:07 +02:00
920721bb93 Use DLOG/ELOG-macros, provide --verbose-option 2010-09-17 06:49:28 +02:00
ca1a295714 Clean the XCB-errorhandling a little bit up 2010-09-17 05:55:38 +02:00
60bab3db28 Use font_ascent instead of font_height, it's more elegant 2010-09-17 05:29:01 +02:00
a75cb6e785 Rename xcb_screens to xcb_screen, it's really just one 2010-09-17 05:28:22 +02:00
93453c64f2 Add some more comments 2010-09-17 05:26:31 +02:00
c82556f0f2 Use only xcb_query_font() 2010-09-17 03:51:41 +02:00
7fda48aa9f We don't need get_string_width anymore 2010-09-17 03:11:49 +02:00
5deb95de33 Make i3_default_sock_path a local variable 2010-09-17 03:04:40 +02:00
0e4487e489 Move child_pid into child.c 2010-09-17 03:03:43 +02:00
d245d14765 Use realloc instead of manually reallocating 2010-09-17 02:28:56 +02:00
a702ced322 Add CHANGELOG 2010-09-17 02:21:09 +02:00
52120e3ed5 Use draw_text() to render text to the correct spot 2010-09-17 02:17:18 +02:00
0dc802c7b5 Write a wrapper around xcb_image_text_16()
xcb_image_text_16() can only process up to 255 glyphs, so we
write a wrapper around it for arbitrary long strings
2010-09-17 01:52:04 +02:00
c5dc3d49aa We don't need to crop at that point 2010-09-17 01:51:10 +02:00
2ce9c4024f Draw the statusline to a seperate buffer-pixmap 2010-09-17 01:18:50 +02:00
4ec3e7a619 Define Macros MAX and MIN 2010-09-17 01:16:53 +02:00
f2896d34e0 Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
2010-09-09 15:35:48 +02:00
ff86f35f05 Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
2010-09-09 15:34:13 +02:00
4d38bf81ba Allocate the right amount of memory for ev_child 2010-09-07 17:28:56 +02:00
17484d82f2 Allocate the right amount of memory for ev_child 2010-09-07 17:28:15 +02:00
f6638b4b9e website: update i3lock website (for the 2.0 release) 2010-09-05 14:08:21 +02:00
4e298d5a1d Reimplement double-buffering
Due to a merge-fuckup, the double-buffer-code got lost. Know flickering
should not happen anymore.
2010-09-04 18:26:30 +02:00