summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Use the new order correctly. Patch by Li YuanMatthias Clasen2008-12-131-1/+10
* Fix a typoMatthias Clasen2008-12-133-6/+5
* Handle being called early. Bug report by Andrés G. AragonesesMatthias Clasen2008-12-131-0/+2
* Set an empty title on password dialogs. Pointed out by Máirín Duffy.Matthias Clasen2008-12-131-0/+1
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-115-0/+45
* Bug 563994 – Input method module interface not documentedDaniel Elstner2008-12-113-5/+193
* Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated --Matthias Clasen2008-12-101-1/+1
* add missing semicolon.Michael Natterer2008-12-091-2/+2
* Make gtk_builder_get_translation_domain() useful for subparsers.Matthias Clasen2008-12-082-5/+67
* Fix the buildMatthias Clasen2008-12-081-1/+2
* Call gtk_show_uri() if no uri hook has been set. Patch by Emmanuele BassiMatthias Clasen2008-12-081-0/+22
* Bug 546285 – Allow GtkEntry to draw progressMichael Natterer2008-12-053-10/+309
* Add missing space in gtk-doc deprecated syntaxJohan Dahlin2008-12-041-1/+1
* Closes #557420 – Some compose sequences don't work anymoreSimos Xenitellis2008-12-034-42/+1322
* Bug 562998 – GtkFontButton documentation improvementsSven Herzberg2008-12-031-1/+6
* Bug 559914 – eog doesn't apply paper setup.Marek Kasik2008-12-031-2/+4
* Bug 562878 – password save incorrectly set in gtkmountoperationCarlos Garcia Campos2008-12-021-7/+20
* Filter out shadow mountsMatthias Clasen2008-12-011-2/+43
* Revert an accidental changeMatthias Clasen2008-12-011-4/+5
* Bug 562817 – Typo in GtkDialogPaul Bolle2008-11-301-1/+1
* Bug 554453 – "typeahead find" widget of GtkTreeView appears on wrongMatthias Clasen2008-11-301-0/+4
* bnc447004 - Flip tree lines around in the right-to-left caseFederico Mena Quintero2008-11-291-20/+29
* Typo fix.Christian Persch2008-11-291-1/+1
* More of the sameMatthias Clasen2008-11-291-2/+2
* improve deprecation annotationMatthias Clasen2008-11-291-14/+10
* improve deprecation annotationMatthias Clasen2008-11-291-2/+3
* improve deprecation annotationMatthias Clasen2008-11-291-5/+4
* Improve deprecation annotationsMatthias Clasen2008-11-291-3/+21
* Bug 559947 – Unchecked dependency on python>=2.4Johan Dahlin2008-11-251-3/+8
* Bug 561539 - Fix warnings when size allocations fall short of border widthTristan Van Berkom2008-11-241-2/+2
* Bug 561335 - Fix typos in GtkToolItem documentationPaul Bolle2008-11-221-15/+15
* Bump gtk-doc dependency to 1.11 for nicer index-generation.Matthias Clasen2008-11-212-6/+6
* Bug 377699 – realizing gtk.Progress() causes SEGVChristian Dywan2008-11-171-1/+1
* Bug 560602 – Wrong GtkMenuItem default value (test fails)Christian Dywan2008-11-131-1/+1
* Bug 560139 – GtkEntry doesn't paint with the right stateChristian Dywan2008-11-121-3/+36
* Bug 559619 – invisible-char default cannot be testedChristian Dywan2008-11-121-0/+5
* Implement, patch from Paul Davis.Richard Hult2008-11-121-1/+14
* Bug 525550 – GTK+ 2.13.0 GtkCurve test failsChristian Dywan2008-11-121-10/+7
* Chain up enter and leave notify handlersMatthias Clasen2008-11-111-2/+8
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-0/+2
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-1110-401/+502
* move deprecated functions together, move setters and getters together,Michael Natterer2008-11-111-14/+19
* implement the GtkOrientable interface and deprecateMichael Natterer2008-11-113-43/+58
* Bug 560135 - Print when the user double clicks a printerMarek Kasik2008-11-101-0/+15
* argh, actually call the newly added private gtk_paned_calc_position()Michael Natterer2008-11-071-13/+13
* Bug 553586 – Add orientation API to GtkPanedMichael Natterer2008-11-077-411/+364
* Check for child->parent instead of GTK_WIDGET_TOPLEVEL.Johan Dahlin2008-11-071-1/+1
* remove bogus newlines in the middle of function calls, fix brokenMichael Natterer2008-11-061-31/+23
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-064-6/+319
* added new apis gtk_menu_item_[set/get]_label() andTristan Van Berkom2008-11-065-134/+479