| Commit message (Expand) | Author | Age | Files | Lines |
* | Some unrelated cleanups found while reviewing the offscreen window patch: | Michael Natterer | 2008-06-30 | 1 | -0/+15 |
* | remove duplicate declaration of _gdk_window_new(). | Michael Natterer | 2008-06-30 | 1 | -0/+5 |
* | reorder source lists alphabetically. | Michael Natterer | 2008-06-30 | 1 | -0/+4 |
* | Avoid unnecessary redraws when resizing. Patch by Owen Taylor | Matthias Clasen | 2008-06-30 | 1 | -0/+7 |
* | Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from | Behdad Esfahbod | 2008-06-29 | 1 | -0/+7 |
* | properly indent the newly added GtkSelectionData accessors. Some newlines | Michael Natterer | 2008-06-28 | 1 | -0/+5 |
* | Removed accidental empty row in gtk_box_pack. | Mikael Hallendal | 2008-06-28 | 1 | -0/+4 |
* | Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc... | Mikael Hallendal | 2008-06-28 | 1 | -0/+6 |
* | Bug 442042 – GtkScaleButton is too limited | Michael Natterer | 2008-06-27 | 1 | -0/+8 |
* | adapt to use GdkWindowImpl interface. | Kristian Rietveld | 2008-06-27 | 1 | -0/+7 |
* | Fix two potential critical warnings. Bug #539470. | Carlos Garnacho | 2008-06-27 | 1 | -0/+5 |
* | Abstract some GdkWindow API into an interface that the backends must | Emmanuele Bassi | 2008-06-27 | 1 | -0/+24 |
* | Fixed the FAQ location in the warning produced here. | Martyn James Russell | 2008-06-27 | 1 | -0/+7 |
* | Bug 442042 – GtkScaleButton is too limited | Michael Natterer | 2008-06-27 | 1 | -0/+10 |
* | gtk/gtkscalebutton.c remove redundant init() and class_init() prototypes, | Michael Natterer | 2008-06-26 | 1 | -0/+7 |
* | Patch from Christian Dywan to clean up selection data setting. | Richard Hult | 2008-06-26 | 1 | -0/+8 |
* | Don't use deprecated function gtk_widget_ref, replace with g_object_ref. | Richard Hult | 2008-06-26 | 1 | -0/+5 |
* | #include "config.h" | Michael Natterer | 2008-06-26 | 1 | -0/+4 |
* | current_folder can be NULL here, do not try to reference it (Bug #540235) | Carlos Garnacho | 2008-06-26 | 1 | -0/+9 |
* | allocate the GtkTextUtilCallbackInfo structs with GSlice. | Michael Natterer | 2008-06-26 | 1 | -0/+5 |
* | there is no reason to include <gtk/gtktypebuiltins.h> in the middle of the | Michael Natterer | 2008-06-25 | 1 | -0/+9 |
* | deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). Move | Michael Natterer | 2008-06-24 | 1 | -0/+10 |
* | Revert GtkScaleButton accesses for plus/minus buttons, as per #539944 | Johan Dahlin | 2008-06-24 | 1 | -7/+0 |
* | also revert change in how the dialog's vbox was added (bug #539732). | Michael Natterer | 2008-06-24 | 1 | -0/+5 |
* | Remove container implementation, which isn't thought for handling | Carlos Garnacho | 2008-06-24 | 1 | -0/+14 |
* | gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h | Michael Natterer | 2008-06-24 | 1 | -0/+13 |
* | remove includes from this internal header. | Michael Natterer | 2008-06-24 | 1 | -0/+6 |
* | formatting. | Michael Natterer | 2008-06-23 | 1 | -0/+4 |
* | gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h | Michael Natterer | 2008-06-23 | 1 | -0/+30 |
* | do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you | Kristian Rietveld | 2008-06-23 | 1 | -0/+8 |
* | gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as | Michael Natterer | 2008-06-23 | 1 | -0/+7 |
* | use g_param_spec_flags(), not enum() when registering the "modifier-mask" | Michael Natterer | 2008-06-22 | 1 | -0/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -0/+7 |
* | Bug 539466 – GtkMenuShell API/ABI break in trunk. | Carlos Garnacho | 2008-06-21 | 1 | -0/+7 |
* | Cast to guint8* to avoid a compiler warning. | Johan Dahlin | 2008-06-21 | 1 | -0/+5 |
* | Document a style property | Johan Dahlin | 2008-06-21 | 1 | -0/+2 |
* | remove redundant include, fix indentation, replace header by a GDK | Michael Natterer | 2008-06-21 | 1 | -0/+6 |
* | fix 'function' : incompatible types - from 'struct _cairo *' to 'struct | Hans Breuer | 2008-06-21 | 1 | -0/+14 |
* | Bug 539363 – Segfault when creating GtkPlugs | Björn Lindqvist | 2008-06-21 | 1 | -0/+7 |
* | Fix life cycle to avoid crash. [#536966] | Jody Goldberg | 2008-06-21 | 1 | -0/+5 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -0/+12 |
* | Document and use - instead of _ in signal names. | Johan Dahlin | 2008-06-20 | 1 | -0/+2 |
* | Fix up deprecated markup syntax. Add version numbers and a message on the | Johan Dahlin | 2008-06-20 | 1 | -0/+10 |
* | Replaced use of gtk_signal_connect with the g_signal_connect equivalents. | Mikael Hallendal | 2008-06-20 | 1 | -0/+8 |
* | reviewed by: <Carlos Garnacho <garnacho@gnome.org> | Kjartan Maraas | 2008-06-20 | 1 | -0/+13 |
* | Fix warnings from calling g_object_notify() on a GtkAccelGroup without | Martyn James Russell | 2008-06-20 | 1 | -0/+6 |
* | Modernize and order things as most other objects. Defines at the top, | Johan Dahlin | 2008-06-20 | 1 | -0/+7 |
* | Don't call g_object_notify() with properties that don't exist. Also, make | Martyn James Russell | 2008-06-20 | 1 | -0/+6 |
* | Remove left-over unused property enum. | Johan Dahlin | 2008-06-20 | 1 | -0/+2 |
* | Add missing accessor for sealed fields GtkScaleButton->plus_button and | Johan Dahlin | 2008-06-20 | 1 | -0/+9 |