aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add output manager protocolDevin J. Pohly2020-05-091-0/+2
|
* add screencopy supportDevin J. Pohly2020-05-091-0/+2
| | | | While we're taking low-hanging fruit here...
* add primary selection support too!Devin J. Pohly2020-05-091-11/+29
|
* handle request set selectionDevin J. Pohly2020-05-091-1/+18
| | | | Ported from wlroots commit fa5d709
* use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly2020-05-091-1/+2
| | | | | Closes #2. I'm guessing from sway that the idea of setting maximized state so that windows cooperate is superseded by using set_tiled.
* 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
| | | | | If the output backend doesn't support modes, get_preferred_mode will return NULL, and set_mode will accept NULL.
* 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
| | | | | Might revisit this later, but this currently seems like the right strategy.
* 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
|
* sacrifice 24 lines to suckless style :)Devin J. Pohly2020-05-022-56/+80
|
* allow passing NULLs to xytoclientDevin J. Pohly2020-05-021-8/+6
| | | | | For sx/sy, these are handled by the underlying call to wlr_surface_surface_at.
* remove outdated/fixed commentDevin J. Pohly2020-05-021-1/+0
|
* style: int instead of boolDevin J. Pohly2020-05-021-11/+10
|
* correct standard include for signal.hDevin J. Pohly2020-05-021-1/+1
| | | | Fixes #1. Thanks @sdsddsd1!
* include border in xytoclientDevin J. Pohly2020-04-301-24/+16
| | | | | | If there isn't an actual surface under the cursor, *surface will be set to NULL, which is safe now that focus functions handle a NULL surface safely.
* allow NULL surface with client in focus functionsDevin J. Pohly2020-04-301-1/+4
|
* make move-grab coords client-relativeDevin J. Pohly2020-04-301-4/+6
|
* unify movemouse/resizemouseDevin J. Pohly2020-04-302-28/+18
|
* fix a long lineDevin J. Pohly2020-04-261-1/+2
|
* wait to get window geometry until map timeDevin J. Pohly2020-04-261-3/+3
|
* use wlr_box for client geometryDevin J. Pohly2020-04-261-35/+33
|
* call arrange only where neededDevin J. Pohly2020-04-261-8/+18
| | | | | A few of these could probably even be more specific, but this is where dwm's calls are.
* funnel isfloating changes through setfloating()Devin J. Pohly2020-04-261-5/+12
|
* move comment where it's more relevantDevin J. Pohly2020-04-261-5/+5
|
* update note about textureDevin J. Pohly2020-04-261-2/+2
|
* mouse move now changes window monitorDevin J. Pohly2020-04-261-0/+3
|
* options to select log levelDevin J. Pohly2020-04-261-2/+12
|
* rename keyboardfocus() to focusclient()Devin J. Pohly2020-04-261-56/+56
|
* integrate raiseclient into keyboardfocusDevin J. Pohly2020-04-261-21/+12
|
* don't pass compositor button events to clientDevin J. Pohly2020-04-261-28/+31
|
* render windows across monitorsDevin J. Pohly2020-04-261-4/+6
|
* abcDevin J. Pohly2020-04-261-22/+22
|
* funnel all monitor-moving through setmon()Devin J. Pohly2020-04-261-21/+18
|
* I'm good with changing the loglevel here...Devin J. Pohly2020-04-261-1/+1
|
* hang some stuff on ->dataDevin J. Pohly2020-04-261-8/+4
| | | | Sure it'll be useful at some point. Like here.
* linesaver in pointerfocusDevin J. Pohly2020-04-261-15/+12
|
* fix refocus on sendmonDevin J. Pohly2020-04-261-1/+2
|