summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate arrow_type and shadow_type direct access in GtkArrow.Tim Janik2008-06-201-2/+2
* Added GSEAL to GtkAlignment.Tim Janik2008-06-201-4/+4
* Introduce GSEAL() macro.Tim Janik2008-06-201-0/+9
* Bug 538395 – gtk_combo_box_append_text() on non-compliant modelMichael Natterer2008-06-202-0/+23
* Rename gdk_window_new -> _gdk_window_new and gdk_window_reparent ->Cody Russell2008-06-202-2/+10
* Remove svn:executable propertyJohan Dahlin2008-06-193-0/+0
* Remove executable propertyJohan Dahlin2008-06-191-0/+0
* remove an unused variable and cast accel_path to gchar, just like inJohan Dahlin2008-06-192-3/+7
* Use GIO for this.Matthias Clasen2008-06-192-42/+19
* Fix a typo in a commentJohan Dahlin2008-06-192-1/+3
* Cast buf to unsigned char to avoid two compiler warnings.Johan Dahlin2008-06-192-2/+6
* Do not ignore the return value of g_slist_remove. gtkstyle.c changesJohan Dahlin2008-06-193-2/+9
* gdk_gc_set_dashes expects a list of gint8, not guint8.Johan Dahlin2008-06-192-2/+8
* Remove an unused variable and cast to gchar to avoid a compiler warning.Johan Dahlin2008-06-192-4/+9
* Translation updated by Ivar SmolinPriit Laes2008-06-192-991/+1006
* Add clipboard convenience helpers for URIs. Bug #537639.Christian Persch2008-06-195-0/+170
* Use gtk_drag_[dest|source]_add_[text|uri]_targets(), and simplify code. Bug #...Christian Persch2008-06-192-42/+31
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-1931-703/+747
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-1914-50/+71
* Remove an unused prototype.Johan Dahlin2008-06-192-2/+2
* Remove an unused variable.Johan Dahlin2008-06-192-2/+3
* Use GdkModifierType instedd of guint, to avoid a gcc warning.Johan Dahlin2008-06-192-5/+10
* bgo538784 - Don't change the filename entry in CREATE_FOLDER modeOlle Bergkvist2008-06-182-2/+13
* bgo419737 - Don't clear filename entry in SAVE/CREATE_FOLDER modesOlle Bergkvist2008-06-182-2/+17
* Use standard icon names.Matthias Clasen2008-06-184-14/+17
* Add some more standard icon namesMatthias Clasen2008-06-182-1/+19
* set the maximum of the "year" property to G_MAXINT >> 8 instead ofMichael Natterer2008-06-182-1/+9
* Add image/x-win-bitmap mimetypeMatthias Clasen2008-06-182-0/+6
* tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.cMichael Natterer2008-06-1810-62/+85
* deprecate GdkDestroyNotify.Michael Natterer2008-06-186-5/+18
* deprecate GtkDestroyNotify.Michael Natterer2008-06-1832-94/+116
* some more undeprecation.Michael Natterer2008-06-182-4/+8
* deprecate GtkType, GtkSignalFunc and GTK_SIGNAL_FUNC().Michael Natterer2008-06-182-12/+25
* gailimage.c (gail_image_get_image_size)Michael Natterer2008-06-183-2/+8
* deprecate gtk_type_class().Michael Natterer2008-06-187-15/+58
* Add deprecated version and change the deprecation markup used by ref/unrefJohan Dahlin2008-06-182-22/+27
* Add deprecated versions and fixup markup.Johan Dahlin2008-06-182-6/+11
* Don't markup deprecated in italics.Johan Dahlin2008-06-183-6/+12
* Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378,Carlos Garnacho2008-06-173-29/+11
* undeprecate.Michael Natterer2008-06-173-4/+8
* remove bogus extern declaration of non-existing functionMichael Natterer2008-06-172-1/+5
* gail.c s/gtk_type_class/g_type_class_ref/Michael Natterer2008-06-174-12/+20
* s/GtkType/GType/Michael Natterer2008-06-174-3/+10
* Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too,Tor Lillqvist2008-06-172-2/+15
* Don't use the deprecated GTK_* GtkType macros.Tor Lillqvist2008-06-172-5/+10
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-1713-17/+69
* more tests for GtkRecentManager.Paolo Borelli2008-06-172-2/+102
* modules/input/gtkimcontextmultipress.h modules/input/gtkimcontextthai.hMichael Natterer2008-06-174-24/+29
* really move the GtkType typedef to an undeprecated section.Michael Natterer2008-06-172-4/+7
* deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_GET_CLASS,Michael Natterer2008-06-172-6/+11