summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-02remove TODO itemRay Strode1-1/+0
2007-04-02don't show patterns until they get damageRay Strode1-8/+22
2007-04-02fix a segfault in the last bit of stacking fixesRay Strode2-20/+5
2007-04-02try to fix up some stacking problemRay Strode1-8/+47
2007-04-01buggy implementation of following x stacking eventsRay Strode4-8/+30
2007-04-01first crack at generating stacking eventsRay Strode3-78/+314
2007-04-01add a TODO file with some of the things that still need to be doneRay Strode1-0/+12
2007-04-01tackle the aforementioned event-listener problem without the junkRay Strode4-19/+37
2007-03-31add hacky workaround to some bug in the event-listener/window-view integrationRay Strode3-22/+56
2007-03-29clean some more filesRay Strode1-0/+2
2007-03-29clean things up betterRay Strode1-0/+2
2007-03-29get things working a bit betterRay Strode4-4/+16
2007-03-29add minimal autogen.sh fileRay Strode1-0/+5
2007-03-29add glib-genmarshal input fileRay Strode1-0/+2
2007-03-29make inroads toward autotooling the projectRay Strode14-3/+820
2007-03-29move files to src/ directoryRay Strode10-17/+2
2007-03-29disconnect event-listener from view when unsetting windowRay Strode4-9/+69
2007-03-29cast function with not exactly the right signature toRay Strode1-1/+3
2007-03-29use new window stack object to track window stackRay Strode4-74/+132
2007-03-28the beginnings of a class for tracking the window stackRay Strode2-0/+399
2007-03-28when using a test window scale th screen to fit the windowRay Strode2-3/+18
2007-03-27create pattern for visible windowsRay Strode2-4/+5
2007-03-27add some debugging spewRay Strode3-23/+75
2007-03-26attach the window a event is for as the detail for the event signalRay Strode5-229/+442
2007-03-25add a few more eventsRay Strode4-30/+220
2007-03-21i don't knowRay Strode5-160/+202
2007-03-19remove fake _damaged call from render_to_context function, nowRay Strode4-21/+23
2007-03-19try to hack in damage reporting in event listener class...failRay Strode3-15/+88
2007-03-19add a hack to seems to "fix" things so windows don't give badmatch anymoreRay Strode2-44/+23
2007-03-19i don't know, still not working rightRay Strode4-63/+151
2007-03-18drop the event queue stuff. it doesn't work right and i'm not even sure it w...Ray Strode6-320/+52
2007-03-18add token alphaRay Strode1-1/+1
2007-03-18rename git-window to git-window-viewRay Strode8-907/+1047
2007-03-16add new (broken) files for managing eventsRay Strode2-0/+666
2007-03-14make things work a little better when you minimize and restore windowsRay Strode2-13/+93
2007-03-13fix error spew problemRay Strode2-12/+15
2007-03-13clean up better on the destroyed window path (still gives funky errors though)Ray Strode2-38/+71
2007-03-13add limited, initial support for shaped windowsRay Strode2-3/+88
2007-03-12don't listen for window create and destruction notices instead of calling XQu...Ray Strode3-40/+80
2007-03-12- make pop-window a widget so we can take advantage of the event frameworkRay Strode3-136/+264
2007-03-12add missing header (oops!)Ray Strode2-4/+84
2007-03-12make moving sorta work againRay Strode1-4/+4
2007-03-12try to track configure events to catch when windows are moved around (quite b...Ray Strode2-79/+143
2007-03-11add random, broken hack to get the basics of damage reporting inRay Strode3-50/+154
2007-03-11rework things so that each window is managed by its own objectRay Strode4-29/+385
2007-03-10fix input of widgets that are over the cowRay Strode1-4/+2
2007-03-10clean up the error pushing/popping a bitRay Strode2-18/+8
2007-03-10i don't knowRay Strode1-10/+6
2007-03-09hide the button for nowRay Strode1-2/+4
2007-03-09try unsucessfully to get the button to be clickableRay Strode2-17/+25