aboutsummaryrefslogtreecommitdiff
path: root/src/logdiag.c
Commit message (Collapse)AuthorAgeFilesLines
* Make development builds find the program iconPřemysl Eric Janouch2021-10-261-0/+5
|
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-1/+0
|
* Make note of the recent g_win32_get_command_line()Přemysl Eric Janouch2021-10-141-0/+1
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Fix compiler warningPřemysl Janouch2018-06-271-0/+1
|
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* GTK+ 3: Fix compilation, scrolling, drawingPřemysl Janouch2015-01-191-1/+1
|
* Support multiple filenames on command line.Přemysl Janouch2012-10-091-5/+24
| | | | Should work fine, although I doubt anyone would use it.
* Update copyrights.Přemysl Janouch2012-10-081-1/+1
|
* Maintenance.Přemysl Janouch2012-08-111-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 Janouch2011-06-121-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 Janouch2011-06-111-1/+1
| | | | It needs the bash shell interpreter to run.
* Workaround the ANSI codepage limitation on Win32.Přemysl Janouch2011-06-101-0/+76
|
* Change the way command line arguments are parsed.Přemysl Janouch2011-06-101-25/+16
|
* Convert encoding of command line filenames.Přemysl Janouch2011-02-191-1/+21
| | | | Fixes Windows.
* Open files from command line.Přemysl Janouch2011-02-191-4/+7
|
* Change the current directory on Windows.Přemysl Janouch2011-02-131-0/+10
| | | | So the application can always find it's files.
* Use gtk_init_with_args().Přemysl Janouch2011-02-131-7/+14
|
* Change the way translations are done.Přemysl Janouch2011-02-121-2/+1
| | | | | * Require gettext-tools to build. * Depend on libintl on Win32.
* Add an application icon.Přemysl Janouch2011-01-161-0/+1
|
* Call bind_textdomain_codeset().Přemysl Janouch2011-01-091-1/+2
|
* Overall cleanup.Přemysl Janouch2010-12-161-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 Janouch2010-09-191-1/+1
| | | | It was just too long to type and read. My mistake.
* Renamed source files.Přemysl Janouch2010-09-191-0/+39
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.