]> Pileus Git - ~andy/gtk/history - gtk/gtktoolbar.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtktoolbar.c
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-19 Dan WinshipChange GtkIconSize to int in params/return values
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-07-16 Murray CummingGtkToolPalette: Use gtk-toolbar-style and gtk-toolbar...
2009-01-31 Matthias ClasenMake sure we queue at least one resize. This fixes...
2009-01-18 Christian DywanRemove a redundant include from gtktoolbar.c
2008-11-11 Michael Nattererimplement the GtkOrientable interface and deprecate
2008-10-12 Matthias ClasenRevert the GtkSettings::gtk-toolbar-icon-size part...
2008-10-12 Matthias ClasenBug 555186 – Setting gtk-toolbar-icon-size with custom...
2008-09-22 Michael Nattereradd "Deprecated: 2.4" to all the deprecated append...
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-08 Sven Neumanngtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2008-07-21 Michael Nattereruse the simpler g_signal_override_class_handler() inste...
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-02 Kristian RietveldBug 455268 - Add gtk-enable-tooltips GtkSetting
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-24 Jan Arne PetersenChange defaults of child properties "expand" and "homog...
2008-03-22 Tor LillqvistBug 523782 - Leftover call to GDK_THREADS_LEAVE() in...
2008-02-27 Michael Natterergtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk...
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-13 Mathias HasselmannMake _gtk_tool_item_toolbar_reconfigured public to...
2007-12-14 Mathias HasselmannChange GtkToolItem to retrieve its properties from...
2007-11-26 Matthias ClasenDon't use guint8 for bitfields, since some compilers...
2007-11-21 Matthias ClasenFix the default value of the toolbar-style property...
2007-09-21 Matthias ClasenRemove trailing commas
2007-09-08 Matthias ClasenUse g_slice for ToolbarContent. (#474696, Christian...
2007-07-09 Kristian RietveldReplace non-deprecated API using old tooltips API,...
2007-06-21 Matthias ClasenRemove debug spew
2007-06-04 Michael NattererMove "move-focus" signals from several widgets to GtkWi...
2007-04-29 Matthias ClasenOnly strip parentheses of the form (_x). (#434261,...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-29 Matthias ClasenReinstate gtk_toolbar_content_new_compatibility() that...
2007-01-28 Matthias ClasenRearrange things so that setting multiple properties...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-05-16 Søren SandmannMove getting the property out of the loop, and rename...
2006-05-16 Michael Nattereradded "max-child-expand" style property which limits...
2006-05-14 Matthias ClasenMore of the same
2006-05-08 Matthias ClasenElide (_x) in the middle of the string, too. (#323956...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-03 Michael NattererApplied modified patch from maemo-gtk which makes separ...
2005-12-26 Matthias ClasenAlso strip (_F) without a space
2005-12-26 Matthias ClasenMention the stripping of (_F) suffixes.
2005-12-01 Michael NattererMerged modified patch from maemo-gtk that allows to...
2005-11-24 Michael Nattererchanged two private guint that used to hold signal...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-31 Matthias ClasenUndeprecate gtk_toolbar_set_icon_size(), and add icon...
2005-08-26 Matthias ClasenHandle NULL gracefully. (#314523, Ed Catmur)
2005-08-15 Matthias ClasenAdd some more tests for menu placement.
2005-06-10 Matthias Clasen2005-06-10 Matthias Clasen <mclasen@redhat.com>
2005-05-16 Matthias ClasenForgotten file
2005-04-04 Matthias ClasenAdd a tooltips property.
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2004-11-23 Matthias ClasenAdd a deprecation note.
2004-09-14 Søren SandmannCall gtk_tool_item_rebuild_menu().
2004-09-08 Soeren SandmannMake dropping of expandable items look nicer.
2004-09-04 Søren SandmannAccelerate the animation when it has been running for...
2004-09-01 Søren SandmannMake sure children of the toolbar are given positive...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-24 Soeren SandmannWarn if you try to add a tool item to a toolbar using...
2004-07-22 Matthias ClasenForgotten file.
2004-07-21 Matthias ClasenRemove trailing commas from enumerations. (#148035)
2004-06-05 Soeren SandmannAdd a checkbox to queue an merge/unmerge. Patch from...
2004-06-02 Matthias ClasenRename function parameters from index to index_ to...
2004-04-19 Morten WelinderDon't leak list of children. (#140523)
2004-03-12 Owen TaylorSwap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DI...
2004-03-09 Soeren SandmannAdd boolean destroying (gtk_menu_destroy): Set priv...
2004-03-06 Gustavo J. A. M... fix #136202 (gtk_toolbar_insert_stock crashes if stock...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-26 Soeren SandmannNew function. Use resize cursors for resize grips....
2004-02-16 Soeren SandmannCall gtk_tool_item_set_expand(), not gtk_tool_item_set_...
2004-02-12 Soeren SandmannFix up item_area correctly in RTL mode. (#133984, patch...
2004-02-06 Morten WelinderCleanup using gtk_menu_attach_to_widget. Also fixes...
2004-02-04 Morten WelinderShow on the right screen. (Fixes bug 133411, apart...
2004-02-01 Soeren SandmannOnly start sliding when using the new API.
2004-02-01 Soeren SandmannMake sure item_area is positioned correctly. Fix #13307...
2004-01-30 Federico Mena QuinteroFixes #132975.
2004-01-27 Soeren SandmannRemove obsolete comment.
2004-01-25 Soeren SandmannBase the decision to map/unmap items on whether they...
2004-01-24 Soeren SandmannOnly try to pack icon if there actually is one.
2004-01-22 Owen TaylorPatch from Christian Neumair to make warning string...
2004-01-18 Soeren SandmannAdd _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_d...
2004-01-18 Soeren SandmannSet a small size request and make the window resizable...
2004-01-17 Soeren SandmannFix rest of #128678: Implement all the toolbar_content...
2004-01-17 Soeren SandmannPhase 1 of fixing #128678: Only access ToolbarContent...
next