Commit Graph

114 Commits

Author SHA1 Message Date
Kim Woelders 2865ad2dd4 Version 0.10. 2023-12-16 12:49:49 +01:00
Kim Woelders 0a74b1b63a autofoo: Drop pkg_revision
No longer used elsewhere.
2023-12-08 18:25:00 +01:00
Kim Woelders b8f6fce97d autofoo: Add git tag to rpm file name (if built from git checkout)
Same as e16 and imlib2.

And a couple of spec file cleanups.
2023-12-08 17:18:48 +01:00
Kim Woelders cbfdd0872b Split window event handling functions
They deal with entirely different things.
2023-12-08 17:18:48 +01:00
Kim Woelders 2bddb03c4e Some trivial name changes 2023-12-08 17:18:48 +01:00
Kim Woelders 0507ae2053 Move error message display to separate function 2023-12-08 17:18:48 +01:00
Kim Woelders bee386768c Handle initial failure to connect a bit nicer 2023-12-08 17:06:10 +01:00
Kim Woelders 930a0059fe Drop trying to reconnect when e16 exits
Didn't work and we shouldn't do it anyway.
2023-12-08 17:06:07 +01:00
Kim Woelders 4e3f9d5955 Rearrange code, eliminating forward references 2023-12-08 16:58:56 +01:00
Kim Woelders 95ca821c14 Simplifications, cleanups 2023-12-08 16:58:56 +01:00
Kim Woelders 57b877a827 Make accelerators work (Ctrl-Q/S/X) 2023-12-08 16:58:56 +01:00
Kim Woelders 6c8d057b8b Use regular types (not gchar etc.)
Just annoying, IMO.
2023-12-08 16:58:56 +01:00
Kim Woelders deec303250 Avoid gtk2 deprecation warnings 2023-12-08 16:58:56 +01:00
Kim Woelders f613023c74 configure.ac: Remove unnecessary and unused check for unistd.h 2023-12-08 16:58:56 +01:00
Kim Woelders baf0e58791 Change formatting style
No tabs, more like K&R.
Also switch to indent 2.2.13.
2023-12-08 16:58:56 +01:00
Kim Woelders f0d9b21fb8 Remove obsolete and unused AC_HEADER_STDC 2021-03-26 17:29:31 +01:00
Kim Woelders d6ecc8bbe6 Add /build to .gitignore 2021-03-26 17:29:31 +01:00
Kim Woelders 600c660057 autogen.sh: Add -n as alternative to NOCONFIGURE 2020-01-08 18:49:10 +01:00
Kim Woelders a8fe1b6f29 Update .gitignore 2020-01-08 18:47:06 +01:00
Kim Woelders c8ae7cd542 Reintroduce acflags for configuration of rpmbuilds 2018-10-05 15:42:24 +02:00
Kim Woelders 375571ad3e Version 0.9. 2018-08-12 16:36:01 +02:00
Kim Woelders a285bafa79 Simplify autogen.sh 2018-08-12 16:35:30 +02:00
Kim Woelders a6b184adb6 Spec file cleanups 2018-08-12 16:35:30 +02:00
Kim Woelders ceebebe2b7 Rewrite e_cb_key_change(), eliminating use of deprecated gdk_flush() 2018-08-12 16:35:30 +02:00
Kim Woelders abf858b222 Remove unnecessary use of deprecated gdk_flush() 2018-08-12 16:35:30 +02:00
Kim Woelders f948dd63b8 Simplify CommsFindCommsWindow() 2018-08-12 16:35:30 +02:00
Kim Woelders 5afadfffe7 Version 0.8. 2017-04-16 11:22:31 +02:00
Kim Woelders 115c90e6e7 Add .desktop file. 2017-04-16 11:20:13 +02:00
Kim Woelders 44a553413b Build .xz tarball too. 2017-04-16 10:24:57 +02:00
Kim Woelders c0f536108a Eliminate deprecated GtkAlignment stuff. 2017-02-12 20:00:44 +01:00
Kim Woelders e1435dab2e Fix warning. 2017-02-12 20:00:44 +01:00
Kim Woelders bdcb65bfce Autofoo tweaks.
- Add AM_SILENT_RULES
- Add AC_USE_SYSTEM_EXTENSIONS
- Add EC_C_WARNINGS (gcc warning stuff)
- Add compile to MAINTAINERCLEANFILES
2017-02-12 20:00:26 +01:00
Kim Woelders b7ddce076c .gitignore: Add compile. 2017-02-12 09:17:54 +01:00
Kim Woelders f1eee192ca Add MAINTAINERCLEANFILES. 2013-08-25 07:47:31 +02:00
Kim Woelders 1131be294a Remove unnecessary AC_PROG_MAKE_SET and AC_PROG_LN_S. 2013-03-25 08:51:17 +01:00
Kim Woelders c5f2a44fbb Fix typo. 2013-03-25 08:51:08 +01:00
Kim Woelders 2b31a30d36 Fix spec file name in .gitignore. 2013-03-25 08:49:58 +01:00
Kim Woelders 6b2567ba8f Remove gtk1 support, add (mostly working) gtk3 support.
Default is still gtk2.

Gtk3 seems to require quite a lot more memory (twice what is used by
gtk2 ?!?). It also feels a lot slower.
2013-03-24 21:52:31 +01:00
Kim Woelders 8c5be8b468 Fix memory leak. 2013-03-17 16:24:49 +01:00
Kim Woelders 18625ec515 Use XkbKeycodeToKeysym() in stead of XKeycodeToKeysym().
XKeycodeToKeysym() is deprecated.
2013-03-17 16:23:48 +01:00
Kim Woelders 4b8c039cb7 Spec file cleanups.
SVN revision: 50519
2010-07-26 20:21:58 +00:00
Kim Woelders 355ed88a88 Change package name to e16-keyedit for package naming consistency.
SVN revision: 50518
2010-07-26 20:19:28 +00:00
Kim Woelders 3698ea1c30 Bump revision, autofoo cleanups.
SVN revision: 47764
2010-04-05 17:45:51 +00:00
Kim Woelders f1cc104e15 Version 0.7.
SVN revision: 46165
2010-02-14 08:52:29 +00:00
Kim Woelders dd556f5d8a Void function should not return value.
SVN revision: 46164
2010-02-14 08:52:26 +00:00
Kim Woelders 4f876f9cb5 Fix linking with --no-add-needed.
SVN revision: 46163
2010-02-14 08:16:56 +00:00
Kim Woelders af9c2f6b8b Exit with error message if e16 is too old.
SVN revision: 43136
2009-10-17 17:58:14 +00:00
Kim Woelders fbeb930643 0.6.901. rpm revision tweak.
SVN revision: 42581
2009-09-20 09:27:01 +00:00
Kim Woelders 3b46fecad8 Use new keybingdings ipc interface (requires e16 >= 1.0.1).
SVN revision: 42580
2009-09-20 09:27:00 +00:00
Kim Woelders 1bf0c713bd Make e16keyedit work in e16 window mode.
SVN revision: 42579
2009-09-20 09:26:54 +00:00