Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-08 | Document new API2.28.0 | Matthias Clasen | 2 | -0/+26 | |
2011-02-08 | Fix some parameter mismatches in GVariant docs | Matthias Clasen | 2 | -11/+11 | |
2011-02-08 | Avoid more compiler warnings | Matthias Clasen | 2 | -7/+7 | |
2011-02-08 | g_date_time_format: drop an unused variable | Matthias Clasen | 1 | -3/+1 | |
2011-02-08 | Add release note about GApplication | Matthias Clasen | 1 | -0/+12 | |
2011-02-08 | Update NEWS | Matthias Clasen | 1 | -0/+18 | |
2011-02-07 | Bump version to 2.28.0 | Matthias Clasen | 1 | -2/+2 | |
2011-02-07 | Fix a typo | Matthias Clasen | 1 | -2/+2 | |
2011-02-07 | Add more data about origin application to the "Launched" signal. | Michal Hruby | 1 | -0/+13 | |
This will help applications such as zeitgeist's datahub to collect more complete information about application launches, as the "actor" of a launch is important for zeitgeist's magic to work properly. | |||||
2011-02-07 | gdesktopappinfo: Asynchronously flush after sending notification | Colin Walters | 1 | -1/+8 | |
If we were the initial connection owner, unref will destroy the connection immediately, and we may lose messages. Asynchronously flush to avoid that. https://bugzilla.gnome.org/show_bug.cgi?id=641411 | |||||
2011-02-07 | Clarify GInitable docs | Matthias Clasen | 1 | -1/+2 | |
Mention explicitly that the object is unrefed on error. Pointed out by Philip Van Hoof, https://bugzilla.gnome.org/show_bug.cgi?id=641363 | |||||
2011-02-07 | Append .exe to glib-compile-schemas in .pc file | Matthias Clasen | 1 | -1/+1 | |
This makes the binary name correct on Windows. Pointed out by David Schleef, https://bugzilla.gnome.org/show_bug.cgi?id=641572 | |||||
2011-02-07 | Change the id of the gsettings section | Matthias Clasen | 1 | -1/+1 | |
This tricks gtk-doc into generating a html file with a different name, avoiding the case-only GSettings.html vs gsettings.html. https://bugzilla.gnome.org/show_bug.cgi?id=641688 | |||||
2011-02-07 | Don't use -w in shebang line | Matthias Clasen | 1 | -1/+2 | |
This can cause warnings when PERL_PATH gets expanded to /usr/bin/env. Patch by Adam Sampson, https://bugzilla.gnome.org/show_bug.cgi?id=641477 | |||||
2011-02-08 | docs: Document Since properly, 2.26 -> 2.28 | Javier Jardón | 6 | -8/+8 | |
2011-02-08 | GApplication: document Since properly in header files, 2.26 -> 2.28 | Rui Matos | 2 | -4/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=641783 | |||||
2011-02-02 | Use ; instead of: to not confuse g-ir-scanner | Johan Dahlin | 1 | -1/+1 | |
2011-02-02 | Updated Korean translation | Changwoo Ryu | 1 | -966/+1742 | |
2011-02-01 | Correct gtk-doc SECTION: syntax | Johan Dahlin | 36 | -41/+41 | |
g-ir-scanner does not allow a space between the : and the section name. | |||||
2011-02-01 | docs: Remove some unneeded template files | Javier Jardón | 4 | -791/+3 | |
async_queues, atomic_operations and bookmarkfile are already ported to inline comments | |||||
2011-01-31 | GApplication: add notes about GDBus architecture | Ryan Lortie | 1 | -1/+24 | |
Some people are trying to write code that calls g_application_register() then checks to see if we became the primary name owner before exporting objects. This sort of approach worked with libdbus-1 because method calls to the freshly-acquired name would not be dispatched until the application returned to the mainloop. With GDBus, however, dispatches can occur at any time (including in the brief space between acquiring the name and actually registering the object). Add documentation to make it clear that you should not expect this to work. | |||||
2011-01-31 | Check that error exists before trying to set it. Fixes bug #640975. | Ignacio Casal Quinteiro | 1 | -7/+8 | |
2011-01-30 | Updated Galician translations | Fran Diéguez | 1 | -155/+159 | |
2011-01-29 | Updated Italian translation | Luca Ferretti | 1 | -344/+539 | |
2011-01-29 | update Punjabi Translation by A S Alam | A S Alam | 1 | -447/+550 | |
2011-01-28 | Bump version | Matthias Clasen | 1 | -1/+1 | |
2011-01-28 | Enable silent rules by default2.27.93 | Matthias Clasen | 1 | -3/+3 | |
2011-01-28 | Update NEWS | Matthias Clasen | 1 | -0/+24 | |
2011-01-28 | Fix GIO build on Solaris | Matthias Clasen | 2 | -1/+4 | |
Major and minor are defined in sys/mkdev.h on Solaris Patch by Fabian Groffen https://bugzilla.gnome.org/show_bug.cgi?id=637013 | |||||
2011-01-28 | Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPE | Matthias Clasen | 1 | -1/+1 | |
2011-01-28 | Fix g_source_add_child_source docs | Dan Winship | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=640823 | |||||
2011-01-28 | GVariant: clear memory before releasing it | Ryan Lortie | 1 | -0/+1 | |
Bug #640807 makes a reasonable case for why it's better to have your program crash outright in the case of memory errors. With this modification, GVariant is far more likely to do that in the case that a GVariant pointer is used shortly after being freed. | |||||
2011-01-27 | Fixed format string issue in a test, fixes bug 640725 | Tobias Mueller | 1 | -1/+1 | |
2011-01-27 | Add testcase for bug 640695 | Matthias Clasen | 3 | -1/+130 | |
2011-01-27 | Ensure g_key_file_load_from_file() strips a \r on a 4 KB boundary | Benjamin Gilbert | 1 | -1/+3 | |
When g_key_file_parse_data() encountered \n, it was checking the previous character in the current input buffer for a \r to erase, rather than the previous character in the parse buffer. If g_key_file_load_from_file() was given a file with a \r\n sequence straddling a 4 KB boundary, the \n would be the first character in the input buffer, so the \r would not be properly stripped. Bug #640695. Found-by: Jan Harkes <jaharkes@cs.cmu.edu> | |||||
2011-01-27 | Use g_set_error_literal where appropriate | Matthias Clasen | 2 | -4/+4 | |
2011-01-27 | Make load_user_special_dirs() resistant to nonexistent dirs | Matthias Clasen | 1 | -8/+18 | |
2011-01-27 | Remove redundant definitions | Matthias Clasen | 1 | -7/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=640262 | |||||
2011-01-27 | Fail in a clean way if schema name is missing | Matthias Clasen | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=640192 | |||||
2011-01-27 | Merge remote branch 'gvdb/master' | Ryan Lortie | 3 | -4/+48 | |
2011-01-27 | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2 | -588/+620 | |
2011-01-27 | Updated Norwegian bokmål translation. | Kjartan Maraas | 1 | -283/+314 | |
2011-01-27 | QA of Galician translations | Fran Diéguez | 1 | -95/+103 | |
2011-01-25 | Mark a symbol as G_GNUC_INTERNAL | Ryan Lortie | 1 | -0/+1 | |
2011-01-23 | Updated Hebrew translation. | Yaron Shahrabani | 1 | -216/+232 | |
2011-01-22 | Updated Bulgarian translation | Alexander Shopov | 1 | -443/+577 | |
2011-01-22 | Updated Spanish translation | Jorge González | 1 | -274/+308 | |
2011-01-22 | Bump PCRE minimum version | Emilio Pozuelo Monfort | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=640261 | |||||
2011-01-22 | Bump version | Matthias Clasen | 1 | -1/+1 | |
2011-01-22 | Update Unicode tests to 6.02.27.92 | Matthias Clasen | 2 | -8/+49 | |