Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |