aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: use HTTPS in project URLv0.2.0Přemysl Janouch2018-06-271-2/+2
|
* Update .po filesPřemysl Janouch2018-06-275-638/+647
| | | | For some reason everything got reordered on rebuild.
* Update translationsPřemysl Janouch2018-06-273-5/+7
| | | | Nothing should be left untranslated now, so we're ready for release.
* Bump version, update NEWSPřemysl Janouch2018-06-275-10/+13
|
* Fix compiler warningPřemysl Janouch2018-06-271-0/+1
|
* User documentation: update picturesPřemysl Janouch2018-06-277-13/+5
| | | | | | | 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.
* User documentation: update for our new hostingPřemysl Janouch2018-06-264-10/+8
|
* Abandon LaTeX in favor of AsciiDocPřemysl Janouch2018-06-264-282/+304
| | | | | | | | | | | | | | | | 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.
* Update translationsPřemysl Janouch2018-06-254-621/+684
| | | | At least to the best of my ability.
* Update translation templatePřemysl Janouch2018-06-251-59/+73
|
* Fix assertion failures on quittingPřemysl Janouch2018-06-251-1/+14
|
* Workaround an issue with getting theme coloursPřemysl Janouch2018-06-251-0/+3
| | | | I see that GTK+ 3 is no longer something to be used.
* Update copyright yearsPřemysl Janouch2018-06-252-2/+2
|
* Remember to install icons on WindowsPřemysl Janouch2018-06-251-0/+5
|
* Find a better solution to the Lua situationPřemysl Janouch2018-06-252-9/+20
| | | | | | 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.
* Workaround a CMake/pkg-config regressionPřemysl Janouch2018-06-251-1/+4
|
* Fix Lua cross-build, bump the Win32 versionPřemysl Janouch2018-06-252-17/+9
| | | | Something has changed and it could no longer find the include files.
* Make gtk-doc work againPřemysl Janouch2018-06-243-381/+13
| | | | | | | 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.
* Remove .travis.ymlPřemysl Janouch2018-06-241-42/+0
| | | | | | 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.
* Update READMEPřemysl Janouch2018-06-242-11/+7
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-248-18/+12
| | | | | | | | | 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.
* Streamline READMEPřemysl Janouch2017-06-195-98/+130
|
* Fix and update LICENSEPřemysl Janouch2017-02-0339-50/+49
|
* Travis CI: brevify notificationsPřemysl Janouch2017-02-031-0/+6
|
* Openly accept Lua 5.3, cleanupPřemysl Janouch2016-03-201-7/+5
|
* Change license to ISCPřemysl Janouch2016-03-152-27/+15
|
* Use pkg-config for json-glib-1.0Přemysl Janouch2016-03-152-64/+1
|
* Travis CI: update IRC address for notificationsPřemysl Janouch2016-03-151-1/+1
|
* Travis CI: Try adding Coverity scancoverity_scanPřemysl Janouch2015-02-141-0/+12
|
* Fix the about dialog in GTK+ 3Přemysl Janouch2015-02-091-0/+1
| | | | Now we have to override the icon name property.
* Fix RPM dependenciesPřemysl Janouch2015-02-091-1/+1
|
* Make sure to link the tests with libmPřemysl Janouch2015-02-081-2/+2
| | | | Fixes Debian/GCC build.
* Travis CI: Try making the tests workPřemysl Janouch2015-02-082-2/+4
|
* Travis CI: Make the tests verbosePřemysl Janouch2015-02-081-1/+1
|
* Prevent GTK+ accessibility bus warningsPřemysl Janouch2015-02-081-0/+1
| | | | They ruin the tests.
* Try making it build with GTK+ 3.4Přemysl Janouch2015-02-081-0/+4
|
* Add Travis CI configurationPřemysl Janouch2015-02-081-0/+21
|
* Fix to work on Windows XPPřemysl Janouch2015-01-283-17/+26
|
* Update NEWSPřemysl Janouch2015-01-211-1/+1
|
* CMakeLists.txt: use better variablesPřemysl Janouch2015-01-211-33/+33
|
* CleanupPřemysl Janouch2015-01-212-38/+4
|
* Update dependencies in CPack infoPřemysl Janouch2015-01-201-3/+3
|
* Make MinGW-w64 cross-compilation work againPřemysl Janouch2015-01-203-21/+58
| | | | It has come to using pkg-config. :O
* Update copyright yearsPřemysl Janouch2015-01-202-2/+2
|
* Update README regarding GTK+ versionPřemysl Janouch2015-01-201-1/+1
|
* Silence other stupid deprecation warningsPřemysl Janouch2015-01-202-2/+5
|
* Fix additional deprecation warningsPřemysl Janouch2015-01-201-6/+15
| | | | Again with more code.
* Fix motion simulationPřemysl Janouch2015-01-201-1/+25
|
* Fix zooming with mouse wheelPřemysl Janouch2015-01-201-1/+1
|
* Fix a depreciation warningPřemysl Janouch2015-01-201-4/+10
| | | | With a ton of additional code.