| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-07 | Reduce target frames per second from 60 to 15 | Joel Klinghed | |
| 2021-12-07 | Use builtin warning_level instead of -Wall -Wextra | Joel Klinghed | |
| 2020-07-17 | Use less CPU in goma | Joel Klinghed | |
| Only re-draw when something changes and update once per 5 sec | |||
| 2020-07-17 | api/taskz?after= is apparently not cummulative | Joel Klinghed | |
| So just write the last state. | |||
| 2020-07-17 | Add GOMA support | Joel Klinghed | |
| 2020-07-17 | Let MonMon implementation set window title | Joel Klinghed | |
| 2020-07-17 | Move IceccMonMon::connect to MonMon | Joel Klinghed | |
| All implementations are going to need a "connect" method | |||
| 2020-07-17 | Move Icecc MonMon out of main | Joel Klinghed | |
| 2020-07-17 | Break out MonMon parts that are unrelated to Icecc to a separate class | Joel Klinghed | |
| 2020-07-17 | Add missing #include | Joel Klinghed | |
| 2018-03-19 | Expand fake monitor to make testing removing machines easier | Joel Klinghed | |
| 2018-03-19 | The animation callbacks need machine pointers to be stable | Joel Klinghed | |
| If an machine has an animation active it cannot be moved as the animation has a pointer to the machine object. | |||
| 2017-11-01 | Fix quit when BlissfulMonitor is used | Joel Klinghed | |
| Wait for looper to finish, so make sure to cancel the timer when disconnecting | |||
| 2017-10-31 | Add a blissful monitor proxy | Joel Klinghed | |
| It takes a given monitor and "fixes" calls from it by expiring "dead" jobs (jobs older than 10min) and by sanitychecking that hosts exist and such | |||
| 2017-10-31 | Use std::make_unique | Joel Klinghed | |
| 2017-10-02 | Set a window name, NETWM if available fallback to ICCCM | Joel Klinghed | |
| 2017-09-28 | Add option to force the number of columns | Joel Klinghed | |
| 2017-09-27 | Add more fake machines | Joel Klinghed | |
| 2017-09-27 | Draw the machines in columns if the window is wider than it's high | Joel Klinghed | |
| 2017-09-27 | Can go even lower in pango version | Joel Klinghed | |
| 2017-09-27 | Lower pango version requirement | Joel Klinghed | |
| 2017-09-27 | Another fix for resizing | Joel Klinghed | |
| Still having trouble with the double configure_notify_events, seems the second one with the correct coordinates are sent so use that | |||
| 2017-09-27 | Some really minor cleanups of io.hh | Joel Klinghed | |
| 2017-09-27 | Add some rather quirky X fixes | Joel Klinghed | |
| So, from the xserver code, if you don't specify a border pixel you must match the parent window depth. Also, if you don't specify a colormap you need to match the parent visual | |||
| 2017-09-27 | Add missing xcb-render dependency | Joel Klinghed | |
| It currently works because cairo-xcb depends on xcb-render but don't rely on that | |||
| 2017-09-27 | Do not wait for animation when draw request comes from X serverx_format_test | Joel Klinghed | |
| When resizing the window I get two xcb_configure_notify_t events, one with x = 0, y = 0 and the new size and just after that a new configure event with the right x and y values and still the new size. Unless I force draw it's possible to get the desktop background at 0,0 instead of the right location. | |||
| 2017-09-27 | Improve x::get_best_format | Joel Klinghed | |
| Allow bits_per_rgb_value to be >= 8 Pick the first matched depth. Ended up matching a 32 bit depth (TrueColor) as all 24 bit depths (DirectColor) as they used 11 bits per rgb value. The screen did not support creating a window with depth 32 depth :/ | |||
| 2017-09-27 | Fix x::get_best_format | Joel Klinghed | |
| 2017-09-27 | Make monmon installable | Joel Klinghed | |
| 2017-09-27 | Use a 10p fontsize | Joel Klinghed | |
| 2017-09-26 | Remove debug code from Monitor | Joel Klinghed | |
| 2017-09-26 | Animate job count changes | Joel Klinghed | |
| 2017-09-26 | Use a modification safe observers list | Joel Klinghed | |
| 2017-09-26 | Compensate for radius of rounded corners | Joel Klinghed | |
| 2017-09-26 | Fix a possible uninitialized local variable | Joel Klinghed | |
| And fix a too long line | |||
| 2017-09-26 | Initial commit | Joel Klinghed | |
