| Commit message (Expand) | Author | Age | Files | Lines |
* | new function to handle reordering of trees. Seems to mostly work w/ the | Jonathan Blandford | 2001-03-28 | 3 | -7/+123 |
* | c++ fixes. | Tim Janik | 2001-03-28 | 1 | -2/+2 |
* | Fix use of uninitialized memory. | Owen Taylor | 2001-03-28 | 1 | -3/+1 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 15 | -254/+257 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 4 | -15/+25 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 11 | -83/+484 |
* | Don't reference the widgets in the resulting list. (#11821) This makes | Owen Taylor | 2001-03-26 | 2 | -6/+11 |
* | Add a virtual function to set whether the IM context should use the | Owen Taylor | 2001-03-26 | 2 | -13/+39 |
* | Fixed bug that returned NULL if a filename was selected. | Alexander Larsson | 2001-03-26 | 1 | -1/+1 |
* | improve error message to contain the word "theme" | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | make motion around the ring much slower but finer-grained (gtk_hsv_focus): | Havoc Pennington | 2001-03-24 | 2 | -5/+15 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 27 | -116/+392 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 12 | -92/+106 |
* | Apply property patch from Lee Mallabone | Havoc Pennington | 2001-03-23 | 9 | -168/+515 |
* | fix up some docs | Havoc Pennington | 2001-03-23 | 7 | -12/+16 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 6 | -41/+28 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 16 | -151/+647 |
* | Add ability to override the focus chain for a container explicitly | Havoc Pennington | 2001-03-22 | 3 | -29/+293 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 8 | -142/+162 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 4 | -48/+127 |
* | Add support for stock and normal imagemenuitems. | Alexander Larsson | 2001-03-21 | 3 | -75/+226 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 21 | -203/+706 |
* | Add gtk_image_menu_item_new_from_stock() | Alexander Larsson | 2001-03-21 | 2 | -6/+42 |
* | remove debugging spew | Jonathan Blandford | 2001-03-20 | 1 | -2/+1 |
* | Fix buglet in meeting. | Jonathan Blandford | 2001-03-20 | 1 | -4/+4 |
* | Make GtkIconSource an opaque datatype, and add a bunch of accessor | Havoc Pennington | 2001-03-19 | 4 | -85/+526 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 24 | -224/+331 |
* | New function. print_event_state, print_event): Use preprocessor macro to | Tor Lillqvist | 2001-03-18 | 3 | -28/+39 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 17 | -357/+1807 |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 2 | -79/+79 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 4 | -45/+119 |
* | change to use gint instead of gint16, to avoid overflow issues, since | Havoc Pennington | 2001-03-16 | 1 | -4/+4 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 34 | -161/+161 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 5 | -58/+69 |
* | Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>. | Jonathan Blandford | 2001-03-16 | 1 | -2/+7 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 4 | -17/+17 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 12 | -147/+393 |
* | Delete. | Havoc Pennington | 2001-03-15 | 9 | -177/+19 |
* | New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock to | Alexander Larsson | 2001-03-15 | 3 | -1/+119 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 4 | -0/+70 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 5 | -266/+176 |
* | Patch from John Margaglione to convert to new property API. Also, change | Havoc Pennington | 2001-03-12 | 1 | -85/+194 |
* | Switch to using an enum with registration for icon sizes, instead of | Havoc Pennington | 2001-03-12 | 10 | -210/+232 |
* | Add more test when converting filenames from/to utf-8. Don't allow | Alexander Larsson | 2001-03-12 | 1 | -57/+176 |
* | Scroll using gdk_window_scroll(). Don't wait for exposes. Move the column | Alexander Larsson | 2001-03-12 | 1 | -161/+27 |
* | Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo. | Jonathan Blandford | 2001-03-10 | 2 | -12/+12 |
* | Make select_all not work if you're in SINGLE mode (it doesn't make that | Jonathan Blandford | 2001-03-10 | 6 | -180/+265 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 3 | -131/+0 |
* | updated | Hans Breuer | 2001-03-09 | 4 | -46/+44 |
* | fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an | Tim Janik | 2001-03-09 | 4 | -15/+17 |