]> Pileus Git - ~andy/gtk/history - ChangeLog
Practically everything changed.
[~andy/gtk] / ChangeLog
2008-06-30 Cody RussellPractically everything changed.
2008-06-30 Michael NattererSome unrelated cleanups found while reviewing the offsc...
2008-06-30 Michael Nattererremove duplicate declaration of _gdk_window_new().
2008-06-30 Michael Nattererreorder source lists alphabetically.
2008-06-30 Matthias ClasenAvoid unnecessary redraws when resizing. Patch by Owen...
2008-06-29 Behdad EsfahbodBug 530255 – GtkAboutDialog cuts off comments label...
2008-06-28 Michael Nattererproperly indent the newly added GtkSelectionData access...
2008-06-28 Mikael HallendalRemoved accidental empty row in gtk_box_pack.
2008-06-28 Mikael HallendalFactor out gtk_box_pack from gtk_box_pack_start and...
2008-06-27 Michael NattererBug 442042 – GtkScaleButton is too limited
2008-06-27 Kristian Rietveldadapt to use GdkWindowImpl interface.
2008-06-27 Carlos GarnachoFix two potential critical warnings. Bug #539470.
2008-06-27 Emmanuele BassiAbstract some GdkWindow API into an interface that...
2008-06-27 Martyn James RussellFixed the FAQ location in the warning produced here.
2008-06-27 Michael NattererBug 442042 – GtkScaleButton is too limited
2008-06-26 Michael Natterergtk/gtkscalebutton.c remove redundant init() and class_...
2008-06-26 Richard HultPatch from Christian Dywan to clean up selection data...
2008-06-26 Richard HultDon't use deprecated function gtk_widget_ref, replace...
2008-06-26 Michael Natterer#include "config.h"
2008-06-26 Carlos Garnachocurrent_folder can be NULL here, do not try to referenc...
2008-06-26 Michael Nattererallocate the GtkTextUtilCallbackInfo structs with GSlice.
2008-06-25 Michael Nattererthere is no reason to include <gtk/gtktypebuiltins...
2008-06-24 Michael Nattererdeprecate gtk_type_init() unconditionally (also for...
2008-06-24 Johan DahlinRevert GtkScaleButton accesses for plus/minus buttons...
2008-06-24 Michael Nattereralso revert change in how the dialog's vbox was added...
2008-06-24 Carlos GarnachoRemove container implementation, which isn't thought...
2008-06-24 Michael Natterergtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilecho...
2008-06-24 Michael Nattererremove includes from this internal header.
2008-06-23 Michael Nattererformatting.
2008-06-23 Michael Natterergtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h
2008-06-23 Kristian Rietvelddo not hard code the prefix of the enum, use @ENUMPREFI...
2008-06-23 Michael Natterergtk/gtkmountoperation.h gtk/gtktestutils.h remove as...
2008-06-22 Michael Nattereruse g_param_spec_flags(), not enum() when registering...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-21 Carlos GarnachoBug 539466 – GtkMenuShell API/ABI break in trunk.
2008-06-21 Johan DahlinCast to guint8* to avoid a compiler warning.
2008-06-21 Johan DahlinDocument a style property
2008-06-21 Michael Nattererremove redundant include, fix indentation, replace...
2008-06-21 Hans Breuerfix 'function' : incompatible types - from 'struct...
2008-06-21 Björn LindqvistBug 539363 – Segfault when creating GtkPlugs
2008-06-21 Jody GoldbergFix life cycle to avoid crash. [#536966]
2008-06-20 Hans Breuermust return a value of the appropriate type with g_retu...
2008-06-20 Johan DahlinDocument and use - instead of _ in signal names.
2008-06-20 Johan DahlinFix up deprecated markup syntax. Add version numbers...
2008-06-20 Mikael HallendalReplaced use of gtk_signal_connect with the g_signal_co...
2008-06-20 Kjartan Maraasreviewed by: <Carlos Garnacho <garnacho@gnome.org>
2008-06-20 Martyn James RussellFix warnings from calling g_object_notify() on a GtkAcc...
2008-06-20 Johan DahlinModernize and order things as most other objects. Defin...
2008-06-20 Martyn James RussellDon't call g_object_notify() with properties that don...
2008-06-20 Johan DahlinRemove left-over unused property enum.
2008-06-20 Johan DahlinAdd missing accessor for sealed fields GtkScaleButton...
2008-06-20 Johan DahlinInitialize the allocation to avoid compiler warnings
2008-06-20 Johan DahlinFix gtk-doc syntax, add missing trailing colon.
2008-06-20 Johan DahlinAdd all newly added accessors so abicheck.sh passes
2008-06-20 Johan DahlinRemove unused variable and check if the widget is a...
2008-06-20 Michael Natterergtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignme...
2008-06-20 Johan DahlinAdd missing accessor for sealed field GtkMessageDialog...
2008-06-20 Michael Nattererfix ChangeLog
2008-06-20 Michael Nattererthe GSEAL branch added two includes for no reason.
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Michael Nattererfix some formatting and whitespace in the code merged...
2008-06-20 Michael Nattererchange return value from GtkHButtonBox to GtkWidget.
2008-06-20 Michael Nattererdeuglify formatting of sealed fields.
2008-06-20 Michael Natterergtk/gtkwindow.[ch] rename gtk_window_group_get_windows...
2008-06-20 Tim JanikChangeLog: update with GSEAL branch changes.
2008-06-20 Michael NattererBug 538395 – gtk_combo_box_append_text() on non-complia...
2008-06-20 Cody RussellRename gdk_window_new -> _gdk_window_new and gdk_window...
2008-06-19 Johan Dahlinremove an unused variable and cast accel_path to gchar...
2008-06-19 Matthias ClasenUse GIO for this.
2008-06-19 Johan DahlinFix a typo in a comment
2008-06-19 Johan DahlinCast buf to unsigned char to avoid two compiler warnings.
2008-06-19 Johan DahlinDo not ignore the return value of g_slist_remove. gtkst...
2008-06-19 Johan Dahlingdk_gc_set_dashes expects a list of gint8, not guint8.
2008-06-19 Johan DahlinRemove an unused variable and cast to gchar to avoid...
2008-06-19 Christian PerschAdd clipboard convenience helpers for URIs. Bug #537639.
2008-06-19 Christian PerschUse gtk_drag_[dest|source]_add_[text|uri]_targets(...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-06-19 Johan DahlinUse g_object_new instead of gtk_widget_new
2008-06-19 Johan DahlinRemove an unused prototype.
2008-06-19 Johan DahlinRemove an unused variable.
2008-06-19 Johan DahlinUse GdkModifierType instedd of guint, to avoid a gcc...
2008-06-18 Olle Bergkvistbgo538784 - Don't change the filename entry in CREATE_F...
2008-06-18 Olle Bergkvistbgo419737 - Don't clear filename entry in SAVE/CREATE_F...
2008-06-18 Matthias ClasenUse standard icon names.
2008-06-18 Matthias ClasenAdd some more standard icon names
2008-06-18 Michael Nattererset the maximum of the "year" property to G_MAXINT...
2008-06-18 Michael Natterertests/Makefile.am tests/autotestfilechooser.c tests...
2008-06-18 Michael Nattererdeprecate GdkDestroyNotify.
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-18 Michael Natterersome more undeprecation.
2008-06-18 Michael Nattererdeprecate GtkType, GtkSignalFunc and GTK_SIGNAL_FUNC().
2008-06-18 Michael Nattererdeprecate gtk_type_class().
2008-06-18 Johan DahlinAdd deprecated version and change the deprecation marku...
2008-06-18 Johan DahlinAdd deprecated versions and fixup markup.
2008-06-18 Johan DahlinDon't markup deprecated in italics.
2008-06-17 Carlos GarnachoRemove GtkFileSystemError, use GtkFileChooserError...
2008-06-17 Michael Nattererundeprecate.
2008-06-17 Michael Nattererremove bogus extern declaration of non-existing function
2008-06-17 Michael Natterers/GtkType/GType/
2008-06-17 Tor LillqvistNeed to do the GTK_DISABLE_DEPRECATED #undef/#define...
next