aboutsummaryrefslogtreecommitdiff
path: root/src/logdiag.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.