Commit Graph

367 Commits

Author SHA1 Message Date
8815d72db7
Make note of the recent g_win32_get_command_line() 2021-10-14 00:36:39 +02:00
3102bc0cb9
LdCategorySymbolView: work around a mysterious bug
We sometimes get a deselecting event when toying around with menus
and then dragging.  There might be a simpler reproducer.
2021-07-24 10:44:19 +02:00
7f357cb7c8
Fix Win32Depends.cmake, update README 2021-07-24 10:08:58 +02:00
b4db65d246
CMakeLists.txt: bump minimum version to 2.8.12
To silence a deprecation warning.

We should still be fine with this version.
2021-06-19 15:29:01 +02:00
af14119165
Name change
Also some copyright years fix-ups/updates.
2020-09-28 04:49:03 +02:00
cc47064379
CMakeLists.txt: use HTTPS in project URL 2018-06-27 05:18:22 +02:00
c0b2715c70
Update .po files
For some reason everything got reordered on rebuild.
2018-06-27 05:18:22 +02:00
1ef1add173
Update translations
Nothing should be left untranslated now, so we're ready for release.
2018-06-27 05:18:22 +02:00
41d68e6636
Bump version, update NEWS 2018-06-27 05:18:22 +02:00
12ac611a14
Fix compiler warning 2018-06-27 04:57:55 +02:00
033fe31b7b
User documentation: update pictures
The one depicting symbol selection has been removed since it's no longer
deemed useful: the status bar hint on startup should be enough.

There is no need for a separate picture in the project root anymore.
2018-06-27 04:13:16 +02:00
57e7252900
User documentation: update for our new hosting 2018-06-26 20:51:13 +02:00
45842016eb
Abandon LaTeX in favor of AsciiDoc
While we've lost precise control over the output, there's a lot less
noise in the files and we've gained a cheap way of producing user
documentation in the HTML format.

Apparently I was eyeing DocBook all those years ago as well.  I /think/
it proved to be a little bit too hard to write that way, or to get
visually satisfying results.  Nonetheless, the raw format is capable of
specifying figures with multiple pictures, so we might want to revisit
the idea some other day.

The documents have been slightly updated to reflect the "recent" changes
in program function and hosting.  Some issues have also been corrected
in the English translation.
2018-06-26 00:29:46 +02:00
96fd6b6f24
Update translations
At least to the best of my ability.
2018-06-25 22:03:47 +02:00
6c8a655bfc
Update translation template 2018-06-25 03:56:30 +02:00
c2caf2b825
Fix assertion failures on quitting 2018-06-25 03:51:38 +02:00
f75c15fda5
Workaround an issue with getting theme colours
I see that GTK+ 3 is no longer something to be used.
2018-06-25 03:42:38 +02:00
cc629fd160
Update copyright years 2018-06-25 03:06:21 +02:00
46821d2e49
Remember to install icons on Windows 2018-06-25 03:05:52 +02:00
9aa9512190
Find a better solution to the Lua situation
It seems that I cannot win here.  If I want XP to work, I need to keep
the old packages in place.  This time the resulting program cannot
find _time32 in msvcrt.dll.
2018-06-25 02:34:47 +02:00
193b724709
Workaround a CMake/pkg-config regression 2018-06-25 02:34:35 +02:00
b5af31b048
Fix Lua cross-build, bump the Win32 version
Something has changed and it could no longer find the include files.
2018-06-25 02:34:35 +02:00
c09acf120c
Make gtk-doc work again
gtk-doc has gained an official CMake module which can fix xrefs.

Meanwhile, our old module has stopped working for whatever reason,
might be that I've botched the LdCategoryView interface somehow.
2018-06-24 23:27:26 +02:00
f9f1c830f8
Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 04:31:12 +02:00
b353fc133e
Update README 2018-06-24 04:24:23 +02:00
0c0b9640f8
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:22:37 +02:00
948a332d01
Streamline README 2017-06-19 00:03:44 +02:00
ced3913e68
Fix and update LICENSE 2017-02-03 23:06:48 +01:00
97f551d918
Travis CI: brevify notifications 2017-02-03 23:04:18 +01:00
2a4572294b Openly accept Lua 5.3, cleanup 2016-03-20 15:39:57 +01:00
64f5a7abbc Change license to ISC 2016-03-15 22:19:14 +01:00
b552b3cae9 Use pkg-config for json-glib-1.0 2016-03-15 22:19:14 +01:00
7a3ceb5435 Travis CI: update IRC address for notifications 2016-03-15 22:19:06 +01:00
24731d6831 Travis CI: Try adding Coverity scan 2015-02-14 08:03:24 +01:00
e74d582eca Fix the about dialog in GTK+ 3
Now we have to override the icon name property.
2015-02-09 20:28:12 +01:00
4e0e09a62b Fix RPM dependencies 2015-02-09 20:28:03 +01:00
c117a6ddaa Make sure to link the tests with libm
Fixes Debian/GCC build.
2015-02-08 16:30:07 +01:00
d55422e0a5 Travis CI: Try making the tests work 2015-02-08 16:26:45 +01:00
9e54e5a49c Travis CI: Make the tests verbose 2015-02-08 16:12:38 +01:00
f2ae2fbd35 Prevent GTK+ accessibility bus warnings
They ruin the tests.
2015-02-08 16:03:45 +01:00
af51c00c93 Try making it build with GTK+ 3.4 2015-02-08 15:48:01 +01:00
de133622a2 Add Travis CI configuration 2015-02-08 05:59:05 +01:00
61f7536e22 Fix to work on Windows XP 2015-01-28 00:16:41 +01:00
b62b7bfa18 Update NEWS 2015-01-21 20:33:23 +01:00
260a15fdda CMakeLists.txt: use better variables 2015-01-21 20:30:11 +01:00
4fc23df6bd Cleanup 2015-01-21 20:25:59 +01:00
4d0721bf68 Update dependencies in CPack info 2015-01-20 23:23:03 +01:00
5bb6a05e1c Make MinGW-w64 cross-compilation work again
It has come to using pkg-config. :O
2015-01-20 23:22:11 +01:00
733fb54580 Update copyright years 2015-01-20 23:19:06 +01:00
ec29804080 Update README regarding GTK+ version 2015-01-20 09:48:52 +01:00