summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-283-7/+123
* c++ fixes.Tim Janik2001-03-281-2/+2
* Fix use of uninitialized memory.Owen Taylor2001-03-281-3/+1
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-2815-254/+257
* Fix arguments to reordered signal.Jonathan Blandford2001-03-284-15/+25
* More work on implementing sortable interface.Jonathan Blandford2001-03-2811-83/+484
* Don't reference the widgets in the resulting list. (#11821) This makesOwen Taylor2001-03-262-6/+11
* Add a virtual function to set whether the IM context should use theOwen Taylor2001-03-262-13/+39
* Fixed bug that returned NULL if a filename was selected.Alexander Larsson2001-03-261-1/+1
* improve error message to contain the word "theme"Havoc Pennington2001-03-241-1/+1
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-242-5/+15
* make this somewhat key-navigableHavoc Pennington2001-03-2427-116/+392
* fix warningsHavoc Pennington2001-03-2412-92/+106
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-239-168/+515
* fix up some docsHavoc Pennington2001-03-237-12/+16
* Forgot to namespace this.Jonathan Blandford2001-03-236-41/+28
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-2316-151/+647
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-223-29/+293
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-228-142/+162
* handle mnemonics in the stock item labelHavoc Pennington2001-03-224-48/+127
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-213-75/+226
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-2121-203/+706
* Add gtk_image_menu_item_new_from_stock()Alexander Larsson2001-03-212-6/+42
* remove debugging spewJonathan Blandford2001-03-201-2/+1
* Fix buglet in meeting.Jonathan Blandford2001-03-201-4/+4
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-194-85/+526
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-1924-224/+331
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-183-28/+39
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-1817-357/+1807
* modified to use "row_activated" signal.Jonathan Blandford2001-03-162-79/+79
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-164-45/+119
* change to use gint instead of gint16, to avoid overflow issues, sinceHavoc Pennington2001-03-161-4/+4
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-1634-161/+161
* add varargs for properties to set on the tag.Havoc Pennington2001-03-165-58/+69
* Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.Jonathan Blandford2001-03-161-2/+7
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-164-17/+17
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-1512-147/+393
* Delete.Havoc Pennington2001-03-159-177/+19
* New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock toAlexander Larsson2001-03-153-1/+119
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-144-0/+70
* Fix up focus code a lot.Jonathan Blandford2001-03-135-266/+176
* Patch from John Margaglione to convert to new property API. Also, changeHavoc Pennington2001-03-121-85/+194
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-1210-210/+232
* Add more test when converting filenames from/to utf-8. Don't allowAlexander Larsson2001-03-121-57/+176
* Scroll using gdk_window_scroll(). Don't wait for exposes. Move the columnAlexander Larsson2001-03-121-161/+27
* Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo.Jonathan Blandford2001-03-102-12/+12
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-106-180/+265
* Remove old XIM code.Owen Taylor2001-03-093-131/+0
* updatedHans Breuer2001-03-094-46/+44
* fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as anTim Janik2001-03-094-15/+17