]> Pileus Git - ~andy/gtk/history - gtk
2.13.0
[~andy/gtk] / gtk /
2008-02-21 Matthias Clasen2.13.0
2008-02-21 Tor LillqvistSmall further change to make it more robust.
2008-02-21 Tor LillqvistMust pass the format string to strftime in the C librar...
2008-02-20 Marc-Andre Lureaufix missing call to g_type_class_unref in case of error...
2008-02-18 Sven Neumanngtk/Makefile.am (STOCK_ICONS) gtk/stock-icons/16/gtk...
2008-02-17 Johan DahlinWhen converting a stock item based on the label, remove...
2008-02-16 Matthias ClasenShow the URI in a tooltip. (#505480, Teppo Turtiainen)
2008-02-16 Matthias ClasenPrevent a crash with hidden, reorderable tabs. (#513230...
2008-02-16 Matthias ClasenWarn on duplicate action group names. (#501746, Christi...
2008-02-16 Matthias ClasenFix builddir!=srcdir builds. (#516254, Yevgen Muntyan)
2008-02-16 Matthias ClasenUse gtk_drag_*_add_{text,uri}_targets instead of hardco...
2008-02-16 Matthias ClasenDon't add the same target atom twice. (#516087, Christi...
2008-02-15 Matthias ClasenGo back to 2.13.0 as version for now, as there was...
2008-02-15 Matthias ClasenAdd gtk_tool_shell_get_type
2008-02-15 Tor LillqvistDon't leak Registry key handles. (#516578)
2008-02-14 Johan Dahlingdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLS
2008-02-13 Christian PerschTypo fix
2008-02-13 Richard HultRemove unused variables. (gtk_clipboard_set_contents),
2008-02-13 Kristian Rietveldonly queue a redraw if the rubber banding has actually...
2008-02-12 Matthias ClasenFix some i18n errors. Pointed out by Behdad Esfahbod.
2008-02-12 Federico Mena QuinteroFix 419737 - don't focus the file list when activating...
2008-02-12 Matthias ClasenSkip exensions when selecting filenames in the save...
2008-02-12 Matthias ClasenFix state change reporting for accessibility. (#499835...
2008-02-12 Emmanuele BassiSet the default value of the :show-not-found property...
2008-02-12 Matthias ClasenUse GSlice for GtkSelectionData. (#515060, Christian...
2008-02-12 Kristian Rietveldguard against people deleting the row in question in...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-02-12 Matthias ClasenUse g_value_set_static_string() where appropriate....
2008-02-12 Matthias ClasenUse gtk_selection_data_set_uris() instead of doing...
2008-02-12 Michael Natterer#include "gtkmain.h" for gtk_get_current_event_time().
2008-02-12 Michael Natterersimply use gtk_window_get_key_hash() to get the hash...
2008-02-12 Matthias ClasenFix the build
2008-02-12 Matthias ClasenSupport keynav in status icons. (#473786, Li Yuan)
2008-02-11 Kristian Rietveldgtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder...
2008-02-11 Emmanuele BassiRevert spurious commit on GtkLinkButton
2008-02-11 Emmanuele BassiSet no-show-all flag on the placeholder menu item.
2008-02-11 Cody RussellCheck the return value of _gtk_file_chooser_get_file_sy...
2008-02-10 Philip WithnallImprove the documentation for gtk_builder_connect_signa...
2008-02-10 Matthias ClasenPropagate local-only. (#511987, Jonh Wendell)
2008-02-09 Cody RussellRemoved an extra semicolon. (#515219, reported by Kazuk...
2008-02-08 Sven HerzbergAdjust the code to match the documentation, examples...
2008-02-07 Michael Natterergtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2008-02-06 Matthias ClasenAllow to store half-open ranges.
2008-02-05 Matthias ClasenIgnore images in the toplevel theme directory, avoiding...
2008-02-05 Matthias ClasenFix the build
2008-02-05 Matthias ClasenInstall a printerr handler that prepends the program...
2008-02-04 Michael Nattererg_return_if_fail() is the cell is not part of the combo...
2008-01-31 Cody RussellChange queue_resize() to queue_draw(), and add a check...
2008-01-30 Michael Nattereruse the right type for "subparser_data" and remove...
2008-01-28 Paolo Borellido not leak the pango layout, fixes #512375.
2008-01-28 Michael Natterergtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...
2008-01-28 Michael Natterergtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCT...
2008-01-25 Johan DahlinRestore accidentally removed unsetting of GTK_MODULES.
2008-01-25 Johan DahlinHandle the case where there is no child text node....
2008-01-25 Johan DahlinRemove the items even if there are no items set.
2008-01-25 Johan DahlinImplement accessible support, fixes #454653.
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-25 Sven HerzbergReviewed by Johan Dahlin.
2008-01-24 Johan DahlinChain up to parent, so widgets can have internal children.
2008-01-22 Mathias HasselmannUse pango_layout_set_height() for calendar details...
2008-01-18 Johan DahlinNew method (GtkBuilderConverter._create_object): Condit...
2008-01-17 Mathias HasselmannChange GtkCalendarDetailFunc to return newly allocated...
2008-01-16 Christian PerschStore the event mask and extension event mode directly...
2008-01-16 Matthias ClasenEmit the notify::model signal. (#509819, David Zeuthen)
2008-01-14 Michael Nattereradd cast to fix const warning.
2008-01-14 Michael Nattererfix signedness warning.
2008-01-14 Michael Nattererremove unused variable.
2008-01-14 Michael Natterercast "uris" to guchar* when passing it to gtk_selection...
2008-01-14 Mathias HasselmannExplain name choice for gtk_tool_item_toolbar_reconfigured.
2008-01-13 Mathias HasselmannMake _gtk_tool_item_toolbar_reconfigured public to...
2008-01-12 Mathias HasselmannInclude <gtk/gtktoolshell.h> from gtk.h.
2008-01-12 Mathias HasselmannPrint angle brackets arround e-mail addresses in the...
2008-01-11 13:28:02 Tim Janikremoved old testutils special casing so test widgets...
2008-01-10 Emmanuele BassiFix possible recursion by resetting the idle source...
2008-01-10 Kristian Rietveldfully initialize GdkWindowAttr to avoid valgrind warnin...
2008-01-10 Kristian RietveldFix a leak of the path (#504611, patch from Sadrul...
2008-01-10 Kristian RietveldFix #477175, reported by Juri Pakaste.
2008-01-09 Michael Nattererremove unused variable.
2008-01-08 Matthias ClasenBe more robust when removing the current page. (#499951...
2008-01-07 Johan DahlinDeclare value in the example code for GtkSpinButton...
2008-01-06 Christian PerschMake the labels left-aligned, and remove an obsolete...
2008-01-06 Johan DahlinAllow domains to be overridden in <interface>'s if...
2008-01-06 Johan DahlinAvoid adding unnecessary trailing newlines to g_warning...
2008-01-06 Johan DahlinRemove an unused variable
2008-01-06 Matthias ClasenDocument the ::output signal and add an example. (...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2008-01-06 Johan DahlinMake sure that --root works for toplevel widgets. ...
2008-01-05 Mathias HasselmannAvoid some compiler warnings (#507000).
2008-01-03 Emmanuele BassiUse the correct comparison function (kudos to Christian...
2007-12-31 Johannes SchmidAlso reorder menu when reordering tabs by drag & drop...
2007-12-31 Philip Van HoofUsing GSlice for GtkTreePath
2007-12-31 Christian PerschPlug a mem leak. Bug #506107.
2007-12-29 Matthias ClasenAdjust to icon cache api change. (#506135, Kazuki Iwamoto)
2007-12-28 Mathias HasselmannRemove max_detail_height field from GtkCalendarPrivate...
2007-12-28 Matthias ClasenMake finalizer more robust
2007-12-28 Mathias HasselmannDraw bottom shadow of GtkCalender headings. (#506113)
2007-12-28 Matthias ClasenDocument some initial values
2007-12-28 Matthias ClasenMore default property value fixes
next