Kovid Goyal
|
4fff84b4b9
|
Add void to all function declarations for functions that take no arguments
Micro-optimization for some architectures. Enforced via
-Wstrict-prototypes
|
2019-05-13 11:04:21 +05:30 |
|
Kovid Goyal
|
f0a2c34eca
|
Port cocoa backed to use glfw mainloop
|
2019-03-04 19:52:46 +05:30 |
|
Kovid Goyal
|
7624578c21
|
Fix X11/Wayland addTimer returning incorrect timer ids
|
2019-03-04 19:52:45 +05:30 |
|
Kovid Goyal
|
da507dfd19
|
Infrastructure for moving the run loop into GLFW
This is needed on Cocoa, where Apple expects to be in control of the run
loop.
|
2019-03-04 19:52:44 +05:30 |
|
Luflosi
|
0e2a5c63c6
|
Convert some tabs to spaces
|
2019-02-02 22:08:32 +01:00 |
|
Kovid Goyal
|
6a51ce5dc4
|
Wayland: Work on supporting drop of file paths
|
2018-09-05 21:41:47 +05:30 |
|
Kovid Goyal
|
31853ee20c
|
Handle errno better when polling for events
|
2018-07-13 10:33:18 +05:30 |
|
Kovid Goyal
|
d27e7ead49
|
Print an error if too many timers/watches are added
|
2018-07-12 18:18:19 +05:30 |
|
Kovid Goyal
|
6879a492dc
|
Give watches and timers names to ease debugging
|
2018-07-12 18:18:18 +05:30 |
|
Kovid Goyal
|
4070255dde
|
Simplify watch->fd matching
|
2018-07-12 18:18:18 +05:30 |
|
Kovid Goyal
|
9ced447fa3
|
Make timer dispatch more efficient
|
2018-07-12 18:18:17 +05:30 |
|
Kovid Goyal
|
8e665ffedc
|
Implement DBUS timeout functions
|
2018-07-12 18:18:17 +05:30 |
|
Kovid Goyal
|
99ea6c08a7
|
Implement timers for the linux event loops
Needed for dbus integration. Also cleanup the event handling code.
X11 and Wayland now share most of their event polling and dispatch logic.
|
2018-07-12 18:18:17 +05:30 |
|
Kovid Goyal
|
3797294838
|
Use an id for watches
|
2018-07-12 18:18:17 +05:30 |
|
Kovid Goyal
|
3d6995d1e6
|
Work on integration of DBUS into event loop
|
2018-07-12 18:18:17 +05:30 |
|
Kovid Goyal
|
e91eb27e56
|
Refactor linux backend event loops
Allow waiting for events on an arbitrary number of fds. Needed
for async DBUS integration.
|
2018-07-12 18:18:17 +05:30 |
|