summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* add "inverted" propertyHavoc Pennington2001-06-062-11/+61
* Include gtkwidget.h (#55798, Karl Nelson)Owen Taylor2001-06-061-2/+1
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-054-14/+14
* Don't crash when the properties window is destroyed.Alex Larsson2001-06-051-1/+1
* new functionHavoc Pennington2001-06-052-0/+42
* clamp the value to the range that was setHavoc Pennington2001-06-058-17/+301
* Fix bug #55573Jonathan Blandford2001-06-052-79/+82
* Deprecate gtk_widget_set().Owen Taylor2001-06-051-0/+2
* Use new mnemonic convenience functionsHavoc Pennington2001-06-0515-60/+273
* Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.Jonathan Blandford2001-06-052-37/+55
* s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)Owen Taylor2001-06-051-0/+1
* Fix a search-and-replace screwup (s/CHECK/SEPARATOR/ gone awry). PatchHavoc Pennington2001-06-051-5/+5
* handle case where text_view->layout == NULL by assuming its size is 0,Havoc Pennington2001-06-041-3/+11
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-049-169/+697
* Get rid of stupid g_return_if_fail on digits greater than 6. If thereHavoc Pennington2001-06-042-22/+13
* Apply fix from Sam Solon, bug #54577, update value even if not drawable.Havoc Pennington2001-06-041-72/+82
* change SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas Broyer.Havoc Pennington2001-06-041-1/+1
* Process updates immediately, to prevent funny lag effect when scrolling,Havoc Pennington2001-06-041-1/+5
* on middle click, center slider on the click.Havoc Pennington2001-06-041-6/+12
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-0411-3088/+1981
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-014-152/+316
* implement overwrite modeHavoc Pennington2001-06-015-13/+147
* Fix notifications on non-existant "enable_arrow_keys". (#53753, SkipOwen Taylor2001-06-011-2/+2
* Add GDK_TYPE_RECTANGLE.Owen Taylor2001-06-011-2/+2
* Account for the fact that the border width is _outside_ the window. (FixesOwen Taylor2001-05-311-16/+12
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-305-161/+321
* Rename to the more correct gtk-go-up.Alexander Larsson2001-05-278-5/+13
* make hanlder id a gulong as in GSignal.Tim Janik2001-05-272-2/+2
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-255-210/+330
* fix so that default icons are created if you call gtk_stock_list_ids()Havoc Pennington2001-05-252-8/+15
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-25122-109/+665
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-252-3/+12
* New functionHavoc Pennington2001-05-252-0/+19
* Add Mode_Switch to list of keys to ignore when doing compose processing.Owen Taylor2001-05-241-1/+2
* Simplify as suggested by Havoc. Just get the last iter and work backwardJoe Shaw2001-05-221-18/+5
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-2211-3/+11
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-227-128/+144
* Added properties. Based on patch by Lee Mallabone.Alexander Larsson2001-05-226-205/+528
* Only show the separator if both children are present and visible.Owen Taylor2001-05-213-138/+175
* Remove the assertion that top_y needs to be >= 0.Joe Shaw2001-05-211-1/+0
* Convert GtkArgs to GParams. Based on patch by John Margaglione. Also doAlexander Larsson2001-05-182-101/+201
* Reset style attributes even if the widget isn't realized.Owen Taylor2001-05-181-0/+3
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-188-58/+799
* Renamed gtk_image_menu_item_add_icon() to gtk_image_menu_item_set_icon()Martin Baulig2001-05-183-42/+49
* Remove the assertions that x_offset and y_offset must be >= 0. Clip theJoe Shaw2001-05-181-2/+2
* Make logical motion and deletion by graphemes, not by characters.Owen Taylor2001-05-172-11/+55
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-1710-184/+334
* Require libtool-1.4, automake-1.4p1.Owen Taylor2001-05-161-0/+2
* fix bug #54699 where paths weren't being checked for correctness.Jonathan Blandford2001-05-161-8/+23
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-165-529/+768