summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-2324-32/+32
* do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (youKristian Rietveld2008-06-235-4/+12
* gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes asMichael Natterer2008-06-235-13/+8
* Updated Korean translationChangwoo Ryu2008-06-222-1597/+1737
* Updated Korean translation.Changwoo Ryu2008-06-222-1256/+1125
* use g_param_spec_flags(), not enum() when registering the "modifier-mask"Michael Natterer2008-06-222-6/+11
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-22520-519/+526
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-212-1765/+1822
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-212-1244/+1055
* Bug 539466 – GtkMenuShell API/ABI break in trunk.Carlos Garnacho2008-06-212-2/+9
* Cast to guint8* to avoid a compiler warning.Johan Dahlin2008-06-212-1/+6
* Document a style propertyJohan Dahlin2008-06-212-3/+11
* remove redundant include, fix indentation, replace header by a GDKMichael Natterer2008-06-212-30/+33
* fix 'function' : incompatible types - from 'struct _cairo *' to 'structHans Breuer2008-06-213-5/+19
* Bug 539363 – Segfault when creating GtkPlugsBjörn Lindqvist2008-06-212-1/+8
* Fix life cycle to avoid crash. [#536966]Jody Goldberg2008-06-212-3/+8
* Fix some accelsGabor Keleman2008-06-201-29/+29
* Translation updated.Gabor Kelemen2008-06-202-1312/+1101
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-207-7/+29
* Document and use - instead of _ in signal names.Johan Dahlin2008-06-202-6/+124
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-206-39/+45
* Replaced use of gtk_signal_connect with the g_signal_connect equivalents.Mikael Hallendal2008-06-203-10/+17
* reviewed by: <Carlos Garnacho <garnacho@gnome.org>Kjartan Maraas2008-06-208-7/+20
* Fix warnings from calling g_object_notify() on a GtkAccelGroup withoutMartyn James Russell2008-06-202-2/+8
* Modernize and order things as most other objects. Defines at the top,Johan Dahlin2008-06-202-410/+452
* Don't call g_object_notify() with properties that don't exist. Also, makeMartyn James Russell2008-06-202-6/+14
* Remove left-over unused property enum.Johan Dahlin2008-06-202-1/+2
* Add missing accessor for sealed fields GtkScaleButton->plus_button andJohan Dahlin2008-06-204-0/+49
* Initialize the allocation to avoid compiler warningsJohan Dahlin2008-06-202-4/+4
* Fix gtk-doc syntax, add missing trailing colon.Johan Dahlin2008-06-202-6/+7
* Add all newly added accessors so abicheck.sh passesJohan Dahlin2008-06-202-0/+21
* Remove unused variable and check if the widget is a GtkWidget subclass,Johan Dahlin2008-06-202-2/+7
* gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.hMichael Natterer2008-06-2013-46/+63
* Add missing accessor for sealed field GtkMessageDialog->image.Johan Dahlin2008-06-204-0/+26
* fix ChangeLogMichael Natterer2008-06-201-1/+1
* the GSEAL branch added two includes for no reason.Michael Natterer2008-06-202-2/+5
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-2017-37/+94
* fix some formatting and whitespace in the code merged from the GSEALMichael Natterer2008-06-203-19/+28
* change return value from GtkHButtonBox to GtkWidget.Michael Natterer2008-06-203-14/+18
* deuglify formatting of sealed fields.Michael Natterer2008-06-202-5/+11
* gtk/gtkwindow.[ch] rename gtk_window_group_get_windows() toMichael Natterer2008-06-204-4/+10
* ChangeLog: update with GSEAL branch changes.Tim Janik2008-06-201-0/+758
* 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