summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add gtkcolorbutton.c and gtkfontbutton.c.Matthias Clasen2003-07-111-1/+1
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-1113-113/+4724
* Consider the text direction when sorting children. (#116540, SoerenMatthias Clasen2003-07-081-3/+9
* Doc addition. (#116501, Doug Quale)Matthias Clasen2003-07-081-1/+4
* remove strange #define fix cut'n'paste error use instance private data useSoeren Sandmann2003-07-085-12/+8
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-086-13/+4
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-0810-146/+194
* fix a type check, (#116947, Krasimir Angelov)Soeren Sandmann2003-07-084-102/+192
* remove accidentally committed debugging spewSoeren Sandmann2003-07-073-64/+101
* gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use ofOwen Taylor2003-07-061-55/+79
* Move default icon creation here, so that we have an icon at the start ofOwen Taylor2003-07-061-59/+80
* better drawing of GtkMenuItem add notes about GtkMenu remove leftoverSoeren Sandmann2003-07-061-1/+0
* add vertical_padding style property.Soeren Sandmann2003-07-069-72/+327
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-25/+33
* new test for removing itemsSoeren Sandmann2003-07-046-41/+76
* Use the theme colours for rubber bandingRoss Burton2003-07-031-7/+43
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-036-53/+135
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-0211-602/+4343
* Attach the style to the widget.Owen Taylor2003-07-021-0/+1
* Add new toolbar headersSoeren Sandmann2003-07-026-153/+95
* Improve docs. (116364, Morten Welinder)Matthias Clasen2003-07-011-1/+1
* Add color and font picker widgets.Matthias Clasen2003-07-015-0/+2142
* Add GtkExpander docs.Matthias Clasen2003-07-012-5/+57
* kill some stray characters breaking the build.Mark McLoughlin2003-06-301-3/+3
* Add GtkExpander. See discussion in bug #60553.Mark McLoughlin2003-06-303-0/+1521
* gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.cSoeren Sandmann2003-06-2914-1259/+4569
* More formatting fixes for docs.Matthias Clasen2003-06-291-13/+14
* Doc comment fix.Matthias Clasen2003-06-291-1/+0
* Make it compile with C89 compilers.Soeren Sandmann2003-06-271-1/+6
* Add a blurb for shadow_type.Matthias Clasen2003-06-243-13/+15
* Document new properties as 2.4 additions.Matthias Clasen2003-06-146-76/+193
* Special case pixmaps. (#114880)Anders Carlsson2003-06-121-0/+7
* Document child-notify and drag-data-received signals. Owen, we need toMatthias Clasen2003-06-111-0/+71
* silly typo fix. s/seperator/separator/. This gets rid of the assert spamKristian Rietveld2003-06-111-1/+1
* Merged from stable.Kristian Rietveld2003-06-091-1/+1
* Merged from stable.Kristian Rietveld2003-06-091-15/+15
* Install boolean property "overwrite". (gtk_text_view_[gs]et_property):Matthias Clasen2003-06-092-0/+63
* Install boolean child properties "resize" and "shrink".Matthias Clasen2003-06-091-0/+112
* Back out event->window test - it wasn't needed because of the call toOwen Taylor2003-06-091-4/+1
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-3/+7
* Before delivering an event to a widget, check that (if relevant), theOwen Taylor2003-06-091-0/+48
* Recompute unconditionally in gtk_entry_style_set, and in a newOwen Taylor2003-06-081-7/+20
* Fix bug with set_adjustment (viewport, NULL);Owen Taylor2003-06-081-1/+1
* Add rtl variants of undo, redo, undelete and revert. (#96633)Matthias Clasen2003-06-0710-20/+44
* Many fixes, along with extensive cleanups and refactoring of code toOwen Taylor2003-06-061-227/+233
* Merged from stable.Kristian Rietveld2003-06-061-8/+16
* Ignore button presses that are not on the tab (#114534).Noah Levitt2003-06-061-1/+2
* Conditionalize deendencies for gdk-pixbuf-csource on cross-compilationOwen Taylor2003-06-061-1/+3
* Handle gtk_window_get_geometry_info() returning NULL. (#107311, JohnOwen Taylor2003-06-061-2/+2
* Subtract off twice the border width from the width/height, not 1x theOwen Taylor2003-06-051-2/+2