summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-16205-63613/+65749
* Base class should be GObject, not GtkObject.Johan Dahlin2007-06-152-1/+5
* Fix cross-referencesMatthias Clasen2007-06-152-9/+94
* Documentation fixesMatthias Clasen2007-06-153-14/+33
* Fix up docsMatthias Clasen2007-06-152-8/+9
* Correcting the ChangeLog entry for r18142.Mathias Hasselmann2007-06-151-0/+2
* Don't install gtkbuilderprivate.hMatthias Clasen2007-06-154-3/+24
* Add forgotten docsMatthias Clasen2007-06-151-0/+12
* Use gsize instead of unsigned and gulong instead of long, fixes complationJohan Dahlin2007-06-152-2/+9
* add move_selected signal to allow overriding the default internalMatthias Clasen2007-06-153-5/+39
* Forgot to free the unescaped tooltip text.Mathias Hasselmann2007-06-152-2/+7
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-153-16/+32
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-158-29/+223
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-1546-30/+7132
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-156-55/+63
* updated use g_snprintfHans Breuer2007-06-153-3/+9
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-152-1725/+1666
* inlinegraphic instead of inlinegraphics. Fixes the doc buildJohan Dahlin2007-06-142-1/+6
* ...and the ChangeLog entry, thanks richardJohan Dahlin2007-06-141-0/+5
* Add gtk_text_layout_set_overwrite_modeJohan Dahlin2007-06-141-0/+1
* Fix compiler warning. (#447586, Kazuki IWAMOTO)Behdad Esfahbod2007-06-142-1/+6
* Use g_win32_get_windows_version() instead of _winver so that this compilesTor Lillqvist2007-06-142-2/+14
* Updated Oriya TranslationSubhransu Behera2007-06-142-1697/+1650
* UpdatesMatthias Clasen2007-06-142-1/+53
* Move a note aroundMatthias Clasen2007-06-143-7/+12
* Improve docsMatthias Clasen2007-06-142-2/+9
* removed unused and hardly visible GtkFrame from the menu widget hierarchyCarlos Garnacho2007-06-133-32/+23
* #undef GDK_DISABLE_DEPRECATED to get prototype for gdk_font_ref().Behdad Esfahbod2007-06-132-0/+7
* add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULLMichael Natterer2007-06-137-34/+139
* Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez)Cody Russell2007-06-132-23/+20
* gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_createKristian Rietveld2007-06-135-4/+14
* added calls to g_object_freeze/thaw_notify() so gtk_label_get_text()Michael Natterer2007-06-132-0/+10
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-138-76/+360
* Add orientation property and some slight refactoring here and there.Kristian Rietveld2007-06-132-29/+145
* Remove linux-fb leftoversMatthias Clasen2007-06-139-76/+20
* use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cellMichael Natterer2007-06-122-3/+10
* Fix #410815, reported by Lucas Rocha.Kristian Rietveld2007-06-122-7/+39
* Fix out-of-bound access. (#440918, Matthias Kilian)Behdad Esfahbod2007-06-122-1/+6
* Improve docs. (#446138, Björn Lindqvist)Behdad Esfahbod2007-06-122-3/+11
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-1210-68/+559
* Bump GLib requirementMatthias Clasen2007-06-122-1/+6
* Fix some locking issuesMatthias Clasen2007-06-123-11/+30
* When debugging is turned on, use error-checking mutexes.Matthias Clasen2007-06-122-1/+6
* Fix declaration of GtkNotebook::create_window()Emmanuele Bassi2007-06-112-4/+9
* make testiconview show brokennessMatthias Clasen2007-06-112-1/+10
* Accept class names starting with lowercase letters for style propertyMatthias Clasen2007-06-112-3/+8
* Store cursor_hadjustment as object dataMatthias Clasen2007-06-112-24/+24
* Don't leak cursor_hadjustmentMatthias Clasen2007-06-112-0/+7
* Clean up short descriptionsMatthias Clasen2007-06-1122-24/+143
* Handle child_setup being NULL. (#445691, Christopher Taylor)Matthias Clasen2007-06-112-3/+9