summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning: use const *gchar variableJavier Jardón2010-01-041-2/+2
* Don't use GTK_WIDGET_NO_WINDOW in GtkEventBoxChristian Dywan2010-01-041-17/+11
* No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_windowChristian Dywan2010-01-043-12/+17
* Don't use GTK_WIDGET_NO_WINDOW in GtkContainerChristian Dywan2010-01-041-7/+7
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-0437-89/+134
* Fix missing GTK_WIDGET cast on printer option widget in construct_widgetsChristian Dywan2010-01-041-2/+2
* Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonicsChristian Dywan2010-01-041-4/+4
* Document missing signal parameterBenjamin Otte2010-01-031-0/+3
* Make mnemonic hiding work in all casesMatthias Clasen2010-01-031-60/+108
* Plug leaks in quartz implementation of gtk_drag_begin_idle()Kristian Rietveld2010-01-011-1/+6
* Rework a previous commit to not crash in addition to fixing leaksKristian Rietveld2010-01-014-24/+23
* GtkToolPalette: docs: Minor English corrections.Murray Cumming2009-12-311-2/+2
* Avoid warnings when introspetion is not availableJohan Dahlin2009-12-311-1/+1
* Fix build with system install of introspectionJohan Dahlin2009-12-311-2/+2
* Fix compiler warningKristian Rietveld2009-12-301-5/+5
* Fix memory management of types arrayKristian Rietveld2009-12-302-2/+7
* Do not leak the NSMutableSetKristian Rietveld2009-12-301-2/+12
* Unset expander_column when expander column is removed from tree viewKristian Rietveld2009-12-281-0/+3
* Documentation changes.Cody Russell2009-12-281-2/+2
* Add 'Since 2.20' documentation.Cody Russell2009-12-281-0/+6
* Add documentation note for GtkOffscreenWindow emission of damage-event.Cody Russell2009-12-281-0/+3
* Add gtk-doc section for GtkOffscreenWindowCody Russell2009-12-281-0/+25
* Add gtk_offscreen_window_get_{pixmap,pixbuf} to gtk.symbolsCody Russell2009-12-281-0/+2
* Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), ...Cody Russell2009-12-282-0/+62
* Add headersCody Russell2009-12-282-1/+41
* Add offscreen window symbols to gtk.symbolsCody Russell2009-12-282-0/+8
* Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.hCody Russell2009-12-281-1/+3
* GtkOffscreenWindow implementation for #604901Cody Russell2009-12-284-0/+239
* Fix call to update_prelight()Kristian Rietveld2009-12-231-2/+2
* Fix a memory leak in gtk_label_compose_effective_attrs()Jonh Wendell2009-12-221-11/+14
* Correct problems with earlier fix for bug #480065Kristian Rietveld2009-12-212-15/+67
* Bug 480065 - wrong tree collapsed (or expanded) after having scrolledKristian Rietveld2009-12-212-2/+42
* Fix make checkMatthias Clasen2009-12-211-0/+2
* Improve selection/arrow key behaviour in GtkTextViewMatthias Clasen2009-12-211-8/+44
* Try harder to handle accelerators involving virtual modifiersMatthias Clasen2009-12-211-10/+17
* Move documentation to inline comments: GtkMountOperationJavier Jardón2009-12-212-12/+17
* Move documentation to inline comments: GtkImageJavier Jardón2009-12-212-0/+138
* Move documentation to inline comments: GtkFileChooserJavier Jardón2009-12-212-16/+629
* Build adds not-yet-built libgtk-x11-2.0.la into the linker flagsBenjamin Otte2009-12-211-1/+4
* Make mnemonic hiding work for printer option widgetsMatthias Clasen2009-12-201-1/+3
* More auto-mnemonics tweaksMatthias Clasen2009-12-201-4/+6
* Some improvements to the auto-mnemonics codeMatthias Clasen2009-12-203-24/+12
* Handle reading the create-folders propertyMatthias Clasen2009-12-201-0/+1
* Fix compilation warning: cast to GTK_WIDGET()Javier Jardón2009-12-211-2/+2
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-2011-8/+353
* Fix up linker flagsBenjamin Otte2009-12-193-4/+6
* Disconnect signal handlers on adjustment in destroy handlerBenjamin Otte2009-12-191-0/+6
* Fix a crash on print previewCarlos Garcia Campos2009-12-191-1/+1
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-1911-37/+49
* Fix out/transfer annotations on GtkImage gettersDan Winship2009-12-191-14/+24