aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.c
Commit message (Expand)AuthorAgeFilesLines
* change cursor display based on if the window has focus or notJesse Luehrs2014-04-131-1/+10
* handle WM_NORMAL_HINTSJesse Luehrs2014-04-131-5/+13
* start up at 80x24Jesse Luehrs2014-04-131-0/+4
* don't map the window until all of the wm properties are setJesse Luehrs2014-04-131-2/+1
* handle more function keysJesse Luehrs2014-04-131-16/+58
* this should actually be using cairo_surface_flushJesse Luehrs2014-04-131-1/+1
* handle arrow keysJesse Luehrs2014-04-131-1/+19
* this is an unnecessary level of abstractionJesse Luehrs2014-04-131-2/+2
* don't allow the window to shrink below one pixelJesse Luehrs2014-04-121-0/+9
* fix threading issuesJesse Luehrs2014-04-121-5/+27
* handle window resizingJesse Luehrs2014-04-121-0/+18
* simplifyJesse Luehrs2014-04-121-31/+12
* refactorJesse Luehrs2014-04-121-12/+22
* this isn't necessaryJesse Luehrs2014-04-121-3/+0
* reorder the initialization some moreJesse Luehrs2014-04-111-26/+24
* support changing the window titleJesse Luehrs2014-04-111-11/+41
* line lengthsJesse Luehrs2014-04-111-12/+32
* clean up some stuff with static functionsJesse Luehrs2014-04-111-110/+115
* draw a cursorJesse Luehrs2014-04-101-0/+1
* redraw the window when it's hidden and reshownJesse Luehrs2014-04-101-2/+7
* handle setting the terminal size properlyJesse Luehrs2014-04-091-0/+9
* the subprocess dying should also close the windowJesse Luehrs2014-04-091-3/+20
* flush after drawingJesse Luehrs2014-04-091-0/+5
* don't need to separately initialize the loopJesse Luehrs2014-04-081-86/+87
* a bunch more refactoringJesse Luehrs2014-04-081-0/+210