summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-05-06move some functions around so that public functionsRay Strode1-197/+197
are at the bottom.
2007-05-06add docs to propertiesRay Strode1-1/+20
2007-05-06move things around a bitRay Strode1-82/+74
2007-05-06comment the transaction private structure betterRay Strode1-5/+45
2007-05-06don't assume pop_transaction_resume is unpausing a transaction paused with ↵Ray Strode1-3/+5
wait_a_while or wait_for_fd
2007-05-06Make it build againRay Strode1-1/+1
s/status/action->rollback_status/
2007-05-06add prototypes for all static functionsRay Strode1-3/+31
2007-05-06save action status on action object. If we ever come back to an action that'sRay Strode1-87/+175
already finished (because say it added some actions to the queue before finishing and those actions finished), then just return. Drop lame test case and start to write one that is more real-world (will eventually copy a file)
2007-05-06Fix up formattingRay Strode7-721/+1021
Run source code through "uncrustify"
2007-05-05add new untested read and write actions to test case area.Ray Strode2-2/+195
Also add new result and error properties on the transaction object
2007-05-03add untested support for transactions within transactions andRay Strode2-103/+279
a pile of new public api to be able to support it
2007-05-03allow one action to depend on anotherRay Strode2-11/+50
add pop-transaction to build system random fixups
2007-05-03add assertsRay Strode2-4/+45
2007-05-03misc fixesRay Strode2-43/+41
drop unused Error object clean up test case track when we are calling back to the user better
2007-05-02More cleanups, make it workRay Strode1-74/+126
drop wait for source, it can't work because event sources don't have a generic hook onto dispatch api and callback signatures vary from event source to event source add lame test case
2007-05-02just chugging along on the transaction stuff...Ray Strode2-151/+275
2007-05-02flesh out the transaction bits a little moreRay Strode1-13/+120
2007-05-02flesh things out a bit more in the transaction implementation (still not ↵Ray Strode2-56/+347
done or even compilable)
2007-04-30flesh out KEEPING-PROGRAMS-LINEAR a little more andRay Strode2-0/+357
create stub objects to implement the ideas
2007-04-30change readiness to ready in function nameRay Strode1-11/+7
2007-04-18port more things over to use the new async error handlingRay Strode5-35/+98
2007-04-18Start to move code over to PopXReplyWatch instead ofRay Strode4-57/+176
gdk_error_trap_push/gdk_error_trap_pop
2007-04-18add experiment x reply event sourceRay Strode2-0/+359
2007-04-08add a little blurb about error handlingRay Strode1-1/+1
2007-04-08put a placeholder view up before the window gets its first damage eventRay Strode2-4/+73
2007-04-08Try to draw lessRay Strode6-29/+229
Make some motions toward implementing what is described in FIGURING-OUT-WHAT-TO-REDRAW
2007-04-07Drop un-needed function declarationRay Strode1-1/+0
The PopWindowView class had a method pop_window_view_queue_damage declared in its header that was never used or defined.
2007-04-07add config.h to the top of every source fileRay Strode6-5/+7
2007-04-06random, somewhat spurious cleanup.Ray Strode3-29/+17
2007-04-02i dunnoRay Strode1-3/+1
2007-04-02add a description to viewRay Strode2-4/+9
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-01tackle the aforementioned event-listener problem without the junkRay Strode4-19/+37
workaround.
2007-03-31add hacky workaround to some bug in the event-listener/window-view integrationRay Strode3-22/+56
2007-03-29get things working a bit betterRay Strode1-2/+1
2007-03-29add glib-genmarshal input fileRay Strode1-0/+2
2007-03-29make inroads toward autotooling the projectRay Strode2-3/+30
2007-03-29move files to src/ directoryRay Strode10-0/+3241