1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00
rofi/source
Dave Davenport 1d40782515 Re-work the expose, redraw system. Use XServer side pixmaps to do drawing and flipping.
- By server side drawing and flipping buffer time to draw buffer to window speed up by factor 1000+.
   Flipping is now one xcb_copy_area call.
 - Don't abuse Xserver expose events to singal internal drawings.
 - Queue redraws in idle time.
 - Avoid unneeded redraws.
2016-11-11 16:29:59 +01:00
..
dialogs Issue #454 pass our window id along in the change active window request 2016-11-07 09:15:04 +01:00
widgets If widget is disabled, don't check redraw flag as it wont be cleared. 2016-11-10 12:17:27 +01:00
helper.c Fix crash on wrongly queued ViewState (thx to teto) 2016-11-02 18:24:20 +01:00
history.c More docu updates 2016-10-14 18:56:09 +02:00
keyb.c Fix crash when clicked out of window. 2016-11-11 09:30:44 +01:00
mode.c Fix combi mode 'bang' behaviour, improve levenshtein with combi 2016-05-26 08:39:33 +02:00
rofi.c Re-add column, but not for dmenu when prompt is set 2016-11-07 08:51:23 +01:00
timings.c add more details to timing log 2016-10-31 08:07:02 +01:00
view.c Re-work the expose, redraw system. Use XServer side pixmaps to do drawing and flipping. 2016-11-11 16:29:59 +01:00
x11-helper.c Remove opacity option. 2016-11-01 08:10:27 +01:00
xrmoptions.c Remove opacity option. 2016-11-01 08:10:27 +01:00