summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-20* Set default install prefix to sys.prefixHEADmasterGuillaume Seguin1-1/+1
2008-03-19* Fall back to root window geometry when _NET_WORKAREA isn't availableGuillaume Seguin1-1/+3
2008-03-18* Attempt to handle Num_LockGuillaume Seguin1-14/+37
2008-03-18* Coding style fixGuillaume Seguin1-1/+3
2008-03-18* Fix special keycodes filteringGuillaume Seguin1-3/+9
2008-03-17* Cleanly stop input handling when something wrong occuredGuillaume Seguin1-2/+3
2008-03-17* Attempt to filter out invalid charsGuillaume Seguin2-7/+24
2008-03-17* WhitespaceGuillaume Seguin1-1/+1
2008-03-17* Improve Caps Lock handlingGuillaume Seguin1-21/+27
2008-03-17* Relicense to a BSD/MIT like licenseGuillaume Seguin7-437/+177
2008-03-16* Improve backward gtk compatibilityGuillaume Seguin1-4/+9
2008-03-16* Fall back to root window geometry when _NET_CURRENT_DESKTOP isn't availableGuillaume Seguin1-1/+3
2008-03-16* Move everything to linux/ subdirectoryGuillaume Seguin10-1/+5
2008-03-16* Fix python 2.4 compatibilityMark Eichin1-4/+5
2008-03-16* Improve thread handlingGuillaume Seguin1-0/+10
2008-03-13* Use PRIMARY selection for pastingGuillaume Seguin1-2/+1
2008-03-13* Don't update output shape when the screen is compositedGuillaume Seguin1-1/+2
2008-03-12* Handle case where the display has no RGBA colormapGuillaume Seguin1-0/+1
2008-03-12* Move selection/ module to a single selection.py fileGuillaume Seguin2-1/+0
2008-03-12* Use a time-based (instead of iteration-based) timeout for clipboard fetchingGuillaume Seguin1-5/+4
2008-03-12* Add selection handling submodule, move two functions to an utils fileGuillaume Seguin5-11/+166
2008-03-10Make the reenable message a debug messageStuart Langridge1-1/+1
2008-03-10Just have "and contributors" on copyright line for nowStuart Langridge1-1/+1
2008-03-10Add a new contributor line for silStuart Langridge1-1/+3
2008-03-09Use xmodmap to disable Caps Lock so it can be used as quasimode key, and reen...Stuart Langridge1-2/+34
2008-03-07* Use logging module and gtk.main_quit to handle X errorsGuillaume Seguin1-2/+2
2008-03-07* Try all the keys we have keycodes for and not just the first oneGuillaume Seguin1-12/+12
2008-03-07* Oops, missing )Guillaume Seguin1-1/+1
2008-03-07* Include xset optionnal dep in READMEGuillaume Seguin1-0/+4
2008-03-07* Use logging module instead of a raw print statementGuillaume Seguin1-2/+2
2008-03-07* Use named keys for QuasiMode trigger keys instead of raw keycodesGuillaume Seguin1-6/+10
2008-03-07* Fix error handler to actually display the errorGuillaume Seguin1-1/+1
2008-03-07* Add a distutils-based installer and a VERSION fileGuillaume Seguin2-0/+159
2008-03-07* Cleanup previous commit by making wallpaper variables _impl class membersGuillaume Seguin1-15/+14
2008-03-07* Share wallpaper surface between TransparentWindow's and update it only onceGuillaume Seguin1-8/+15
2008-03-07* Update shape before initially showing the windowGuillaume Seguin1-0/+1
2008-03-07* Do not update wallpaper surface when not faking transparencyGuillaume Seguin1-1/+1
2008-03-07* Update shape before queueing draw in update (), not afterGuillaume Seguin1-1/+1
2008-03-07* Wait until Cairo surface is created before showing a TransparentWindowGuillaume Seguin1-1/+1
2008-03-07* Coding style: Missing linefeedGuillaume Seguin1-0/+1
2008-03-07* Correctly destroy transparent windowsGuillaume Seguin1-0/+4
2008-03-06* Shape output for non-composited setups and pack it with input shapingGuillaume Seguin1-4/+5
2008-03-04* Ignore opacity if screen isn't composited and we are not faking transparencyGuillaume Seguin1-1/+4
2008-03-04* Add READMEGuillaume Seguin1-0/+13
2008-03-04* Add AUTHORS fileGuillaume Seguin1-0/+2
2008-03-04* Add COPYING file (final license is still to be defined)Guillaume Seguin1-0/+340
2008-03-04* Add .gitignore fileGuillaume Seguin1-0/+3
2008-03-04* Initial importGuillaume Seguin3-0/+624