Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abandon AsciiDoc in favor of plain HTML | Přemysl Eric Janouch | 2021-10-25 | 1 | -0/+1 |
| | | | | | | | | | It is very difficult to set up Python or Ruby on Windows XP. Simple HTML works better, everywhere, it covers all our needs, and it isn't any harder to write. This documentation is now installed. | ||||
* | Silence some GLib deprecation warnings | Přemysl Eric Janouch | 2021-10-24 | 1 | -0/+2 |
| | | | | Using the GLib version from the GTK+ 3.8.2 bundle. | ||||
* | Disable the broken gtk-doc rule by default | Přemysl Eric Janouch | 2021-10-24 | 1 | -2/+3 |
| | | | | | Unlikely to be used by anyone, especially since it cannot produce anything useful anymore. | ||||
* | Partially unbreak the hopeless gtk-doc | Přemysl Eric Janouch | 2021-10-24 | 1 | -5/+14 |
| | | | | | GNOME Idiots Inc. keep breaking everything, sometimes in coöperation with KitWare KludgeMakers Ltd. | ||||
* | Remove unnecessary DLLs from Windows builds | Přemysl Eric Janouch | 2021-10-23 | 1 | -3/+4 |
| | | | | | | | | | This saves 20 MiB and 4 MiB of libraries in MSYS2 and bundle builds respectively, in total, without any adverse effects. The MSYS2 build remains bloated, due to the Adwaita icon theme. Bump minimum CMake version to avoid a bug. | ||||
* | CMakeLists.txt: clean-up | Přemysl Eric Janouch | 2021-10-23 | 1 | -12/+16 |
| | | | | Use the newer 3.0 string quoting to save some ugly escaping. | ||||
* | Bump version, update NEWSv0.2.1 | Přemysl Eric Janouch | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Bump the CMake version requirement, fix Windows | Přemysl Eric Janouch | 2021-10-22 | 1 | -31/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | - Add a missing runtime library for gettext-tools. - Remove the no longer necessary customized FindGettext.cmake, since the downloaded gettext binaries are new enough. - Make the installer at least ask to uninstall previous versions. - Adjust the PATH of tests so that they'll run on Windows directly. - Fix quoting so that the project will build inside paths with spaces. - Resolve a GSettings deprecation warning. - Update the README's build instructions as appropriate. - Require CMake 3.9 because of the README's suggestion to fix FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND). Tested build configurations: - native Arch Linux, - native Windows XP with the newest NSIS, - Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP, - Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10. Detected issues: - The file save dialog will not add the extension automatically, seen with MSYS2. | ||||
* | Further minor improvements to cross-compilation | Přemysl Eric Janouch | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Figure out how to abuse MSYS2 repositories | Přemysl Eric Janouch | 2021-10-21 | 1 | -1/+5 |
| | | | | In the end, all seems to work fairly well on Windows 10. | ||||
* | CMakeLists.txt: bump minimum version to 2.8.12 | Přemysl Eric Janouch | 2021-06-19 | 1 | -3/+4 |
| | | | | | | To silence a deprecation warning. We should still be fine with this version. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+2 |
| | | | | Also some copyright years fix-ups/updates. | ||||
* | CMakeLists.txt: use HTTPS in project URLv0.2.0 | Přemysl Janouch | 2018-06-27 | 1 | -2/+2 |
| | |||||
* | Bump version, update NEWS | Přemysl Janouch | 2018-06-27 | 1 | -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 | 1 | -1/+15 |
| | | | | | | 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 | 1 | -12/+1 |
| | | | | Something has changed and it could no longer find the include files. | ||||
* | Make gtk-doc work again | Přemysl Janouch | 2018-06-24 | 1 | -9/+12 |
| | | | | | | | 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. | ||||
* | Update README | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Use pkg-config for json-glib-1.0 | Přemysl Janouch | 2016-03-15 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | Fix to work on Windows XP | Přemysl Janouch | 2015-01-28 | 1 | -11/+16 |
| | |||||
* | CMakeLists.txt: use better variables | Přemysl Janouch | 2015-01-21 | 1 | -33/+33 |
| | |||||
* | Cleanup | Přemysl Janouch | 2015-01-21 | 1 | -25/+1 |
| | |||||
* | 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 | 1 | -7/+16 |
| | | | | It has come to using pkg-config. :O | ||||
* | Fix Debian build | Přemysl Janouch | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | Switch to GTK3 via pkg-config, start the port | Přemysl Janouch | 2015-01-19 | 1 | -3/+3 |
| | |||||
* | Update vera++ | Přemysl Janouch | 2015-01-18 | 1 | -1/+4 |
| | |||||
* | We Lua 5.2 now | Přemysl Janouch | 2015-01-18 | 1 | -3/+5 |
| | | | | Lua 5.1 seems to have been obsoleted. Luckily this was pretty simple. | ||||
* | Bump CMake to 2.8 for no obvious reason | Přemysl Janouch | 2015-01-18 | 1 | -3/+3 |
| | | | | And fix FindGtkDoc.cmake with CMake 3. | ||||
* | Add support for style checking using vera++. | Přemysl Janouch | 2013-04-13 | 1 | -0/+35 |
| | |||||
* | Make MinGW{,-w64} crosscompilation working. | Přemysl Janouch | 2013-01-08 | 1 | -0/+4 |
| | | | | Also fix the 7za download path in Win32Depends.cmake. | ||||
* | Update Win32Depends.cmake, remove SVG stuff. | Přemysl Janouch | 2012-10-10 | 1 | -4/+3 |
| | | | | | | Remove bsdtar, SVG libraries, openSUSE package sources. Don't need those anymore. | ||||
* | Renaming. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
| | | | | LdCategoryViewIf -> LdCategoryView -> LdCategoryTreeView | ||||
* | Add LdCategoryViewIf. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
| | | | | Deduplicates parts of LdCategory{,Symbol}View. | ||||
* | Stub LdCategorySymbolView. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
| | |||||
* | Rename LdLibraryPane to LdCategoryView. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
| | | | | And make it load categories recursively using itself. | ||||
* | Rename LdSymbolCategory to LdCategory. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Replace LdLibraryToolbar with LdLibraryPane. | Přemysl Janouch | 2012-10-08 | 1 | -2/+0 |
| | |||||
* | Start making a replacement for LdLibraryToolbar. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
| | | | | | The main advantages are the lack of need to create an icon for each category there is in the library and faster workflow. | ||||
* | Get more GTK+ 3 ready and respect seals. | Přemysl Janouch | 2012-09-05 | 1 | -0/+2 |
| | |||||
* | Integrate cppcheck. | Přemysl Janouch | 2012-04-17 | 1 | -0/+4 |
| | |||||
* | Make CMakeLists.txt targets more generic. | Přemysl Janouch | 2012-01-29 | 1 | -4/+6 |
| | |||||
* | Ignore Qt Creator settings file in the tree. | Přemysl Janouch | 2011-07-05 | 1 | -1/+1 |
| |