summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Some aftermath from the window impl cleanups:Richard Hult2008-07-011-0/+8
* forgot to commit the header, fixed now.Michael Natterer2008-07-011-0/+4
* Add event sound settings. Patch by Lennart Pöttering.Matthias Clasen2008-07-011-0/+8
* Handle failure to create temp file by returning NULL.Matthias Clasen2008-07-011-0/+17
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-301-0/+10
* Practically everything changed.Cody Russell2008-06-301-0/+8
* Some unrelated cleanups found while reviewing the offscreen window patch:Michael Natterer2008-06-301-0/+15
* remove duplicate declaration of _gdk_window_new().Michael Natterer2008-06-301-0/+5
* reorder source lists alphabetically.Michael Natterer2008-06-301-0/+4
* Avoid unnecessary redraws when resizing. Patch by Owen TaylorMatthias Clasen2008-06-301-0/+7
* Bug 530255 – GtkAboutDialog cuts off comments label Followup patch fromBehdad Esfahbod2008-06-291-0/+7
* properly indent the newly added GtkSelectionData accessors. Some newlinesMichael Natterer2008-06-281-0/+5
* Removed accidental empty row in gtk_box_pack.Mikael Hallendal2008-06-281-0/+4
* Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc...Mikael Hallendal2008-06-281-0/+6
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-271-0/+8
* adapt to use GdkWindowImpl interface.Kristian Rietveld2008-06-271-0/+7
* Fix two potential critical warnings. Bug #539470.Carlos Garnacho2008-06-271-0/+5
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-0/+24
* Fixed the FAQ location in the warning produced here.Martyn James Russell2008-06-271-0/+7
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-271-0/+10
* gtk/gtkscalebutton.c remove redundant init() and class_init() prototypes,Michael Natterer2008-06-261-0/+7
* Patch from Christian Dywan to clean up selection data setting.Richard Hult2008-06-261-0/+8
* Don't use deprecated function gtk_widget_ref, replace with g_object_ref.Richard Hult2008-06-261-0/+5
* #include "config.h"Michael Natterer2008-06-261-0/+4
* current_folder can be NULL here, do not try to reference it (Bug #540235)Carlos Garnacho2008-06-261-0/+9
* allocate the GtkTextUtilCallbackInfo structs with GSlice.Michael Natterer2008-06-261-0/+5
* there is no reason to include <gtk/gtktypebuiltins.h> in the middle of theMichael Natterer2008-06-251-0/+9
* deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). MoveMichael Natterer2008-06-241-0/+10
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-241-7/+0
* also revert change in how the dialog's vbox was added (bug #539732).Michael Natterer2008-06-241-0/+5
* Remove container implementation, which isn't thought for handlingCarlos Garnacho2008-06-241-0/+14
* gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.hMichael Natterer2008-06-241-0/+13
* remove includes from this internal header.Michael Natterer2008-06-241-0/+6
* formatting.Michael Natterer2008-06-231-0/+4
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-0/+30
* do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (youKristian Rietveld2008-06-231-0/+8
* gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes asMichael Natterer2008-06-231-0/+7
* use g_param_spec_flags(), not enum() when registering the "modifier-mask"Michael Natterer2008-06-221-0/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-0/+7
* Bug 539466 – GtkMenuShell API/ABI break in trunk.Carlos Garnacho2008-06-211-0/+7
* Cast to guint8* to avoid a compiler warning.Johan Dahlin2008-06-211-0/+5
* Document a style propertyJohan Dahlin2008-06-211-0/+2
* remove redundant include, fix indentation, replace header by a GDKMichael Natterer2008-06-211-0/+6
* fix 'function' : incompatible types - from 'struct _cairo *' to 'structHans Breuer2008-06-211-0/+14
* Bug 539363 – Segfault when creating GtkPlugsBjörn Lindqvist2008-06-211-0/+7
* Fix life cycle to avoid crash. [#536966]Jody Goldberg2008-06-211-0/+5
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-0/+12
* Document and use - instead of _ in signal names.Johan Dahlin2008-06-201-0/+2
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-201-0/+10
* Replaced use of gtk_signal_connect with the g_signal_connect equivalents.Mikael Hallendal2008-06-201-0/+8