summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/window.c
AgeCommit message (Collapse)Author
2019-03-25Add option to respect panel position (#48)Ilia Bozhinov
* implement option to make menu respect panel boundaries * fixup! implement option to make menu respect panel boundaries
2019-03-24wayland: implement a proper repaint cycleIlia Bozhinov
2018-11-07Fix wayland renderer lagging behind by 1 keystrokeppascher
When using the wayland renderer the entries according to the second to last keystroke where displayed while the actual selected entry matched the last keystroke. This removes skipping the buffer change in bm_wl_window_render if window->frame_cb is not NULL.
2018-04-29wayland renderer: remove useless wl_surface_damage callDominique Martinet
window->height is 0 at this point anyway...
2018-04-29wayland renderer: Implement grab_keyboardDominique Martinet
This avoids locking oneself out when running bemenu interactively, as input would be grabbed too early without that and layer shell does not allow to 'ungrab' focus by clicking on another window
2018-04-29wayland renderer: Fix bottom positioningDominique Martinet
- reset size when it changes, so there is no blank below text - ignore exclude zone to overlap bar regardless of rendering order
2018-04-16wayland renderer: implement bottomDominique Martinet
2018-04-08Port to wlroots layer shellDrew DeVault
2016-12-01Remove double slash from os anonymous fileup here
the anonymous file path is created from - the XDG_RUNTIME path (with optional slash at the end) - a slash if the XDG_RUNTIME path didn't have one - and the tmpfile template (which starts with a slash). This guarantees there are always two slashes before the filename. It does not affect the behaviour of the program, but I've removed it anyway.
2015-01-17Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also useJari Vetoniemi
secure_getenv where it makes sense.
2015-01-16Take monitor height into account again.Jari Vetoniemi
2015-01-15Working pango code.Jari Vetoniemi
2014-11-23Basic pango.Jari Vetoniemi
2014-11-05Fatal on busy buffers.Jari Vetoniemi
2014-11-02Get output width and height.Jari Vetoniemi
2014-11-02Key repeats.Jari Vetoniemi
2014-10-26Cleanup cairo drawing.Jari Vetoniemi
2014-10-26Use real font height for window height.Jari Vetoniemi
2014-10-25Single line mode, color customization, etc..Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi