summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* New keybinding. (gtk_tree_view_focus): Fix merge conflict.Jonathan Blandford2001-06-082-5/+55
* new function to clean up cursor handling.Jonathan Blandford2001-06-083-92/+211
* added this functionHavoc Pennington2001-06-085-5/+55
* Added compat macros for all old GTK_TYPE_GDK_xxx types. Fixes bug #52892Alex Larsson2001-06-081-0/+48
* forgot to saveHavoc Pennington2001-06-081-1/+1
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-0817-217/+225
* warn if row/cols are out of range. Fix bug #55921Jonathan Blandford2001-06-082-8/+10
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-088-80/+263
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-076-24/+20
* fix glib-mkenums and glib-genmarshal againHavoc Pennington2001-06-071-18/+18
* fixups for glib-mkenums and glib-genmarshal (not tested yet because withHavoc Pennington2001-06-071-12/+23
* hook up arrow buttons. Fixes #55460 reported by matthiasc@poet.de.Jonathan Blandford2001-06-071-1/+3
* centralize expansion/collapsing so it only happens in one place.Jonathan Blandford2001-06-071-98/+89
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-12/+16
* fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.Jonathan Blandford2001-06-071-1/+2
* Handle key bindings to expand and collapse rows.Jonathan Blandford2001-06-074-243/+420
* 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