summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Stylistic fixesMatthias Clasen2007-11-092-7/+7
* don't leak 'filename' field memory when loading more than one file intoMatthias Clasen2007-11-091-0/+2
* include <glib.h> instead of <glib/gmarkup.h>Michael Natterer2007-11-081-1/+1
* Forgotten fileMatthias Clasen2007-11-081-0/+1
* Add GString 'text' to the property info structure. Used to accumulateRyan Lortie2007-11-081-49/+57
* call gdk_flush() after showing the menu so we can definitely grab on it.Michael Natterer2007-11-061-0/+7
* fixed docs.Michael Natterer2007-11-061-2/+2
* Fix bug #486369, by passing the selection info along when pasting.Richard Hult2007-11-031-7/+32
* Redo the fix for bug #492117, by adding a getter for the private dragRichard Hult2007-11-011-4/+10
* Chain up to the parent's finalize virtual function.Emmanuele Bassi2007-10-301-11/+14
* Allow the ::delete-range handler to delete text after the text it wasOwen Taylor2007-10-281-1/+6
* Pay attention to tags that turn invisibility off as well as tags that turnOwen Taylor2007-10-261-3/+3
* Improve gtk_builder_get_type_from_name() documentation. (#461222, MurrayJohan Dahlin2007-10-241-1/+2
* Give up instead of raising an error if we can't find the parent dialogJohan Dahlin2007-10-241-0/+4
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-243-2/+12
* Allow empty property nodes so we can set empty strings. (#486420, XavierJohan Dahlin2007-10-241-27/+0
* Handle NSFilenamesPboardType in addition to NSURLPboardType to support dndRichard Hult2007-10-231-12/+37
* Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918,Johan Dahlin2007-10-221-7/+6
* Move -Wl,-luuid to LDFLAGS to make libtool happy.Owen Taylor2007-10-171-2/+2
* Use -Wl,-luuid instead of -luuid to work around libtool lossage.Tor Lillqvist2007-10-171-1/+1
* 2.12.1GTK_2_12_1Matthias Clasen2007-10-171-0/+4
* Update the docMatthias Clasen2007-10-171-2/+2
* Update the docs for the ::text-column property. (#352643, JosselinMatthias Clasen2007-10-171-0/+1
* Fixed typo in icon_size_lookup_intern() - colon instead of semicolonYevgen Muntyan2007-10-161-1/+1
* Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, ChrisMatthias Clasen2007-10-161-3/+6
* Improve the docs. (#486155, Owen Taylor)Matthias Clasen2007-10-161-4/+4
* Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara)Matthias Clasen2007-10-161-1/+1
* Fix "cannot open display" error message when display is set by the DISPLAYLoïc Minier2007-10-151-1/+3
* signal_name instead of signal. (#486360, Xavier Claessens)Johan Dahlin2007-10-131-1/+1
* Avoid double-free problemsMatthias Clasen2007-10-121-8/+0
* Document that you need to unref the returned GdkPixbuf. (#484132,Emmanuele Bassi2007-10-101-4/+5
* Convert the format to the current locale before passing it to strtime().Emmanuele Bassi2007-10-101-1/+6
* Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)Emmanuele Bassi2007-10-101-3/+3
* make sure the new cursor node is visible when we are done. (Fixes #472965,Kristian Rietveld2007-10-091-0/+1
* we should only "don't move the cursor, but just select the current node"Kristian Rietveld2007-10-091-2/+8
* don't "corrupt" all iterators by reversing the list after adding theKristian Rietveld2007-10-081-4/+0
* Fix #482841, patch by Karl Tomlinson.Kristian Rietveld2007-10-081-1/+7
* Revert the change on 2007-04-29 (Also check the default handler whenMurray Cumming2007-10-051-2/+1
* Use g_object_ref() instead of gtk_widget_ref(). (#483563)Hiroyuki Ikezoe2007-10-051-3/+3
* Iterate on the proxies we hold when we change the sorting function and theEmmanuele Bassi2007-10-041-3/+28
* Add a second volume button.Matthias Clasen2007-10-041-0/+3
* Fix warnings and display of modified date / time in filechooser for someLoïc Minier2007-10-041-1/+1
* remove duplicated declaration of gtk_notebook_create_window. Patch byXan Lopez2007-10-031-4/+0
* 455284 - Focus or toggle location entryFederico Mena Quintero2007-10-021-17/+28
* fix up if-condition to only set the true arrow type if show_sort_indicatorKristian Rietveld2007-10-011-1/+1
* Fixes for bug #480123.Emmanuele Bassi2007-09-252-12/+21
* add extra NULL check for tooltipsdata to avoid code fiddling withKristian Rietveld2007-09-241-0/+1
* Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.Tor Lillqvist2007-09-241-0/+1
* gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() insteadManish Singh2007-09-212-2/+2
* Some more fixed to prevent segfaults with missing or nonsensical ranges.Matthias Clasen2007-09-211-9/+7