Jari Vetoniemi
074b2d1b58
Remove --backend and --prioritory options, change prioritory -> priorty
...
and provide BEMENU_BACKEND env variable. Change API to reflect this
change.
There is no reliable way to detect when running on terminal (especially
when stdin is a pipe), so we need to make curses backend explicit with
BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend
will be choosed automatically.
2015-01-17 18:53:29 +02:00
Jari Vetoniemi
f76cfbca4f
Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use
...
secure_getenv where it makes sense.
2015-01-17 18:52:21 +02:00
Jari Vetoniemi
0cd1c991d2
Take monitor height into account again.
2015-01-16 01:48:47 +02:00
Jari Vetoniemi
2bf8bbfcde
Working pango code.
2015-01-15 22:18:23 +02:00
Jari Vetoniemi
9baca87123
Basic pango.
2014-11-23 21:20:03 +02:00
Jari Vetoniemi
20189fb8d2
Fatal on busy buffers.
2014-11-05 21:43:25 +02:00
Jari Vetoniemi
a90bf2f512
Redraw only when input changed.
2014-11-02 07:58:45 +02:00
Jari Vetoniemi
e8fc51d80c
Get output width and height.
2014-11-02 07:58:34 +02:00
Jari Vetoniemi
0d5cdc2c96
Key repeats.
2014-11-02 06:48:53 +02:00
Jari Vetoniemi
ee3c41f162
Make shift + tab the current tab behavior, and normal tab to cycle.
2014-11-02 04:08:40 +02:00
Jari Vetoniemi
4f2d73070c
Cleanup cairo drawing.
2014-10-26 17:49:12 +02:00
Jari Vetoniemi
fb6a49e690
Use real font height for window height.
2014-10-26 15:41:53 +02:00
Jari Vetoniemi
64c4bbdf98
Cleanup all resources used by wayland renderer.
2014-10-25 22:16:31 +03:00
Jari Vetoniemi
d799bbd246
Close when connection is broken.
2014-10-25 21:12:55 +03:00
Jari Vetoniemi
d3db039136
Single line mode, color customization, etc..
2014-10-25 20:02:34 +03:00
Jari Vetoniemi
b03cd1ea53
Use BM_PLUGIN_VERSION for renderers.
2014-10-25 16:39:39 +03:00
Jari Vetoniemi
3f5e21a83f
Cleanup wayland renderer and plugin support.
2014-10-25 01:38:30 +03:00
Jari Vetoniemi
f8d97efb8f
Install wayland renderer as well.
2014-10-23 02:20:34 +03:00
Jari Vetoniemi
c98fcc5100
Add wayland renderer (experimental)
2014-10-23 02:11:35 +03:00