| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deprecate arrow_type and shadow_type direct access in GtkArrow. | Tim Janik | 2008-06-20 | 1 | -2/+2 |
* | Added GSEAL to GtkAlignment. | Tim Janik | 2008-06-20 | 1 | -4/+4 |
* | Introduce GSEAL() macro. | Tim Janik | 2008-06-20 | 1 | -0/+9 |
* | Bug 538395 – gtk_combo_box_append_text() on non-compliant model | Michael Natterer | 2008-06-20 | 2 | -0/+23 |
* | Rename gdk_window_new -> _gdk_window_new and gdk_window_reparent -> | Cody Russell | 2008-06-20 | 2 | -2/+10 |
* | Remove svn:executable property | Johan Dahlin | 2008-06-19 | 3 | -0/+0 |
* | Remove executable property | Johan Dahlin | 2008-06-19 | 1 | -0/+0 |
* | remove an unused variable and cast accel_path to gchar, just like in | Johan Dahlin | 2008-06-19 | 2 | -3/+7 |
* | Use GIO for this. | Matthias Clasen | 2008-06-19 | 2 | -42/+19 |
* | Fix a typo in a comment | Johan Dahlin | 2008-06-19 | 2 | -1/+3 |
* | Cast buf to unsigned char to avoid two compiler warnings. | Johan Dahlin | 2008-06-19 | 2 | -2/+6 |
* | Do not ignore the return value of g_slist_remove. gtkstyle.c changes | Johan Dahlin | 2008-06-19 | 3 | -2/+9 |
* | gdk_gc_set_dashes expects a list of gint8, not guint8. | Johan Dahlin | 2008-06-19 | 2 | -2/+8 |
* | Remove an unused variable and cast to gchar to avoid a compiler warning. | Johan Dahlin | 2008-06-19 | 2 | -4/+9 |
* | Translation updated by Ivar Smolin | Priit Laes | 2008-06-19 | 2 | -991/+1006 |
* | Add clipboard convenience helpers for URIs. Bug #537639. | Christian Persch | 2008-06-19 | 5 | -0/+170 |
* | Use gtk_drag_[dest|source]_add_[text|uri]_targets(), and simplify code. Bug #... | Christian Persch | 2008-06-19 | 2 | -42/+31 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 31 | -703/+747 |
* | Use g_object_new instead of gtk_widget_new | Johan Dahlin | 2008-06-19 | 14 | -50/+71 |
* | Remove an unused prototype. | Johan Dahlin | 2008-06-19 | 2 | -2/+2 |
* | Remove an unused variable. | Johan Dahlin | 2008-06-19 | 2 | -2/+3 |
* | Use GdkModifierType instedd of guint, to avoid a gcc warning. | Johan Dahlin | 2008-06-19 | 2 | -5/+10 |
* | bgo538784 - Don't change the filename entry in CREATE_FOLDER mode | Olle Bergkvist | 2008-06-18 | 2 | -2/+13 |
* | bgo419737 - Don't clear filename entry in SAVE/CREATE_FOLDER modes | Olle Bergkvist | 2008-06-18 | 2 | -2/+17 |
* | Use standard icon names. | Matthias Clasen | 2008-06-18 | 4 | -14/+17 |
* | Add some more standard icon names | Matthias Clasen | 2008-06-18 | 2 | -1/+19 |
* | set the maximum of the "year" property to G_MAXINT >> 8 instead of | Michael Natterer | 2008-06-18 | 2 | -1/+9 |
* | Add image/x-win-bitmap mimetype | Matthias Clasen | 2008-06-18 | 2 | -0/+6 |
* | tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.c | Michael Natterer | 2008-06-18 | 10 | -62/+85 |
* | deprecate GdkDestroyNotify. | Michael Natterer | 2008-06-18 | 6 | -5/+18 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 32 | -94/+116 |
* | some more undeprecation. | Michael Natterer | 2008-06-18 | 2 | -4/+8 |
* | deprecate GtkType, GtkSignalFunc and GTK_SIGNAL_FUNC(). | Michael Natterer | 2008-06-18 | 2 | -12/+25 |
* | gailimage.c (gail_image_get_image_size) | Michael Natterer | 2008-06-18 | 3 | -2/+8 |
* | deprecate gtk_type_class(). | Michael Natterer | 2008-06-18 | 7 | -15/+58 |
* | Add deprecated version and change the deprecation markup used by ref/unref | Johan Dahlin | 2008-06-18 | 2 | -22/+27 |
* | Add deprecated versions and fixup markup. | Johan Dahlin | 2008-06-18 | 2 | -6/+11 |
* | Don't markup deprecated in italics. | Johan Dahlin | 2008-06-18 | 3 | -6/+12 |
* | Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378, | Carlos Garnacho | 2008-06-17 | 3 | -29/+11 |
* | undeprecate. | Michael Natterer | 2008-06-17 | 3 | -4/+8 |
* | remove bogus extern declaration of non-existing function | Michael Natterer | 2008-06-17 | 2 | -1/+5 |
* | gail.c s/gtk_type_class/g_type_class_ref/ | Michael Natterer | 2008-06-17 | 4 | -12/+20 |
* | s/GtkType/GType/ | Michael Natterer | 2008-06-17 | 4 | -3/+10 |
* | Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too, | Tor Lillqvist | 2008-06-17 | 2 | -2/+15 |
* | Don't use the deprecated GTK_* GtkType macros. | Tor Lillqvist | 2008-06-17 | 2 | -5/+10 |
* | build with GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-06-17 | 13 | -17/+69 |
* | more tests for GtkRecentManager. | Paolo Borelli | 2008-06-17 | 2 | -2/+102 |
* | modules/input/gtkimcontextmultipress.h modules/input/gtkimcontextthai.h | Michael Natterer | 2008-06-17 | 4 | -24/+29 |
* | really move the GtkType typedef to an undeprecated section. | Michael Natterer | 2008-06-17 | 2 | -4/+7 |
* | deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_GET_CLASS, | Michael Natterer | 2008-06-17 | 2 | -6/+11 |