summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.7.5GTK_2_7_5Matthias Clasen2005-08-031-0/+4
* Fix a typo, spotted by David Odin.Matthias Clasen2005-08-021-1/+1
* Rename the default theme to "Raleigh". (#312254, Thomas Wood)Matthias Clasen2005-08-012-4/+4
* Create the icon window with the correct dimensions. (#312256, MikeMatthias Clasen2005-08-011-1/+1
* Remove G_GNUC_NULL_TERMINATED here as well.Matthias Clasen2005-08-012-2/+2
* Update tooltips when reconnecting toolitems. (#312173, Alex Graveley)Matthias Clasen2005-08-011-6/+7
* Don't leak atom names. (#311933, Peter Zelezny)Matthias Clasen2005-08-011-0/+4
* Call gettext_initialization() here as well. (#311612, Dan Winship)Matthias Clasen2005-08-011-17/+19
* updatedHans Breuer2005-07-301-5/+8
* Do not use | G_PARAM_STATIC_NAME in the type field, makes subclassingJohan Dahlin2005-07-301-1/+1
* Include gtkwin32embed.h in EXTRA_DIST unconditionally. Fixes #311972.J. Ali Harlow2005-07-291-0/+1
* Fix to be monotonic in the original size (#308145, Morten Welinder)Owen Taylor2005-07-271-4/+2
* Use >= not > in deciding whether to subtract out x/ythickness. (#308145,Owen Taylor2005-07-261-2/+2
* Revert part of patch from #166379; don't have gtk_window_present() changeElijah Newren2005-07-261-3/+0
* Declare GetAncestor() and define GA_PARENT if missing (MSVC6). (#311633)Tor Lillqvist2005-07-261-0/+7
* Fix up includes on Win32. (#311630, Kazuki Iwamoto)Matthias Clasen2005-07-261-0/+10
* Make it compileMatthias Clasen2005-07-261-1/+1
* Add ISO_Level3_Shift to the list of keysyms to ignore for composition,Matthias Clasen2005-07-261-1/+2
* Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out byMatthias Clasen2005-07-262-2/+2
* Pad out the full width, in an attempt to work around bug #311225.Matthias Clasen2005-07-251-2/+10
* Trivial doc fixes.Matthias Clasen2005-07-252-20/+24
* gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED markerMatthias Clasen2005-07-253-6/+6
* 2.7.4GTK_2_7_4Matthias Clasen2005-07-222-1/+6
* Point out escaping oversight. (#311260, Owen Taylor)Matthias Clasen2005-07-221-0/+12
* Cleanup a possible resize idle. (#311141, Robert Ă–gren)Matthias Clasen2005-07-222-7/+37
* Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise.Federico Mena Quintero2005-07-222-20/+77
* Fix a couple of leaks.Owen Taylor2005-07-211-3/+8
* Be a bit more careful to not shrink the label to a negative width.Matthias Clasen2005-07-211-6/+6
* mark gtk_socket_steal as deprecated.Matthias Clasen2005-07-211-0/+2
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-212-119/+109
* No need for ifdef, can now use GTK_IS_PLUG() with all backends.Tor Lillqvist2005-07-211-5/+2
* Make GtkPlug/Socket API available on all platforms.Tor Lillqvist2005-07-212-16/+24
* gtk/gtksocket.c Splice out backend-dependend parts to separate files, seeTor Lillqvist2005-07-214-917/+605
* gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.cTor Lillqvist2005-07-218-0/+1983
* gtk/gtkxembed.h New function, used in error messages and debugging output.Tor Lillqvist2005-07-212-5/+34
* Revert an accidental commitMatthias Clasen2005-07-211-17/+0
* Add hints on how to handle "no window" widgets. (#136347)Matthias Clasen2005-07-211-1/+32
* Explicitly use the svg loader, if available. This should help with theMatthias Clasen2005-07-201-1/+4
* Make sure expanded expanders are not fuzzy. (#310172, reported byMatthias Clasen2005-07-201-4/+20
* Don't fail if we can't get a keyboard grab. (#168351)Matthias Clasen2005-07-201-9/+4
* Add GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION.Matthias Clasen2005-07-201-0/+2
* Added a few utility functions for profiling; instrument the code, make itFederico Mena Quintero2005-07-201-11/+166
* don't iterate past the end of the string, so pango_layout_get_cursor_pos()Kristian Rietveld2005-07-191-2/+2
* Don't bother mentioning the -fnative-struct (used by GCC 2) switch in theTor Lillqvist2005-07-191-6/+4
* Remove useless calls to gtk_tree_row_reference_inserted/deleted, since weMatthias Clasen2005-07-181-13/+1
* Call gettext_initialization before checking gtk_initialized, otherwiseMatthias Clasen2005-07-181-4/+4
* Propagate the focus-on-click value to the button. (#310543, ChristianMatthias Clasen2005-07-181-9/+19
* Add a note about the need to handle expose events. We really need aMatthias Clasen2005-07-181-0/+5
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-152-0/+5
* Don't treat whitespace as words for keynav, pointed out by Owen Taylor.Matthias Clasen2005-07-151-37/+45