Commit Graph

24 Commits

Author SHA1 Message Date
wdlkmpx f3043727dc gmrun 1.1w 2021-03-06 15:22:44 +08:00
wdlkmpx 1e678b1038 gmrun 1.0w 2021-01-25 15:02:57 +08:00
wdlkmpx a9c45a9f9d use GtkApplication for GTK3 2021-01-25 11:49:58 +08:00
wdlkmpx f59d31c5a4 configure.ac: default to GTK3, fall back to GTK2
the gtk3 port will be compiled if gtk3 is available

use --enable-gtk2 or --disable-gtk3 to compile the gtk2 port
2021-01-20 21:30:37 +08:00
wdlkmpx 7caa9ae8b4 configure.ac: disable deprecated gtk2 stuff 2021-01-20 08:57:00 +08:00
wdlkmpx e84930778a update gtkcompat 2020-12-29 11:11:05 +08:00
wdlkmpx da57c5dcb9 configure.ac: enable many gcc warnings 2020-09-29 16:22:00 +08:00
wdlkmpx 4361172862 *** gmrun is now a C application *** 2020-09-29 16:21:57 +08:00
wdlkmpx 42860f123a add gmrun.desktop / gmrun.png 2020-09-08 14:40:04 +08:00
wdlkmpx c4813e68e4 update autogen.sh 2020-08-24 19:27:20 +08:00
wdlkmpx aa4a37ddcc WIP gtk3 support [--enable-gtk3]
work in progress..

deleted functions:

- gtk_style_ref() = gtk1.2 - not needed in gtk2/3
- gdk_window_set_decorations() - bug with gtk3 - not required
- gtk_window_set_policy() - gtk2 - not required

Problem:

Need to replace GtkCList with GtkTreeView #help_wanted

http://scentric.net/tutorial/ch-treeview.html
https://stackoverflow.com/questions/18908756/use-what-instead-of-deprecated-gtk-clist
https://lists.gnu.org/archive/html/bug-gnubg/2016-06/msg00010.html
2020-01-15 04:13:23 +08:00
wdlkmpx 2ad08091e7 minimum gtk version = 2.24.0 2020-01-14 23:33:39 +08:00
wdlkmpx 0224514aa2 gmrun 0.9.5w 2019-05-22 23:51:21 +08:00
wdlkmpx 66bf9a7ad0 configure.ac: no need to check for glib
it's a dependency of gtk
2019-05-22 23:47:42 +08:00
wdlkmpx 8f4d2fca91 bump version to 0.9.4w 2017-06-29 19:50:12 +08:00
wdlkmpx c4deb56f8c simplify / use @sysconfdir@ for gmrunrc 2017-06-29 19:46:04 +08:00
wdlkmpx 41ea5ef6f7 configure.ac: remove unused XQueryPointer stuff 2017-06-26 08:11:28 +08:00
wdlkmpx 6e9876c910 configure.ac: update AM_INIT_AUTOMAKE 2017-06-25 23:20:35 +08:00
wdlkmpx 21958a0fa8 remove gmrun.spec.in... 2017-06-25 23:03:51 +08:00
wdlkmpx f22cc3d743 remove libpopt dep / --geometry param 2017-06-25 22:57:36 +08:00
wdlkmpx f5b7657be3 bump version to 0.9.3 2017-06-25 21:49:09 +08:00
wdlkmpx 1b712ec52d configure.ac: remove unneded AM_PROG_AR 2017-06-25 21:39:04 +08:00
wdlkmpx f47ecf32ed always use libc's system() function to run commands
it's the right way. the author himself didn't remember why he added
the other unnecessary option..
2017-06-11 18:46:08 +08:00
wdlkmpx 1197218400 clean up/update build system 2017-06-11 16:02:20 +08:00