summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Modify the tab-label-destroy fix to not crash epiphany.Matthias Clasen2007-12-041-18/+6
* Merged from trunk:Richard Hult2007-12-031-6/+8
* Merged from trunk:Cody Russell2007-12-011-0/+5
* Merged from trunk:Tor Lillqvist2007-11-281-23/+41
* Merged from trunk: Fix #375893, patch by Ben Hague:Tor Lillqvist2007-11-271-6/+52
* Zero some variables to silence valgrind. (#495124, Morten Welinder)Matthias Clasen2007-11-271-0/+2
* 2.12.2GTK_2_12_2Matthias Clasen2007-11-261-0/+4
* Fix up some doc commentsMatthias Clasen2007-11-266-38/+38
* Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_labelMatthias Clasen2007-11-261-1/+24
* Improve alternative button ordering. (#476827, Yevgen Muntyan, patch byMatthias Clasen2007-11-261-3/+3
* Fix a theming problem with colors in GtkCalendar. (#499703, MichaelMatthias Clasen2007-11-261-2/+2
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-262-8/+8
* Fix a typo. (#498922)Matthias Clasen2007-11-251-1/+1
* Merged from trunk:Matthias Clasen2007-11-221-1/+1
* Merged from trunk:Matthias Clasen2007-11-221-1/+1
* Merged from trunk:Matthias Clasen2007-11-221-8/+10
* Fix the GtkBuildable implementation to allow setting column types.Matthias Clasen2007-11-191-25/+49
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-192-4/+4
* Correct docs for program-name property. (#496689, Thomas Wood)Matthias Clasen2007-11-191-2/+2
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-173-84/+43
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-153-6/+17
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-153-8/+6
* do not call _gtk_text_btree_get_iter_at_line() andYevgen Muntyan2007-11-151-23/+73
* remove recently added gdk_flush() again, it's not needed after all.Michael Natterer2007-11-141-7/+0
* cast pointers to fix warnings about signdness.Michael Natterer2007-11-141-5/+5
* Moved gtk_text_view_update_im_spot_location() calls into an idle, fixesYevgen Muntyan2007-11-111-2/+57
* Convert delayed_properties hashtable to linked list. Fixes #495769.Ryan Lortie2007-11-111-31/+16
* Leak less in error pathsMatthias Clasen2007-11-101-4/+21
* Don't leak buffer if an error occurs.Matthias Clasen2007-11-101-2/+2
* More robustness improvements of the parserMatthias Clasen2007-11-101-9/+9
* Don't assert on misplaced signal elementsMatthias Clasen2007-11-101-3/+5
* Handle misplaced property elements without asserting.Matthias Clasen2007-11-101-1/+5
* 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