aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.h
Commit message (Collapse)AuthorAgeFilesLines
* move this entirely into the backendJesse Luehrs2014-04-171-1/+2
| | | | | again, it's not safe to have things from other threads calling into xlib, and cairo calls on the backend_cr count as calling into xlib
* more cleanupsJesse Luehrs2014-04-151-1/+1
|
* reorganize initialization a bunchJesse Luehrs2014-04-151-3/+2
| | | | | | this way, we can create the window with the correct dimensions from the start, rather than creating it with arbitrary dimensions and then resizing it later
* rename these for consistencyJesse Luehrs2014-04-151-1/+1
|
* support a visual bellJesse Luehrs2014-04-141-0/+1
|
* fix threading issuesJesse Luehrs2014-04-121-1/+2
|
* this isn't necessaryJesse Luehrs2014-04-121-1/+0
|
* reorder the initialization some moreJesse Luehrs2014-04-111-1/+2
|
* support changing the window titleJesse Luehrs2014-04-111-0/+3
|
* handle setting the terminal size properlyJesse Luehrs2014-04-091-0/+1
|
* the subprocess dying should also close the windowJesse Luehrs2014-04-091-0/+2
|
* flush after drawingJesse Luehrs2014-04-091-0/+1
|
* don't need to separately initialize the loopJesse Luehrs2014-04-081-1/+0
|
* a bunch more refactoringJesse Luehrs2014-04-081-0/+36