Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-06 | move some functions around so that public functions | Ray Strode | 1 | -197/+197 | |
are at the bottom. | |||||
2007-05-06 | add docs to properties | Ray Strode | 1 | -1/+20 | |
2007-05-06 | move things around a bit | Ray Strode | 1 | -82/+74 | |
2007-05-06 | comment the transaction private structure better | Ray Strode | 1 | -5/+45 | |
2007-05-06 | don't assume pop_transaction_resume is unpausing a transaction paused with ↵ | Ray Strode | 1 | -3/+5 | |
wait_a_while or wait_for_fd | |||||
2007-05-06 | Make it build again | Ray Strode | 1 | -1/+1 | |
s/status/action->rollback_status/ | |||||
2007-05-06 | add prototypes for all static functions | Ray Strode | 1 | -3/+31 | |
2007-05-06 | save action status on action object. If we ever come back to an action that's | Ray Strode | 1 | -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-06 | Fix up formatting | Ray Strode | 7 | -721/+1021 | |
Run source code through "uncrustify" | |||||
2007-05-05 | add new untested read and write actions to test case area. | Ray Strode | 2 | -2/+195 | |
Also add new result and error properties on the transaction object | |||||
2007-05-03 | add untested support for transactions within transactions and | Ray Strode | 2 | -103/+279 | |
a pile of new public api to be able to support it | |||||
2007-05-03 | allow one action to depend on another | Ray Strode | 2 | -11/+50 | |
add pop-transaction to build system random fixups | |||||
2007-05-03 | add asserts | Ray Strode | 2 | -4/+45 | |
2007-05-03 | misc fixes | Ray Strode | 2 | -43/+41 | |
drop unused Error object clean up test case track when we are calling back to the user better | |||||
2007-05-02 | More cleanups, make it work | Ray Strode | 1 | -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-02 | just chugging along on the transaction stuff... | Ray Strode | 2 | -151/+275 | |
2007-05-02 | flesh out the transaction bits a little more | Ray Strode | 1 | -13/+120 | |
2007-05-02 | flesh things out a bit more in the transaction implementation (still not ↵ | Ray Strode | 2 | -56/+347 | |
done or even compilable) | |||||
2007-04-30 | flesh out KEEPING-PROGRAMS-LINEAR a little more and | Ray Strode | 2 | -0/+357 | |
create stub objects to implement the ideas | |||||
2007-04-30 | change readiness to ready in function name | Ray Strode | 1 | -11/+7 | |
2007-04-18 | port more things over to use the new async error handling | Ray Strode | 5 | -35/+98 | |
2007-04-18 | Start to move code over to PopXReplyWatch instead of | Ray Strode | 4 | -57/+176 | |
gdk_error_trap_push/gdk_error_trap_pop | |||||
2007-04-18 | add experiment x reply event source | Ray Strode | 2 | -0/+359 | |
2007-04-08 | add a little blurb about error handling | Ray Strode | 1 | -1/+1 | |
2007-04-08 | put a placeholder view up before the window gets its first damage event | Ray Strode | 2 | -4/+73 | |
2007-04-08 | Try to draw less | Ray Strode | 6 | -29/+229 | |
Make some motions toward implementing what is described in FIGURING-OUT-WHAT-TO-REDRAW | |||||
2007-04-07 | Drop un-needed function declaration | Ray Strode | 1 | -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-07 | add config.h to the top of every source file | Ray Strode | 6 | -5/+7 | |
2007-04-06 | random, somewhat spurious cleanup. | Ray Strode | 3 | -29/+17 | |
2007-04-02 | i dunno | Ray Strode | 1 | -3/+1 | |
2007-04-02 | add a description to view | Ray Strode | 2 | -4/+9 | |
2007-04-02 | don't show patterns until they get damage | Ray Strode | 1 | -8/+22 | |
2007-04-02 | fix a segfault in the last bit of stacking fixes | Ray Strode | 2 | -20/+5 | |
2007-04-02 | try to fix up some stacking problem | Ray Strode | 1 | -8/+47 | |
2007-04-01 | buggy implementation of following x stacking events | Ray Strode | 4 | -8/+30 | |
2007-04-01 | first crack at generating stacking events | Ray Strode | 3 | -78/+314 | |
2007-04-01 | tackle the aforementioned event-listener problem without the junk | Ray Strode | 4 | -19/+37 | |
workaround. | |||||
2007-03-31 | add hacky workaround to some bug in the event-listener/window-view integration | Ray Strode | 3 | -22/+56 | |
2007-03-29 | get things working a bit better | Ray Strode | 1 | -2/+1 | |
2007-03-29 | add glib-genmarshal input file | Ray Strode | 1 | -0/+2 | |
2007-03-29 | make inroads toward autotooling the project | Ray Strode | 2 | -3/+30 | |
2007-03-29 | move files to src/ directory | Ray Strode | 10 | -0/+3241 | |