| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. | Soeren Sandmann | 2003-12-29 | 1 | -2/+9 |
* | Update my e-mail address. | Anders Carlsson | 2003-12-29 | 1 | -1/+1 |
* | use CHILD_VISIBLE instead of VISIBLE to determine whether we should stop | Soeren Sandmann | 2003-12-27 | 1 | -1/+2 |
* | return TRUE if there are disappearing placeholders that are still visible. | Soeren Sandmann | 2003-11-30 | 1 | -34/+41 |
* | remove variables in_dnd and leaving_dnd | Soeren Sandmann | 2003-11-24 | 1 | -25/+6 |
* | remove variable n_overflowed_menu_items_when_dnd_started | Soeren Sandmann | 2003-11-24 | 1 | -27/+4 |
* | Rework sliding algorithm. - No more weird jumping when items are dragged | Soeren Sandmann | 2003-11-24 | 1 | -187/+285 |
* | set to 200 instead of 225 Impose a minimum width on items that have a | Soeren Sandmann | 2003-11-19 | 1 | -35/+40 |
* | When we are using the old API, make all items "is_important". That way | Soeren Sandmann | 2003-11-12 | 1 | -0/+6 |
* | delete this function (toolbar_item_is_homogeneous): cache | Soeren Sandmann | 2003-10-31 | 1 | -44/+49 |
* | Only include placeholders when include_internals is TRUE. | Soeren Sandmann | 2003-10-30 | 1 | -2/+3 |
* | Make it work even when item 0 is a placeholder. (#125826) add an assertion | Soeren Sandmann | 2003-10-30 | 1 | -6/+9 |
* | Make it work for logical == 0. | Soeren Sandmann | 2003-10-30 | 1 | -1/+1 |
* | Make sure we actually return the index of a real item. (get_nth_item) | Soeren Sandmann | 2003-10-30 | 1 | -6/+15 |
* | Add this function; remove gtk_toolbar_highlight_drop_location() and | Soeren Sandmann | 2003-10-29 | 1 | -30/+43 |
* | Make this function take an index and a GtkToolItem. | Soeren Sandmann | 2003-10-25 | 1 | -202/+164 |
* | Add support for OS X like sliding of toolbar items during drag and drop, | Soeren Sandmann | 2003-10-20 | 1 | -267/+546 |
* | focus arrow before pack_end items (#123851, Matthias Clasen) | Soeren Sandmann | 2003-10-04 | 1 | -2/+2 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -0/+2 |
* | revert accidentally committed !redraw_on_allocate change. | Soeren Sandmann | 2003-09-17 | 1 | -38/+0 |
* | Name the arrow "gtk-toolbar-arrow" so themes can special-case it. | Soeren Sandmann | 2003-09-14 | 1 | -0/+39 |
* | Unref the PangoFontMetrics. Patch from Steve Chaplin (#122257). | Soeren Sandmann | 2003-09-14 | 1 | -0/+2 |
* | Only treat buttons as homogeneous when they are narrower than 13 time the | Soeren Sandmann | 2003-08-29 | 1 | -8/+49 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -1/+1 |
* | add new "is_important" property | Soeren Sandmann | 2003-08-04 | 1 | -11/+171 |
* | make show_arrow default to TRUE; ignore the property when api_mode != | Soeren Sandmann | 2003-07-31 | 1 | -4/+4 |
* | make _gtk_tool_item_toolbar_reconfigured() an internal function | Soeren Sandmann | 2003-07-30 | 1 | -2/+1 |
* | Move documentation inline from template files. | Soeren Sandmann | 2003-07-29 | 1 | -0/+269 |
* | By popular request give toolbuttons a border. | Soeren Sandmann | 2003-07-18 | 1 | -6/+46 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -6/+1 |
* | remove correction on x when detail is "menuitem". With the new menu look | Soeren Sandmann | 2003-07-08 | 1 | -35/+20 |
* | fix a type check, (#116947, Krasimir Angelov) | Soeren Sandmann | 2003-07-08 | 1 | -29/+49 |
* | remove accidentally committed debugging spew | Soeren Sandmann | 2003-07-07 | 1 | -60/+5 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 1 | -25/+56 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 1 | -2/+19 |
* | Attach the style to the widget. | Owen Taylor | 2003-07-02 | 1 | -0/+1 |
* | Add new toolbar headers | Soeren Sandmann | 2003-07-02 | 1 | -35/+63 |
* | gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.c | Soeren Sandmann | 2003-06-29 | 1 | -1169/+2073 |
* | Subtract off twice the border width from the width/height, not 1x the | Owen Taylor | 2003-06-05 | 1 | -2/+2 |
* | New helper function that sets the icon's and label's packing options and | Daniel Elstner | 2003-01-30 | 1 | -136/+86 |
* | Override hide_all in addition to show_all in order to keep them symmetric. | Daniel Elstner | 2003-01-23 | 1 | -0/+22 |
* | Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1 | Daniel Elstner | 2002-11-26 | 1 | -1/+1 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 1 | -25/+6 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -1/+1 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -10/+29 |
* | Move g_free() call to before return. | Padraig O'Briain | 2002-10-31 | 1 | -8/+11 |
* | Don't insert mnemonics for stock items (#72918, reported by Mikael | Owen Taylor | 2002-10-25 | 1 | -37/+55 |
* | Multihead safety fixes, handle displays being closed. (#81651, based on | Owen Taylor | 2002-10-22 | 1 | -1/+1 |
* | Fix handling of getting the default style/icon size from the correct | Owen Taylor | 2002-10-22 | 1 | -14/+32 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -52/+58 |