summaryrefslogtreecommitdiffstats
path: root/lib/Phi/X11.hs
AgeCommit message (Expand)Author
2011-10-17Renamed binaries to lowercaseHEADmasterMatthias Schiffer
2011-10-10Use XCB backendMatthias Schiffer
2011-10-08Adjust to patched xhb versionMatthias Schiffer
2011-10-07Send X message batchedMatthias Schiffer
2011-09-09SystrayHelper: initializationMatthias Schiffer
2011-09-08Core is independent of X11 nowMatthias Schiffer
2011-09-08First render, then map panel windowsMatthias Schiffer
2011-09-07Add a short delay waiting for messages before starting renderingMatthias Schiffer
2011-09-07Use new XHB backend for TaskbarMatthias Schiffer
2011-09-07Converted core to XHB/XCBMatthias Schiffer
2011-09-06For now, print desktop names instead of numbersMatthias Schiffer
2011-08-29Handle changes of resolution and screen configurationMatthias Schiffer
2011-08-29Get rid of layout functionMatthias Schiffer
2011-08-29Correctly render tiled background pixmapsMatthias Schiffer
2011-08-21Add a lot of caching frameworkMatthias Schiffer
2011-08-21Make render function return cachable surface slicesMatthias Schiffer
2011-08-21Correctly handle widgets with zero weightMatthias Schiffer
2011-08-21Get rid of existential Widget type and Widget listsMatthias Schiffer
2011-08-21Use CacheArrow for renderingMatthias Schiffer
2011-07-22Fix background update race, speed up rendering!Matthias Schiffer
2011-07-22Fix crash when no root pixmap is setMatthias Schiffer
2011-07-19Add native error handler for systrayMatthias Schiffer
2011-07-19Gracefully shut down systrayMatthias Schiffer
2011-07-19Basic systray implementationMatthias Schiffer
2011-07-18Make minSize depend on the screen if necessaryMatthias Schiffer
2011-07-16Taskbar: Sort windows by screenMatthias Schiffer
2011-07-16Don't redraw when there are still messages pendingMatthias Schiffer
2011-07-15Handle X errorsMatthias Schiffer
2011-07-15Some more work on the taskbarMatthias Schiffer
2011-07-15It's better not to lock in native code...Matthias Schiffer
2011-07-14Only allocate XEvent onceMatthias Schiffer
2011-07-14Use Cairo for background renderingMatthias Schiffer
2011-07-14Added clock widgetMatthias Schiffer
2011-07-14Handle X events asynchronouslyMatthias Schiffer
2011-07-14Some more restructuring, WIPMatthias Schiffer
2011-07-14Added widget layout functionsMatthias Schiffer
2011-07-14Restructured widget stateMatthias Schiffer
2011-07-13Set _NET_WM_NAME atomMatthias Schiffer
2011-07-13Added basic rendering functionsMatthias Schiffer
2011-07-12Preload atoms using template haskellMatthias Schiffer
2011-07-12Further worked out module structureMatthias Schiffer
2011-07-12Simplify struts generationMatthias Schiffer
2011-07-12Correctly divide into library and executableMatthias Schiffer