| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates | Matthias Clasen | 2005-07-22 | 1 | -0/+2 |
* | Point out escaping oversight. (#311260, Owen Taylor) | Matthias Clasen | 2005-07-22 | 1 | -0/+5 |
* | Cleanup a possible resize idle. (#311141, Robert Ă–gren) | Matthias Clasen | 2005-07-22 | 1 | -1/+12 |
* | Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise. | Federico Mena Quintero | 2005-07-22 | 1 | -0/+12 |
* | Fix a couple of leaks. | Owen Taylor | 2005-07-21 | 1 | -0/+4 |
* | Added "hy" to ALL_LINGUAS. Added Armenian translation by Lilit Azizbekyan | Christian Rose | 2005-07-21 | 1 | -0/+4 |
* | Updates | Matthias Clasen | 2005-07-21 | 1 | -0/+2 |
* | Be a bit more careful to not shrink the label to a negative width. | Matthias Clasen | 2005-07-21 | 1 | -0/+4 |
* | mark gtk_socket_steal as deprecated. | Matthias Clasen | 2005-07-21 | 1 | -0/+6 |
* | Add header to my last bunch of entries. | Tor Lillqvist | 2005-07-21 | 1 | -0/+3 |
* | Change machinery for following font rendering xsettings to set cairo font | Owen Taylor | 2005-07-21 | 1 | -0/+14 |
* | Make it work on Win32, too. | Tor Lillqvist | 2005-07-21 | 1 | -3/+5 |
* | No need for ifdef, can now use GTK_IS_PLUG() with all backends. | Tor Lillqvist | 2005-07-21 | 1 | -2/+7 |
* | Make GtkPlug/Socket API available on all platforms. | Tor Lillqvist | 2005-07-21 | 1 | -0/+4 |
* | gtk/gtksocket.c Splice out backend-dependend parts to separate files, see | Tor Lillqvist | 2005-07-21 | 1 | -0/+9 |
* | gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.c | Tor Lillqvist | 2005-07-21 | 1 | -0/+10 |
* | gtk/gtkxembed.h New function, used in error messages and debugging output. | Tor Lillqvist | 2005-07-21 | 1 | -0/+6 |
* | Use wide-char API when available. (#311079, Peter Zelezny) | Tor Lillqvist | 2005-07-21 | 1 | -1/+5 |
* | Add hints on how to handle "no window" widgets. (#136347) | Matthias Clasen | 2005-07-21 | 1 | -0/+6 |
* | Follow change in cairo API to add Screen* to | Keith Packard | 2005-07-21 | 1 | -0/+7 |
* | Explicitly use the svg loader, if available. This should help with the | Matthias Clasen | 2005-07-20 | 1 | -0/+5 |
* | Make sure expanded expanders are not fuzzy. (#310172, reported by | Matthias Clasen | 2005-07-20 | 1 | -0/+4 |
* | Don't fail if we can't get a keyboard grab. (#168351) | Matthias Clasen | 2005-07-20 | 1 | -0/+3 |
* | Add GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION. | Matthias Clasen | 2005-07-20 | 1 | -0/+5 |
* | Added a few utility functions for profiling; instrument the code, make it | Federico Mena Quintero | 2005-07-20 | 1 | -0/+5 |
* | don't iterate past the end of the string, so pango_layout_get_cursor_pos() | Kristian Rietveld | 2005-07-19 | 1 | -0/+6 |
* | Don't bother mentioning the -fnative-struct (used by GCC 2) switch in the | Tor Lillqvist | 2005-07-19 | 1 | -0/+6 |
* | Small formatting fixes in doc comments. | Matthias Clasen | 2005-07-18 | 1 | -0/+2 |
* | Remove useless calls to gtk_tree_row_reference_inserted/deleted, since we | Matthias Clasen | 2005-07-18 | 1 | -0/+5 |
* | Call gettext_initialization before checking gtk_initialized, otherwise | Matthias Clasen | 2005-07-18 | 1 | -0/+8 |
* | [Win32] Bypass libtool, use -Wl,-luuid. This avoids a libtool warning as | Tor Lillqvist | 2005-07-18 | 1 | -1/+10 |
* | Propagate the focus-on-click value to the button. (#310543, Christian | Matthias Clasen | 2005-07-18 | 1 | -0/+3 |
* | Add a note about the need to handle expose events. We really need a | Matthias Clasen | 2005-07-18 | 1 | -0/+7 |
* | [Win32] Put -luuid back, it is needed in case one builds without the ie55 | Tor Lillqvist | 2005-07-16 | 1 | -0/+5 |
* | Bump version | Matthias Clasen | 2005-07-15 | 1 | -0/+2 |
* | 2.7.3GTK_2_7_3 | Matthias Clasen | 2005-07-15 | 1 | -0/+7 |
* | Updates | Matthias Clasen | 2005-07-15 | 1 | -1/+3 |
* | Don't treat whitespace as words for keynav, pointed out by Owen Taylor. | Matthias Clasen | 2005-07-15 | 1 | -0/+6 |
* | Take the parent folder path instead of the display name, to avoid doing | Federico Mena Quintero | 2005-07-15 | 1 | -0/+7 |
* | Take the display name of the folder as well so that we can present a | Federico Mena Quintero | 2005-07-15 | 1 | -0/+10 |
* | Use header capitalization for the buttons, per the HIG. | Federico Mena Quintero | 2005-07-15 | 1 | -0/+4 |
* | Add the new functions. | Federico Mena Quintero | 2005-07-15 | 1 | -0/+2 |
* | Add a test for the confirm-overwrite signal. | Federico Mena Quintero | 2005-07-15 | 1 | -0/+11 |
* | Add overwrite confirmation for SAVE mode. Fixes bug #152850: | Federico Mena Quintero | 2005-07-15 | 1 | -0/+36 |
* | Add new exported symbols. | Matthias Clasen | 2005-07-14 | 1 | -0/+4 |
* | Implement getting the MIME type of a file. Look it up in the Registry. Bug | Tor Lillqvist | 2005-07-14 | 1 | -0/+6 |
* | Don't need -luuid on Win32. It was some leftover, and in fact occasionally | Tor Lillqvist | 2005-07-14 | 1 | -0/+9 |
* | Don't assert if the xrootwin is invalid. (#309997, Barbie LeVille) | Matthias Clasen | 2005-07-14 | 1 | -0/+4 |
* | Set interface age to 0. | Matthias Clasen | 2005-07-14 | 1 | -0/+7 |
* | new function (fixes #169961, reported by Morten Welinder). | Kristian Rietveld | 2005-07-14 | 1 | -0/+5 |