summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-191-0/+4
* use g_slice_dup().Sven Neumann2007-06-191-1/+2
* mark the GtkTooltips struct as private. Keep the tooltips in a hash tableSven Neumann2007-06-192-53/+68
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-1920-173/+173
* Use g_timeout_add_seconds_full() for the timed poll of the storage file,Emmanuele Bassi2007-06-191-8/+57
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-195-102/+64
* Fix some issues with refcounting of the adjustment. (#448544, CarlosMatthias Clasen2007-06-191-2/+2
* Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers w...Gustavo J. A. M. Carneiro2007-06-181-0/+3
* Make GtkMenuShell abstractMatthias Clasen2007-06-181-1/+1
* Fix a doc typoMatthias Clasen2007-06-181-3/+3
* Remove extra braces.Xan Lopez2007-06-171-5/+1
* Update changelogXan Lopez2007-06-172-6/+14
* Pass the print settings to the preview programme. Bug #403717, patch byChristian Persch2007-06-171-1/+1
* List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"Behdad Esfahbod2007-06-171-1/+1
* fixed couple of drawing problems with block cursor (#448321).Yevgen Muntyan2007-06-161-5/+5
* Swap argument order to dgettext (#448299, Jan Arne Petersen)Johan Dahlin2007-06-161-1/+1
* Don't use "typename" C++ keyword as parameter name. Bug #448193.Christian Persch2007-06-162-11/+11
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-161-0/+4
* 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