| Commit | Date | |
|---|---|---|
|
[c3ab2f]
by
Fix bad timerid null value timerid is unsigned, only 0 is an invalid GSource ID. |
2020-05-24 21:39:53 | Tree |
| 2020-12-12 18:19:53 | Tree | |
| 2020-12-12 09:48:58 | Tree | |
| 2020-12-12 09:47:34 | Tree | |
|
[e027e7]
by
src/main: Fix GdkMonitor acquisition failure On a Wayland system, we can't get the primary monitor due to protocol Gdk-CRITICAL **: 02:03:59.960: gdk_monitor_get_workarea: assertion Because it failed get the primary monitor, `w` and `h` were just plain Instead of trying to get the primary monitor, this commit gets the https://gitlab.gnome.org/GNOME/gtk/-/issues/1028 Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-02 17:11:14 | Tree |
|
[83a518]
by
Replace deprecated g_get_current_time() and GTimeVal Replace deprecated g_get_current_time() and GTimeVal with newer - since 2.28 This closes #237 Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-01 09:01:04 | Tree |
|
[9e6517]
by
src/gtk-*.c: Fix warnings "cast between incompatible function types" GClassInitFunc() and GInstanceInitFunc() of GTypeInfo takes gpointer gtk-polar-plot.c: In function ‘gtk_polar_plot_get_type’: Add the second arguments to all functions and mark them unused by Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-01 07:59:25 | Tree |
|
[ceddd7]
by
gitignore: Add GNU Global files Add files generated by GNU Global. Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-02 15:59:04 | Tree |
|
[2233b7]
by
gitignore: Add Emacs backup file Add Emacs style backup files, which is a file name with trailing `~`. Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-01 07:55:38 | Tree |
|
[0f9012]
by
gtk-freq-knob: Fix a wrong return value type for update() The first argument to g_idle_add() is a GSourceFunc, which is gboolean (*GSourceFunc) (gpointer user_data); gtk_freq_knob_update() was somehow changed to return a pointer in the Signed-off-by: Yasushi SHOJI <yasushi.shoji@...> |
2020-12-01 07:44:56 | Tree |