aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
Commit message (Collapse)AuthorAgeFilesLines
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-1/+2
|
* fix header guardJesse Luehrs2016-05-071-1/+1
|
* rate limit redrawsJesse Luehrs2016-05-061-0/+3
|
* retain selection contents after it is removedJesse Luehrs2016-05-061-0/+2
| | | | | this way, clicking in a terminal doesn't make you stop being able to paste things
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-011-1/+1
| | | | | this way, we should be able to have multiple terminals in the same process
* simplifyJesse Luehrs2016-05-011-5/+1
|
* split some more things out of runes.hJesse Luehrs2016-04-301-0/+1
|
* pull event loop handling into its own fileJesse Luehrs2016-04-301-1/+1
|
* store this on the screenJesse Luehrs2014-07-041-1/+0
|
* also respond to TARGETS requestsJesse Luehrs2014-07-041-0/+1
|
* basic implementation of selectionsJesse Luehrs2014-07-041-0/+1
| | | | | still need to draw the selection, and look into how selections persist after the application is closed (cut buffers?)
* more refactoringJesse Luehrs2014-05-041-2/+2
|
* refactorJesse Luehrs2014-05-041-0/+2
|
* this is never used except by the backendJesse Luehrs2014-04-301-0/+2
|
* these aren't used anymoreJesse Luehrs2014-04-281-4/+0
|
* add a borderJesse Luehrs2014-04-281-0/+1
|
* shift+insert to paste from PRIMARYJesse Luehrs2014-04-231-0/+1
|
* also set WINDOWIDJesse Luehrs2014-04-231-0/+1
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+46