summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes asMichael Natterer2008-06-234-13/+1
* use g_param_spec_flags(), not enum() when registering the "modifier-mask"Michael Natterer2008-06-221-6/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-22220-220/+220
* Bug 539466 – GtkMenuShell API/ABI break in trunk.Carlos Garnacho2008-06-211-2/+2
* Cast to guint8* to avoid a compiler warning.Johan Dahlin2008-06-211-1/+1
* Document a style propertyJohan Dahlin2008-06-211-3/+9
* fix 'function' : incompatible types - from 'struct _cairo *' to 'structHans Breuer2008-06-212-5/+5
* Bug 539363 – Segfault when creating GtkPlugsBjörn Lindqvist2008-06-211-1/+1
* Fix life cycle to avoid crash. [#536966]Jody Goldberg2008-06-211-3/+3
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-204-3/+5
* Document and use - instead of _ in signal names.Johan Dahlin2008-06-201-6/+122
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-205-39/+35
* reviewed by: <Carlos Garnacho <garnacho@gnome.org>Kjartan Maraas2008-06-207-7/+7
* Fix warnings from calling g_object_notify() on a GtkAccelGroup withoutMartyn James Russell2008-06-201-2/+2
* Modernize and order things as most other objects. Defines at the top,Johan Dahlin2008-06-201-410/+445
* Don't call g_object_notify() with properties that don't exist. Also, makeMartyn James Russell2008-06-201-6/+8
* Remove left-over unused property enum.Johan Dahlin2008-06-201-1/+0
* Add missing accessor for sealed fields GtkScaleButton->plus_button andJohan Dahlin2008-06-203-0/+40
* Initialize the allocation to avoid compiler warningsJohan Dahlin2008-06-201-1/+2
* Fix gtk-doc syntax, add missing trailing colon.Johan Dahlin2008-06-201-6/+5
* Add all newly added accessors so abicheck.sh passesJohan Dahlin2008-06-201-0/+19
* Remove unused variable and check if the widget is a GtkWidget subclass,Johan Dahlin2008-06-201-2/+1
* gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.hMichael Natterer2008-06-2012-46/+47
* Add missing accessor for sealed field GtkMessageDialog->image.Johan Dahlin2008-06-203-0/+19
* the GSEAL branch added two includes for no reason.Michael Natterer2008-06-201-2/+0
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-2016-37/+73
* fix some formatting and whitespace in the code merged from the GSEALMichael Natterer2008-06-202-19/+23
* change return value from GtkHButtonBox to GtkWidget.Michael Natterer2008-06-202-14/+13
* deuglify formatting of sealed fields.Michael Natterer2008-06-201-5/+6
* gtk/gtkwindow.[ch] rename gtk_window_group_get_windows() toMichael Natterer2008-06-203-4/+4
* Fixed wrongly resolved merge conflicts.Tim Janik2008-06-205-5/+4
* Add gtk_window_group_get_windows().Tim Janik2008-06-203-0/+34
* Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog...Tim Janik2008-06-201-0/+36
* Document gtk_container_get_focus_child().Tim Janik2008-06-201-0/+11
* Add gtk_plug_get_socket_windowTim Janik2008-06-203-1/+39
* Remove superflous gtkselection accessors and merge _get_dataTim Janik2008-06-203-126/+10
* Implement gtk_selection_get_display, style fixesTim Janik2008-06-202-16/+42
* Fix indentation of a comment.Tim Janik2008-06-201-1/+1
* Change docs and signature of gtk_widget_get_allocationTim Janik2008-06-202-17/+12
* Remove unneeded GtkColorSelectionDialog accessorsTim Janik2008-06-203-48/+2
* Fix documentaion of gtk_menu_item_get_accel_pathTim Janik2008-06-201-7/+3
* Fix gtk_widget_get_allocationTim Janik2008-06-202-8/+13
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-2035-207/+207
* Seal GtkWidgetTim Janik2008-06-203-10/+71
* Seal GtkSelectionDataTim Janik2008-06-203-7/+193
* Fix GtkDialog, don't add vbox via gtk_container_add.Tim Janik2008-06-201-2/+4
* Make GtkCellRenderer::editing read-only. (Catched by Matthias)Tim Janik2008-06-201-1/+1
* Seal GtkTextView.Tim Janik2008-06-201-48/+48
* Seal GtkFontSelection & GtkFontSelectionDialogTim Janik2008-06-202-52/+355
* Seal GtkTearoffMenuItem.Tim Janik2008-06-201-1/+1