]> Pileus Git - ~andy/gtk/history - gtk/gtktoolbar.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtktoolbar.c
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...
2004-01-17 Soeren SandmannDon't leak the overflow menu.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-29 Soeren SandmannAdd GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs aroun...
2003-12-29 Anders CarlssonUpdate my e-mail address.
2003-12-27 Soeren Sandmannuse CHILD_VISIBLE instead of VISIBLE to determine wheth...
2003-11-30 Soeren Sandmannreturn TRUE if there are disappearing placeholders...
2003-11-24 Soeren Sandmannremove variables in_dnd and leaving_dnd
2003-11-24 Soeren Sandmannremove variable n_overflowed_menu_items_when_dnd_started
2003-11-24 Soeren SandmannRework sliding algorithm. - No more weird jumping when...
2003-11-19 Soeren Sandmannset to 200 instead of 225 Impose a minimum width on...
2003-11-12 Soeren SandmannWhen we are using the old API, make all items "is_impor...
2003-10-31 Soeren Sandmanndelete this function (toolbar_item_is_homogeneous)...
2003-10-30 Soeren SandmannOnly include placeholders when include_internals is...
2003-10-30 Soeren SandmannMake it work even when item 0 is a placeholder. (#12582...
2003-10-30 Soeren SandmannMake it work for logical == 0.
2003-10-30 Soeren SandmannMake sure we actually return the index of a real item...
2003-10-29 Soeren SandmannAdd this function; remove gtk_toolbar_highlight_drop_lo...
2003-10-25 Soeren SandmannMake this function take an index and a GtkToolItem.
2003-10-20 Soeren SandmannAdd support for OS X like sliding of toolbar items...
2003-10-04 Soeren Sandmannfocus arrow before pack_end items (#123851, Matthias...
2003-09-30 Matthias ClasenDoc formatting tweaks.
2003-09-17 Soeren Sandmannrevert accidentally committed !redraw_on_allocate change.
2003-09-14 Soeren SandmannName the arrow "gtk-toolbar-arrow" so themes can specia...
2003-09-14 Soeren SandmannUnref the PangoFontMetrics. Patch from Steve Chaplin...
2003-08-29 Soeren SandmannOnly treat buttons as homogeneous when they are narrowe...
2003-08-27 Matthias ClasenChange the XML format: <Root> element is replaced by...
2003-08-04 Soeren Sandmannadd new "is_important" property
2003-07-31 Soeren Sandmannmake show_arrow default to TRUE; ignore the property...
2003-07-30 Soeren Sandmannmake _gtk_tool_item_toolbar_reconfigured() an internal...
2003-07-29 Soeren SandmannMove documentation inline from template files.
2003-07-18 Soeren SandmannBy popular request give toolbuttons a border.
2003-07-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
2003-07-08 Soeren Sandmannremove correction on x when detail is "menuitem". With...
2003-07-08 Soeren Sandmannfix a type check, (#116947, Krasimir Angelov)
2003-07-07 Soeren Sandmannremove accidentally committed debugging spew
2003-07-04 Soeren Sandmannnew test for removing items
2003-07-03 Soeren SandmannInsert cast to fix warning. Assign something to old_val...
2003-07-02 Owen TaylorAttach the style to the widget.
2003-07-02 Soeren SandmannAdd new toolbar headers
2003-06-29 Soeren Sandmanngtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletool...
2003-06-05 Owen TaylorSubtract off twice the border width from the width...
2003-01-30 Daniel ElstnerNew helper function that sets the icon's and label...
next