Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | User documentation: update pictures | Přemysl Janouch | 2018-06-27 | 7 | -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 hosting | Přemysl Janouch | 2018-06-26 | 4 | -10/+8 | |
| | ||||||
* | Abandon LaTeX in favor of AsciiDoc | Přemysl Janouch | 2018-06-26 | 4 | -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 translations | Přemysl Janouch | 2018-06-25 | 4 | -621/+684 | |
| | | | | At least to the best of my ability. | |||||
* | Update translation template | Přemysl Janouch | 2018-06-25 | 1 | -59/+73 | |
| | ||||||
* | Fix assertion failures on quitting | Přemysl Janouch | 2018-06-25 | 1 | -1/+14 | |
| | ||||||
* | Workaround an issue with getting theme colours | Přemysl Janouch | 2018-06-25 | 1 | -0/+3 | |
| | | | | I see that GTK+ 3 is no longer something to be used. | |||||
* | Update copyright years | Přemysl Janouch | 2018-06-25 | 2 | -2/+2 | |
| | ||||||
* | Remember to install icons on Windows | Přemysl Janouch | 2018-06-25 | 1 | -0/+5 | |
| | ||||||
* | Find a better solution to the Lua situation | Přemysl Janouch | 2018-06-25 | 2 | -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 regression | Přemysl Janouch | 2018-06-25 | 1 | -1/+4 | |
| | ||||||
* | Fix Lua cross-build, bump the Win32 version | Přemysl Janouch | 2018-06-25 | 2 | -17/+9 | |
| | | | | Something has changed and it could no longer find the include files. | |||||
* | Make gtk-doc work again | Přemysl Janouch | 2018-06-24 | 3 | -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.yml | Přemysl Janouch | 2018-06-24 | 1 | -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 README | Přemysl Janouch | 2018-06-24 | 2 | -11/+7 | |
| | ||||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 8 | -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 README | Přemysl Janouch | 2017-06-19 | 5 | -98/+130 | |
| | ||||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 39 | -50/+49 | |
| | ||||||
* | Travis CI: brevify notifications | Přemysl Janouch | 2017-02-03 | 1 | -0/+6 | |
| | ||||||
* | Openly accept Lua 5.3, cleanup | Přemysl Janouch | 2016-03-20 | 1 | -7/+5 | |
| | ||||||
* | Change license to ISC | Přemysl Janouch | 2016-03-15 | 2 | -27/+15 | |
| | ||||||
* | Use pkg-config for json-glib-1.0 | Přemysl Janouch | 2016-03-15 | 2 | -64/+1 | |
| | ||||||
* | Travis CI: update IRC address for notifications | Přemysl Janouch | 2016-03-15 | 1 | -1/+1 | |
| | ||||||
* | Travis CI: Try adding Coverity scancoverity_scan | Přemysl Janouch | 2015-02-14 | 1 | -0/+12 | |
| | ||||||
* | Fix the about dialog in GTK+ 3 | Přemysl Janouch | 2015-02-09 | 1 | -0/+1 | |
| | | | | Now we have to override the icon name property. | |||||
* | Fix RPM dependencies | Přemysl Janouch | 2015-02-09 | 1 | -1/+1 | |
| | ||||||
* | Make sure to link the tests with libm | Přemysl Janouch | 2015-02-08 | 1 | -2/+2 | |
| | | | | Fixes Debian/GCC build. | |||||
* | Travis CI: Try making the tests work | Přemysl Janouch | 2015-02-08 | 2 | -2/+4 | |
| | ||||||
* | Travis CI: Make the tests verbose | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 | |
| | ||||||
* | Prevent GTK+ accessibility bus warnings | Přemysl Janouch | 2015-02-08 | 1 | -0/+1 | |
| | | | | They ruin the tests. | |||||
* | Try making it build with GTK+ 3.4 | Přemysl Janouch | 2015-02-08 | 1 | -0/+4 | |
| | ||||||
* | Add Travis CI configuration | Přemysl Janouch | 2015-02-08 | 1 | -0/+21 | |
| | ||||||
* | Fix to work on Windows XP | Přemysl Janouch | 2015-01-28 | 3 | -17/+26 | |
| | ||||||
* | Update NEWS | Přemysl Janouch | 2015-01-21 | 1 | -1/+1 | |
| | ||||||
* | CMakeLists.txt: use better variables | Přemysl Janouch | 2015-01-21 | 1 | -33/+33 | |
| | ||||||
* | Cleanup | Přemysl Janouch | 2015-01-21 | 2 | -38/+4 | |
| | ||||||
* | Update dependencies in CPack info | Přemysl Janouch | 2015-01-20 | 1 | -3/+3 | |
| | ||||||
* | Make MinGW-w64 cross-compilation work again | Přemysl Janouch | 2015-01-20 | 3 | -21/+58 | |
| | | | | It has come to using pkg-config. :O | |||||
* | Update copyright years | Přemysl Janouch | 2015-01-20 | 2 | -2/+2 | |
| | ||||||
* | Update README regarding GTK+ version | Přemysl Janouch | 2015-01-20 | 1 | -1/+1 | |
| | ||||||
* | Silence other stupid deprecation warnings | Přemysl Janouch | 2015-01-20 | 2 | -2/+5 | |
| | ||||||
* | Fix additional deprecation warnings | Přemysl Janouch | 2015-01-20 | 1 | -6/+15 | |
| | | | | Again with more code. | |||||
* | Fix motion simulation | Přemysl Janouch | 2015-01-20 | 1 | -1/+25 | |
| | ||||||
* | Fix zooming with mouse wheel | Přemysl Janouch | 2015-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix a depreciation warning | Přemysl Janouch | 2015-01-20 | 1 | -4/+10 | |
| | | | | With a ton of additional code. | |||||
* | Fix a few deprecation warnings | Přemysl Janouch | 2015-01-20 | 3 | -7/+13 | |
| | ||||||
* | Fix drag and drop | Přemysl Janouch | 2015-01-20 | 1 | -1/+9 | |
| | | | | GTK+ 3 started sending leave notifications upon starting a DND operation. | |||||
* | Fix Debian build | Přemysl Janouch | 2015-01-20 | 2 | -2/+6 | |
| | ||||||
* | Fix LdCategorySymbolView size negotiation | Přemysl Janouch | 2015-01-19 | 1 | -43/+65 | |
| | | | | In GTK+ 3 I don't need the negotiation hack anymore. | |||||
* | GTK+ 3: Fix compilation, scrolling, drawing | Přemysl Janouch | 2015-01-19 | 5 | -113/+153 | |
| |