Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
| | | | | Also some copyright years fix-ups/updates. | ||||
* | Fix compiler warning | Přemysl Janouch | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | GTK+ 3: Fix compilation, scrolling, drawing | Přemysl Janouch | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Support multiple filenames on command line. | Přemysl Janouch | 2012-10-09 | 1 | -5/+24 |
| | | | | Should work fine, although I doubt anyone would use it. | ||||
* | Update copyrights. | Přemysl Janouch | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Maintenance. | Přemysl Janouch | 2012-08-11 | 1 | -9/+9 |
| | | | | | | | | * Fix setting the GSETTINGS_SCHEMA_DIR environment variable. * Use g_value_take_boxed() instead of deprecated g_value_set_boxed_take_ownership(). * Remove an unused variable. * Clean up load_category() a bit. | ||||
* | Integrate GSettings, remember View settings. | Přemysl Janouch | 2011-06-12 | 1 | -0/+9 |
| | | | | | | | | | | | The org.logdiag ID has been chosen as I haven't found any specific rules and com.github.logdiag seems not to be future-proof. This domain remains available so far, anyway. The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX to the root filesystem. When invoking `make install` with DESTDIR, only the XML files are copied over as the schemas would have to be recompiled later anyway. | ||||
* | Fix make-template.sh. | Přemysl Janouch | 2011-06-11 | 1 | -1/+1 |
| | | | | It needs the bash shell interpreter to run. | ||||
* | Workaround the ANSI codepage limitation on Win32. | Přemysl Janouch | 2011-06-10 | 1 | -0/+76 |
| | |||||
* | Change the way command line arguments are parsed. | Přemysl Janouch | 2011-06-10 | 1 | -25/+16 |
| | |||||
* | Convert encoding of command line filenames. | Přemysl Janouch | 2011-02-19 | 1 | -1/+21 |
| | | | | Fixes Windows. | ||||
* | Open files from command line. | Přemysl Janouch | 2011-02-19 | 1 | -4/+7 |
| | |||||
* | Change the current directory on Windows. | Přemysl Janouch | 2011-02-13 | 1 | -0/+10 |
| | | | | So the application can always find it's files. | ||||
* | Use gtk_init_with_args(). | Přemysl Janouch | 2011-02-13 | 1 | -7/+14 |
| | |||||
* | Change the way translations are done. | Přemysl Janouch | 2011-02-12 | 1 | -2/+1 |
| | | | | | * Require gettext-tools to build. * Depend on libintl on Win32. | ||||
* | Add an application icon. | Přemysl Janouch | 2011-01-16 | 1 | -0/+1 |
| | |||||
* | Call bind_textdomain_codeset(). | Přemysl Janouch | 2011-01-09 | 1 | -1/+2 |
| | |||||
* | Overall cleanup. | Přemysl Janouch | 2010-12-16 | 1 | -1/+2 |
| | | | | | | | | | * Add missing asserts to exported functions. * Unify formatting. * Fix the gtk-doc comment for ld_symbol_category_set_human_name(). * Make ld_library_load() reflect it's declaration. * Remove an unused variable in ld_library_load_cb(). * Change all char's to gchar's. | ||||
* | Changed the object prefix from "logdiag" to "ld". | Přemysl Janouch | 2010-09-19 | 1 | -1/+1 |
| | | | | It was just too long to type and read. My mistake. | ||||
* | Renamed source files. | Přemysl Janouch | 2010-09-19 | 1 | -0/+39 |
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix. |