| Commit message (Expand) | Author | Age | Files | Lines |
* | Use >= not > in deciding whether to subtract out x/ythickness. (#308145, | Owen Taylor | 2005-07-26 | 1 | -0/+6 |
* | Revert part of patch from #166379; don't have gtk_window_present() change | Elijah Newren | 2005-07-26 | 1 | -0/+9 |
* | Declare GetAncestor() and define GA_PARENT if missing (MSVC6). (#311633) | Tor Lillqvist | 2005-07-26 | 1 | -0/+5 |
* | New directory with the start of a framework for testing performance in | Federico Mena Quintero | 2005-07-26 | 1 | -0/+9 |
* | Fix up includes on Win32. (#311630, Kazuki Iwamoto) | Matthias Clasen | 2005-07-26 | 1 | -0/+3 |
* | Add ISO_Level3_Shift to the list of keysyms to ignore for composition, | Matthias Clasen | 2005-07-26 | 1 | -0/+4 |
* | Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by | Matthias Clasen | 2005-07-26 | 1 | -0/+6 |
* | Pad out the full width, in an attempt to work around bug #311225. | Matthias Clasen | 2005-07-25 | 1 | -0/+3 |
* | Trivial doc fixes. | Matthias Clasen | 2005-07-25 | 1 | -0/+5 |
* | gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker | Matthias Clasen | 2005-07-25 | 1 | -0/+9 |
* | 2.7.4GTK_2_7_4 | Matthias Clasen | 2005-07-22 | 1 | -0/+2 |
* | 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 |