index
:
phi
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Phi
/
X11.hs
Age
Commit message (
Collapse
)
Author
2011-09-06
For now, print desktop names instead of numbers
Matthias Schiffer
2011-08-29
Handle changes of resolution and screen configuration
Matthias Schiffer
2011-08-29
Get rid of layout function
Matthias Schiffer
2011-08-29
Correctly render tiled background pixmaps
Matthias Schiffer
2011-08-21
Add a lot of caching framework
Matthias Schiffer
2011-08-21
Make render function return cachable surface slices
Matthias Schiffer
2011-08-21
Correctly handle widgets with zero weight
Matthias Schiffer
2011-08-21
Get rid of existential Widget type and Widget lists
Matthias Schiffer
2011-08-21
Use CacheArrow for rendering
Matthias Schiffer
Extremely hacky at the moment, for now the caching isn't used at all...
2011-07-22
Fix background update race, speed up rendering!
Matthias Schiffer
2011-07-22
Fix crash when no root pixmap is set
Matthias Schiffer
2011-07-19
Add native error handler for systray
Matthias Schiffer
2011-07-19
Gracefully shut down systray
Matthias Schiffer
2011-07-19
Basic systray implementation
Matthias Schiffer
2011-07-18
Make minSize depend on the screen if necessary
Matthias Schiffer
2011-07-16
Taskbar: Sort windows by screen
Matthias Schiffer
2011-07-16
Don't redraw when there are still messages pending
Matthias Schiffer
2011-07-15
Handle X errors
Matthias Schiffer
2011-07-15
Some more work on the taskbar
Matthias Schiffer
2011-07-15
It's better not to lock in native code...
Matthias Schiffer
2011-07-14
Only allocate XEvent once
Matthias Schiffer
2011-07-14
Use Cairo for background rendering
Matthias Schiffer
2011-07-14
Added clock widget
Matthias Schiffer
2011-07-14
Handle X events asynchronously
Matthias Schiffer
2011-07-14
Some more restructuring, WIP
Matthias Schiffer
2011-07-14
Added widget layout functions
Matthias Schiffer
2011-07-14
Restructured widget state
Matthias Schiffer
2011-07-13
Set _NET_WM_NAME atom
Matthias Schiffer
2011-07-13
Added basic rendering functions
Matthias Schiffer
2011-07-12
Preload atoms using template haskell
Matthias Schiffer
2011-07-12
Further worked out module structure
Matthias Schiffer
2011-07-12
Simplify struts generation
Matthias Schiffer
2011-07-12
Correctly divide into library and executable
Matthias Schiffer