summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Base class should be GObject, not GtkObject.Johan Dahlin2007-06-151-1/+1
* Documentation fixesMatthias Clasen2007-06-152-14/+30
* Fix up docsMatthias Clasen2007-06-151-8/+7
* Don't install gtkbuilderprivate.hMatthias Clasen2007-06-152-1/+2
* Add forgotten docsMatthias Clasen2007-06-151-0/+12
* Use gsize instead of unsigned and gulong instead of long, fixes complationJohan Dahlin2007-06-151-2/+2
* add move_selected signal to allow overriding the default internalMatthias Clasen2007-06-152-5/+34
* Forgot to free the unescaped tooltip text.Mathias Hasselmann2007-06-151-2/+3
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-151-16/+7
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-155-23/+200
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-1535-27/+4814
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-151-2/+17
* Add gtk_text_layout_set_overwrite_modeJohan Dahlin2007-06-141-0/+1
* Fix compiler warning. (#447586, Kazuki IWAMOTO)Behdad Esfahbod2007-06-141-1/+1
* Improve docsMatthias Clasen2007-06-141-2/+4
* removed unused and hardly visible GtkFrame from the menu widget hierarchyCarlos Garnacho2007-06-131-32/+10
* add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULLMichael Natterer2007-06-134-29/+118
* Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez)Cody Russell2007-06-131-23/+15
* gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_createKristian Rietveld2007-06-134-4/+5
* added calls to g_object_freeze/thaw_notify() so gtk_label_get_text()Michael Natterer2007-06-131-0/+4
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-133-59/+293
* Add orientation property and some slight refactoring here and there.Kristian Rietveld2007-06-131-29/+135
* use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cellMichael Natterer2007-06-121-2/+2
* Fix #410815, reported by Lucas Rocha.Kristian Rietveld2007-06-121-7/+25
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-129-68/+536
* Fix declaration of GtkNotebook::create_window()Emmanuele Bassi2007-06-111-4/+4
* Accept class names starting with lowercase letters for style propertyMatthias Clasen2007-06-111-3/+1
* Store cursor_hadjustment as object dataMatthias Clasen2007-06-111-24/+22
* Don't leak cursor_hadjustmentMatthias Clasen2007-06-111-0/+3
* Define GNU libc symbols unconditionallyEmmanuele Bassi2007-06-101-2/+5
* Fix code style and warts in GtkScaleButtonEmmanuele Bassi2007-06-102-48/+70
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-104-8/+15
* Some doc updatesMatthias Clasen2007-06-103-38/+166
* Add an icons property, make gtk_scale_button_new() a convenience function.Matthias Clasen2007-06-101-37/+65
* Cosmetic changeMatthias Clasen2007-06-102-11/+9
* Handle return values from nl_langinfo() more correctly.Matthias Clasen2007-06-081-5/+5
* initialize rc_priv in the else branch too. (#445539)Carlos Garnacho2007-06-081-0/+1
* Fix shadow painting if the scrollbars-within-bevel style property is setBenjamin Berg2007-06-081-25/+15
* Make it possible for theme engines to support symbolic colors. (#426192,Matthias Clasen2007-06-083-26/+70
* Fix a typoMatthias Clasen2007-06-071-1/+1
* Add GTK_STOCK_DISCARD, #158008.Christian Neumair2007-06-072-0/+2
* Documentation additionsMatthias Clasen2007-06-071-0/+14
* Add this fileMatthias Clasen2007-06-071-0/+0
* Add a doc commentMatthias Clasen2007-06-071-0/+8
* Use g_get_user_special_dir() to obtain the path for the DESKTOP directory.Matthias Clasen2007-06-074-35/+18
* Add the 16x16 version of gtk-select-color.png to the list of stock icons.Matthias Clasen2007-06-071-0/+1
* add text-[xy]align properties for aligning the text label of the progressKristian Rietveld2007-06-061-4/+68
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-065-0/+105
* Factor out the search shortcut, the recently used shortcut and theEmmanuele Bassi2007-06-061-10/+42
* reviewed by: Matthias Clasen <mclasen@redhat.com>Johan Dahlin2007-06-061-6/+6