summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #include "config.h"Michael Natterer2008-06-262-1/+8
* current_folder can be NULL here, do not try to reference it (Bug #540235)Carlos Garnacho2008-06-262-2/+19
* allocate the GtkTextUtilCallbackInfo structs with GSlice.Michael Natterer2008-06-262-9/+31
* there is no reason to include <gtk/gtktypebuiltins.h> in the middle of theMichael Natterer2008-06-252-40/+43
* deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). MoveMichael Natterer2008-06-243-14/+19
* Updated Norwegian bokmål translation.Kjartan Maraas2008-06-242-1209/+1038
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-245-47/+1
* also revert change in how the dialog's vbox was added (bug #539732).Michael Natterer2008-06-242-5/+8
* Remove container implementation, which isn't thought for handlingCarlos Garnacho2008-06-245-94/+29
* gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.hMichael Natterer2008-06-248-13/+14
* remove includes from this internal header.Michael Natterer2008-06-243-10/+12
* sv.po: Updated Swedish translationDaniel Nylander2008-06-232-1424/+1220
* formatting.Michael Natterer2008-06-232-2/+7
* 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