Commit Graph

5748 Commits

Author SHA1 Message Date
Axel Wagner bef80146e6 Don't manually strip dzen-formats.
Instead "output_format = none" should be used in the i3status-config
2010-08-24 14:01:48 +02:00
Axel Wagner 14b885adf1 Only copy the double-buffer on expose-events 2010-08-22 10:24:32 +02:00
Michael Stapelberg 4d12e18571 remove proof-of-concept code in main.c 2010-08-21 18:36:51 +02:00
Lourens Rozema f73252431b Bug fix of invalid presentation of container's split orientation. 2010-08-21 18:35:34 +02:00
Michael Stapelberg 161afa3d01 Fix some indention problems in gtk-tree-watch.pl 2010-08-21 18:34:51 +02:00
Lourens Rozema 042abe20b5 Initial commit of gtk-tree-watch.pl which uses GTK/Perl to visualize the i3 tree. It is based on the dump-asy.pl code. 2010-08-21 18:30:27 +02:00
Lourens Rozema 8159ffaa06 Bugfix for the kill command (used a.o. in test 18). Call to match_init is to be used i.o. a simple memset() to zero. Otherwise the boolean dock field doesn't get initalized to -1. 2010-08-21 18:28:37 +02:00
Lourens Rozema ebe878d24c Indent clean up. 2010-08-21 18:27:12 +02:00
Michael Stapelberg 27ffe9eae1 t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens) 2010-08-21 18:25:48 +02:00
Lourens Rozema c780f5dd0b Test 16 fixed expectation of the (root) focused field to exist in the tree and always be zero. 2010-08-21 18:24:21 +02:00
Axel Wagner 6ad922dbd5 Add declaration, accidentally lost in last commit 2010-08-21 13:29:38 +02:00
Axel Wagner fe24eb748c Implement double-buffering to get rid of flickering 2010-08-21 13:27:51 +02:00
Axel Wagner 5015cdc4d0 Implement double-buffering to get rid of flickering 2010-08-21 13:24:05 +02:00
Axel Wagner 84d7da0acf Correct typo in usage-message 2010-08-19 22:13:40 +02:00
Axel Wagner ddf8bd63c7 Added some error handling for xcb 2010-08-18 03:58:32 +02:00
Michael Stapelberg 160c12ed9a recognize dock windows (and support matching them) 2010-08-15 12:18:27 +02:00
Michael Stapelberg 0411299e4c fix typo 2010-08-15 12:18:05 +02:00
Axel Wagner 60da522e13 Add licensing information 2010-08-07 18:05:16 +02:00
Axel Wagner 04e2cd1dfe Add version-option 2010-08-07 03:50:22 +02:00
Axel Wagner e7ba3183df Correct behaviour of parsing null-values in src/outputs.c 2010-08-07 02:37:12 +02:00
Axel Wagner c03e850171 Correct the Macro-calls in src/xcb.c 2010-08-07 02:34:02 +02:00
Axel Wagner dcbf0c71d2 Move font-height-calculation to the end of init_xcb() 2010-08-07 02:22:20 +02:00
Axel Wagner 6780d87593 Use a while-loop in xcb_chk_cb() to account for the xcb-buffer 2010-08-07 02:20:01 +02:00
Axel Wagner 188d4c18cc Merge handle_xcb_event() into xcb_chk_cb() 2010-08-07 02:19:25 +02:00
Axel Wagner cee972280d Add comments 2010-08-07 02:10:05 +02:00
Axel Wagner b1a8ddd9d7 We don't need a callback for null-values 2010-08-07 01:57:00 +02:00
Axel Wagner 660c77bdb8 Reconfigure to the correct coordinates 2010-08-06 05:53:38 +02:00
Axel Wagner 55047c1633 Refresh the workspace-list on output-events 2010-08-06 05:52:01 +02:00
Axel Wagner a4b1e0d01a Modify the active-flag on parsing the output-list 2010-08-06 05:49:57 +02:00
Axel Wagner 36445f500f Use correct default-path for ipc-socket 2010-08-06 04:11:44 +02:00
Axel Wagner fae997038d Remove superflous xcb_flush()es 2010-08-06 03:42:33 +02:00
Axel Wagner 1daa395a77 Added Unicode-Support 2010-08-06 03:32:05 +02:00
Axel Wagner 7d7867acce Be more strict with encapsulation
I.e. move the xcb-event-handling into xcb.c and the
child-process-communications into newly created child.c.
Also change some includes.
2010-08-05 05:09:59 +02:00
Axel Wagner 51d466c41c Cleanup some Memory Leaks 2010-08-04 04:07:16 +02:00
Axel Wagner 27aa9a640e Display statusline (without formats) 2010-08-04 03:34:18 +02:00
Axel Wagner 8595d3bb48 Change the indention-style 2010-08-03 21:20:11 +02:00
Michael Stapelberg b628aab7d8 Look for $SYSCONFDIR/i3/config instead of hard-coded /etc/i3/config (Thanks Don) 2010-07-31 15:04:13 +02:00
Michael Stapelberg 06da6d98e7 Bugfix: Replay unhandled pointer events (Thanks Marcus) 2010-07-31 14:59:02 +02:00
Michael Stapelberg 26c61850bd Bugfix: Replay unhandled pointer events (Thanks Marcus) 2010-07-31 14:58:14 +02:00
Axel Wagner 49eef0db3f Making Mouse-clicks work 2010-07-30 04:19:32 +02:00
Axel Wagner f4b7394655 Implement workspace-change on mouse-wheel 2010-07-30 03:48:46 +02:00
Axel Wagner 43c057f19a Migrate to queue.h 2010-07-30 03:11:54 +02:00
Axel Wagner 654b51fef1 Correctly parse the urgent-hint 2010-07-29 20:19:59 +02:00
Axel Wagner 71cb49b847 Move XCB-Event-Handling to xcb.c 2010-07-27 10:18:29 +02:00
Axel Wagner ff2ee04e0d Use font-size to correctly determine the size of the bars and buttons. 2010-07-27 02:16:49 +02:00
Axel Wagner 3883ae2738 Handling Exposure-Events 2010-07-26 23:51:51 +02:00
Axel Wagner 0f4164dd0f Print the workspace-names 2010-07-26 19:55:02 +02:00
Axel Wagner 8a274bd279 Draw the workspace-buttons 2010-07-26 17:21:46 +02:00
Michael Stapelberg d60a741f78 little style fixes, part 2 2010-07-24 12:35:16 +02:00
Michael Stapelberg 6e5e2fe5ee little style fixes 2010-07-24 12:34:27 +02:00