summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New function. Use resize cursors for resize grips. (Bug #129621)Soeren Sandmann2004-02-261-1/+1
* Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() inSoeren Sandmann2004-02-161-1/+1
* Fix up item_area correctly in RTL mode. (#133984, patch from SemionSoeren Sandmann2004-02-121-1/+1
* Cleanup using gtk_menu_attach_to_widget. Also fixes leak, see #133411.Morten Welinder2004-02-061-5/+13
* Show on the right screen. (Fixes bug 133411, apart from the leak.)Morten Welinder2004-02-041-4/+7
* Only start sliding when using the new API.Soeren Sandmann2004-02-011-1/+1
* Make sure item_area is positioned correctly. Fix #133070, reported bySoeren Sandmann2004-02-011-2/+2
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Remove obsolete comment.Soeren Sandmann2004-01-271-29/+48
* Base the decision to map/unmap items on whether they are actuallySoeren Sandmann2004-01-251-38/+73
* Only try to pack icon if there actually is one.Soeren Sandmann2004-01-241-15/+53
* Patch from Christian Neumair to make warning string more translatorOwen Taylor2004-01-221-1/+1
* Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_sizeSoeren Sandmann2004-01-181-27/+48
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1096/+1107
* Fix rest of #128678: Implement all the toolbar_content() methods for theSoeren Sandmann2004-01-171-162/+537
* Phase 1 of fixing #128678: Only access ToolbarContent through a set of newSoeren Sandmann2004-01-171-249/+736
* Don't leak the overflow menu.Soeren Sandmann2004-01-171-1/+4
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-291-2/+9
* Update my e-mail address.Anders Carlsson2003-12-291-1/+1
* use CHILD_VISIBLE instead of VISIBLE to determine whether we should stopSoeren Sandmann2003-12-271-1/+2
* return TRUE if there are disappearing placeholders that are still visible.Soeren Sandmann2003-11-301-34/+41
* remove variables in_dnd and leaving_dndSoeren Sandmann2003-11-241-25/+6
* remove variable n_overflowed_menu_items_when_dnd_startedSoeren Sandmann2003-11-241-27/+4
* Rework sliding algorithm. - No more weird jumping when items are draggedSoeren Sandmann2003-11-241-187/+285
* set to 200 instead of 225 Impose a minimum width on items that have aSoeren Sandmann2003-11-191-35/+40
* When we are using the old API, make all items "is_important". That waySoeren Sandmann2003-11-121-0/+6
* delete this function (toolbar_item_is_homogeneous): cacheSoeren Sandmann2003-10-311-44/+49
* Only include placeholders when include_internals is TRUE.Soeren Sandmann2003-10-301-2/+3
* Make it work even when item 0 is a placeholder. (#125826) add an assertionSoeren Sandmann2003-10-301-6/+9
* Make it work for logical == 0.Soeren Sandmann2003-10-301-1/+1
* Make sure we actually return the index of a real item. (get_nth_item)Soeren Sandmann2003-10-301-6/+15
* Add this function; remove gtk_toolbar_highlight_drop_location() andSoeren Sandmann2003-10-291-30/+43
* Make this function take an index and a GtkToolItem.Soeren Sandmann2003-10-251-202/+164
* Add support for OS X like sliding of toolbar items during drag and drop,Soeren Sandmann2003-10-201-267/+546
* focus arrow before pack_end items (#123851, Matthias Clasen)Soeren Sandmann2003-10-041-2/+2
* Doc formatting tweaks.Matthias Clasen2003-09-301-0/+2
* revert accidentally committed !redraw_on_allocate change.Soeren Sandmann2003-09-171-38/+0
* Name the arrow "gtk-toolbar-arrow" so themes can special-case it.Soeren Sandmann2003-09-141-0/+39
* Unref the PangoFontMetrics. Patch from Steve Chaplin (#122257).Soeren Sandmann2003-09-141-0/+2
* Only treat buttons as homogeneous when they are narrower than 13 time theSoeren Sandmann2003-08-291-8/+49
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-1/+1
* add new "is_important" propertySoeren Sandmann2003-08-041-11/+171
* make show_arrow default to TRUE; ignore the property when api_mode !=Soeren Sandmann2003-07-311-4/+4
* make _gtk_tool_item_toolbar_reconfigured() an internal functionSoeren Sandmann2003-07-301-2/+1
* Move documentation inline from template files.Soeren Sandmann2003-07-291-0/+269
* By popular request give toolbuttons a border.Soeren Sandmann2003-07-181-6/+46
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-6/+1
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-081-35/+20