Commit graph

43 commits

Author SHA1 Message Date
3e1ca80912 Renamed binaries to lowercase 2011-10-17 21:16:01 +02:00
33cd402ae9 Use XCB backend 2011-10-10 23:22:59 +02:00
456f9fb6e6 Adjust to patched xhb version 2011-10-08 05:12:41 +02:00
579552b29b Send X message batched 2011-10-07 05:31:23 +02:00
2ae89a5e33 SystrayHelper: initialization 2011-09-09 03:20:16 +02:00
4d519acbd4 Core is independent of X11 now 2011-09-08 19:15:23 +02:00
234388ef38 First render, then map panel windows 2011-09-08 01:27:01 +02:00
aadf8d9780 Add a short delay waiting for messages before starting rendering 2011-09-07 22:33:07 +02:00
6746d60e3f Use new XHB backend for Taskbar 2011-09-07 19:35:59 +02:00
15d9304e05 Converted core to XHB/XCB 2011-09-07 16:38:36 +02:00
42d5f27d32 For now, print desktop names instead of numbers 2011-09-06 12:54:58 +02:00
499eaf95fb Handle changes of resolution and screen configuration 2011-08-29 16:51:02 +02:00
7a87ba6f2e Get rid of layout function 2011-08-29 15:10:55 +02:00
e48e3a6fe0 Correctly render tiled background pixmaps 2011-08-29 09:32:31 +02:00
8222c6041d Add a lot of caching framework 2011-08-21 21:39:26 +02:00
42c14fa1ca Make render function return cachable surface slices 2011-08-21 19:34:16 +02:00
ddca7c3ec5 Correctly handle widgets with zero weight 2011-08-21 08:47:32 +02:00
022783f4a7 Get rid of existential Widget type and Widget lists 2011-08-21 08:40:08 +02:00
028c4243a8 Use CacheArrow for rendering
Extremely hacky at the moment, for now the caching isn't used at all...
2011-08-21 05:38:37 +02:00
de1dc32b33 Fix background update race, speed up rendering! 2011-07-22 22:36:43 +02:00
906dc08d3e Fix crash when no root pixmap is set 2011-07-22 11:42:22 +02:00
227cf56f44 Add native error handler for systray 2011-07-19 14:50:04 +02:00
387613b2f0 Gracefully shut down systray 2011-07-19 12:25:08 +02:00
19c4bb3521 Basic systray implementation 2011-07-19 11:16:50 +02:00
581e1f9c63 Make minSize depend on the screen if necessary 2011-07-18 20:57:19 +02:00
b66d6690d8 Taskbar: Sort windows by screen 2011-07-16 15:55:31 +02:00
8854f0aec4 Don't redraw when there are still messages pending 2011-07-16 13:21:24 +02:00
4419a111fd Handle X errors 2011-07-15 23:54:05 +02:00
465d757986 Some more work on the taskbar 2011-07-15 09:17:57 +02:00
c6e57070ab It's better not to lock in native code... 2011-07-15 02:51:50 +02:00
7da8a9114e Only allocate XEvent once 2011-07-14 23:47:38 +02:00
55edb549a5 Use Cairo for background rendering 2011-07-14 22:50:03 +02:00
861fa81d85 Added clock widget 2011-07-14 20:21:30 +02:00
7c0f602343 Handle X events asynchronously 2011-07-14 07:34:43 +02:00
e4314c03fa Some more restructuring, WIP 2011-07-14 06:16:04 +02:00
222ba3fe0b Added widget layout functions 2011-07-14 01:47:10 +02:00
55d15b73ca Restructured widget state 2011-07-14 00:09:20 +02:00
90c25a997b Set _NET_WM_NAME atom 2011-07-13 20:13:04 +02:00
5c9c99b41c Added basic rendering functions 2011-07-13 02:13:01 +02:00
982bcffcfe Preload atoms using template haskell 2011-07-12 19:09:05 +02:00
19378fdcf1 Further worked out module structure 2011-07-12 16:47:24 +02:00
6de4eb5792 Simplify struts generation 2011-07-12 14:41:25 +02:00
c918dde366 Correctly divide into library and executable 2011-07-12 03:08:19 +02:00
Renamed from src/Phi/X11.hs (Browse further)