aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* reorder teardownsDevin J. Pohly2020-07-231-1/+3
* fix more unfreed memoryDevin J. Pohly2020-07-231-0/+1
* output_layout_manager not auto-destroyedDevin J. Pohly2020-07-231-0/+1
* xcursor_manager is not automatically destroyedDevin J. Pohly2020-07-231-0/+1
* add non-goals list to READMEDevin J. Pohly2020-07-231-0/+6
* Merge pull request #16 from guidocella/killclientDevin J. Pohly2020-07-232-0/+15
|\
| * Add killclientGuido Cella2020-07-232-0/+15
|/
* let xdg be the plain "createnotify"Devin J. Pohly2020-07-221-6/+6
* xwayland is the exceptional case, let xdg be 0Devin J. Pohly2020-07-211-32/+31
* update README to reflect work on XWaylandDevin J. Pohly2020-07-211-3/+4
* condense appid/title logicDevin J. Pohly2020-07-211-11/+8
* fix segfault on xwayland "appid"Devin J. Pohly2020-07-211-0/+2
* xwayland: add server and basic window functionality (#10)Alexander Courtis2020-07-211-35/+125
* Add repeat delay and repeat rate to config.h (#13)Lauri Gustafsson2020-07-022-1/+3
* note wlroots-git requirementDevin J. Pohly2020-06-151-2/+1
* clear correct focus on keyboard leaveDevin J. Pohly2020-06-151-1/+1
* Don't pass NULL surfaces to wlr focus functions (#8)Shugyousha2020-06-141-3/+11
* Revert to @arp242's suggestionDevin J. Pohly2020-06-071-1/+1
* Handle missing XDG_RUNTIME_DIR explicitlyDevin J. Pohly2020-06-072-4/+15
* move perrors earlierDevin J. Pohly2020-06-071-2/+2
* Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij2020-06-072-0/+6
* send xdg_decoration configure right after createDevin J. Pohly2020-06-071-2/+3
* Implement xdg-decoration protocolDevin J. Pohly2020-06-041-0/+48
* Write something more intuitive for focusclient()Devin J. Pohly2020-06-031-34/+33
* document -qvd optionsDevin J. Pohly2020-06-032-6/+13
* switch default term to alacrittyDevin J. Pohly2020-05-101-1/+1
* make sure freed listeners are removed from listDevin J. Pohly2020-05-101-0/+3
* remember export-dmabuf for when it's fixed in wlrDevin J. Pohly2020-05-091-0/+1
* add output manager protocolDevin J. Pohly2020-05-091-0/+2
* add screencopy supportDevin J. Pohly2020-05-091-0/+2
* add primary selection support too!Devin J. Pohly2020-05-091-11/+29
* handle request set selectionDevin J. Pohly2020-05-091-1/+18
* use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly2020-05-091-1/+2
* initialize global listeners staticallyDevin J. Pohly2020-05-091-20/+12
* abcDevin J. Pohly2020-05-031-9/+9
* remove vestigial listenersDevin J. Pohly2020-05-031-2/+0
* no need for a line split hereDevin J. Pohly2020-05-031-2/+1
* no conditional needed for output modesDevin J. Pohly2020-05-031-13/+9
* use strstr for monrulesDevin J. Pohly2020-05-031-1/+1
* add reminder commentDevin J. Pohly2020-05-031-0/+1
* inline xytosurfaceDevin J. Pohly2020-05-031-27/+9
* split xytoclient and xytosurfaceDevin J. Pohly2020-05-031-26/+32
* styleDevin J. Pohly2020-05-031-2/+1
* refocus -> lastfocusedDevin J. Pohly2020-05-031-21/+17
* raise client on refocusDevin J. Pohly2020-05-031-2/+2
* add client rulesDevin J. Pohly2020-05-032-7/+54
* allow setmon to specify alternate tagsDevin J. Pohly2020-05-031-6/+6
* loop over array pointers directlyDevin J. Pohly2020-05-031-22/+20
* includes: abcDevin J. Pohly2020-05-021-5/+5
* set default cursor over window bordersDevin J. Pohly2020-05-021-3/+3