summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Limit GtkContainer::border-width to 65535Christian Dywan2010-01-111-1/+1
* Implement "preedit-changed" in GtkEntry and GtkTextViewChristian Dywan2010-01-112-0/+50
* Use const gchar* in gtk_window_get_icon_name implementationChristian Dywan2010-01-111-1/+1
* Document GtkWidget::state-changed signal properlyChristian Dywan2010-01-111-1/+4
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-113-4/+4
* Allow NULL iter in gtk_combo_box_set_active_iter to unsetChristian Persch2010-01-081-5/+9
* Use g_strcmp0() instead custom safe_strcmp()Javier Jardón2010-01-082-27/+4
* fix critical in gtk_editable_insert_textJean Brefort2010-01-071-1/+1
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-0711-24/+29
* Deprecate some widget flagsJavier Jardón2010-01-078-38/+62
* 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