| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gtkcolorbutton.c and gtkfontbutton.c. | Matthias Clasen | 2003-07-11 | 1 | -1/+1 |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 13 | -113/+4724 |
* | Consider the text direction when sorting children. (#116540, Soeren | Matthias Clasen | 2003-07-08 | 1 | -3/+9 |
* | Doc addition. (#116501, Doug Quale) | Matthias Clasen | 2003-07-08 | 1 | -1/+4 |
* | remove strange #define fix cut'n'paste error use instance private data use | Soeren Sandmann | 2003-07-08 | 5 | -12/+8 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 6 | -13/+4 |
* | remove correction on x when detail is "menuitem". With the new menu look | Soeren Sandmann | 2003-07-08 | 10 | -146/+194 |
* | fix a type check, (#116947, Krasimir Angelov) | Soeren Sandmann | 2003-07-08 | 4 | -102/+192 |
* | remove accidentally committed debugging spew | Soeren Sandmann | 2003-07-07 | 3 | -64/+101 |
* | gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use of | Owen Taylor | 2003-07-06 | 1 | -55/+79 |
* | Move default icon creation here, so that we have an icon at the start of | Owen Taylor | 2003-07-06 | 1 | -59/+80 |
* | better drawing of GtkMenuItem add notes about GtkMenu remove leftover | Soeren Sandmann | 2003-07-06 | 1 | -1/+0 |
* | add vertical_padding style property. | Soeren Sandmann | 2003-07-06 | 9 | -72/+327 |
* | Move the grabs up earlier, so we don't get a big pile of uncompressed | Owen Taylor | 2003-07-05 | 1 | -25/+33 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 6 | -41/+76 |
* | Use the theme colours for rubber banding | Ross Burton | 2003-07-03 | 1 | -7/+43 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 6 | -53/+135 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 11 | -602/+4343 |
* | Attach the style to the widget. | Owen Taylor | 2003-07-02 | 1 | -0/+1 |
* | Add new toolbar headers | Soeren Sandmann | 2003-07-02 | 6 | -153/+95 |
* | Improve docs. (116364, Morten Welinder) | Matthias Clasen | 2003-07-01 | 1 | -1/+1 |
* | Add color and font picker widgets. | Matthias Clasen | 2003-07-01 | 5 | -0/+2142 |
* | Add GtkExpander docs. | Matthias Clasen | 2003-07-01 | 2 | -5/+57 |
* | kill some stray characters breaking the build. | Mark McLoughlin | 2003-06-30 | 1 | -3/+3 |
* | Add GtkExpander. See discussion in bug #60553. | Mark McLoughlin | 2003-06-30 | 3 | -0/+1521 |
* | gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.c | Soeren Sandmann | 2003-06-29 | 14 | -1259/+4569 |
* | More formatting fixes for docs. | Matthias Clasen | 2003-06-29 | 1 | -13/+14 |
* | Doc comment fix. | Matthias Clasen | 2003-06-29 | 1 | -1/+0 |
* | Make it compile with C89 compilers. | Soeren Sandmann | 2003-06-27 | 1 | -1/+6 |
* | Add a blurb for shadow_type. | Matthias Clasen | 2003-06-24 | 3 | -13/+15 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 6 | -76/+193 |
* | Special case pixmaps. (#114880) | Anders Carlsson | 2003-06-12 | 1 | -0/+7 |
* | Document child-notify and drag-data-received signals. Owen, we need to | Matthias Clasen | 2003-06-11 | 1 | -0/+71 |
* | silly typo fix. s/seperator/separator/. This gets rid of the assert spam | Kristian Rietveld | 2003-06-11 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -15/+15 |
* | Install boolean property "overwrite". (gtk_text_view_[gs]et_property): | Matthias Clasen | 2003-06-09 | 2 | -0/+63 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -0/+112 |
* | Back out event->window test - it wasn't needed because of the call to | Owen Taylor | 2003-06-09 | 1 | -4/+1 |
* | Use application/x-rootwindow-drop for root window drops. (#108670, Alex | Owen Taylor | 2003-06-09 | 1 | -3/+7 |
* | Before delivering an event to a widget, check that (if relevant), the | Owen Taylor | 2003-06-09 | 1 | -0/+48 |
* | Recompute unconditionally in gtk_entry_style_set, and in a new | Owen Taylor | 2003-06-08 | 1 | -7/+20 |
* | Fix bug with set_adjustment (viewport, NULL); | Owen Taylor | 2003-06-08 | 1 | -1/+1 |
* | Add rtl variants of undo, redo, undelete and revert. (#96633) | Matthias Clasen | 2003-06-07 | 10 | -20/+44 |
* | Many fixes, along with extensive cleanups and refactoring of code to | Owen Taylor | 2003-06-06 | 1 | -227/+233 |
* | Merged from stable. | Kristian Rietveld | 2003-06-06 | 1 | -8/+16 |
* | Ignore button presses that are not on the tab (#114534). | Noah Levitt | 2003-06-06 | 1 | -1/+2 |
* | Conditionalize deendencies for gdk-pixbuf-csource on cross-compilation | Owen Taylor | 2003-06-06 | 1 | -1/+3 |
* | Handle gtk_window_get_geometry_info() returning NULL. (#107311, John | Owen Taylor | 2003-06-06 | 1 | -2/+2 |
* | Subtract off twice the border width from the width/height, not 1x the | Owen Taylor | 2003-06-05 | 1 | -2/+2 |