| Commit message (Expand) | Author | Age | Files | Lines |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 34 | -116/+945 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 21 | -150/+322 |
* | Apply property patch from Lee Mallabone | Havoc Pennington | 2001-03-23 | 20 | -168/+646 |
* | fix up some docs | Havoc Pennington | 2001-03-23 | 48 | -148/+1453 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 13 | -41/+105 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 23 | -151/+773 |
* | docs on GdkKeymap | Havoc Pennington | 2001-03-22 | 5 | -143/+200 |
* | Add ability to override the focus chain for a container explicitly | Havoc Pennington | 2001-03-22 | 11 | -29/+446 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 25 | -349/+497 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 15 | -76/+259 |
* | Add support for stock and normal imagemenuitems. | Alexander Larsson | 2001-03-21 | 11 | -147/+453 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 29 | -226/+1090 |
* | Add gtk_image_menu_item_new_from_stock() | Alexander Larsson | 2001-03-21 | 9 | -6/+77 |
* | remove debugging spew | Jonathan Blandford | 2001-03-20 | 1 | -2/+1 |
* | Fix buglet in meeting. | Jonathan Blandford | 2001-03-20 | 8 | -4/+39 |
* | Make GtkIconSource an opaque datatype, and add a bunch of accessor | Havoc Pennington | 2001-03-19 | 15 | -235/+762 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 32 | -245/+447 |
* | gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. | Tor Lillqvist | 2001-03-19 | 24 | -59/+103 |
* | New function. print_event_state, print_event): Use preprocessor macro to | Tor Lillqvist | 2001-03-18 | 11 | -179/+189 |
* | Finally getting around to checkin per Havoc. This is the fix for bug | Mike Kestner | 2001-03-18 | 2 | -1/+9 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 33 | -536/+2257 |
* | Utf-8'ification | Fatih Demir | 2001-03-17 | 2 | -84/+83 |
* | Small tr.po update | Fatih Demir | 2001-03-17 | 2 | -90/+1249 |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 10 | -80/+177 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 13 | -48/+184 |
* | change to use gint instead of gint16, to avoid overflow issues, since | Havoc Pennington | 2001-03-16 | 10 | -5/+50 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 42 | -161/+207 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 18 | -205/+350 |
* | Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>. | Jonathan Blandford | 2001-03-16 | 8 | -2/+42 |
* | Fix sign error with queued region translations. | Alexander Larsson | 2001-03-16 | 8 | -1/+36 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 12 | -21/+84 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 21 | -216/+663 |
* | Delete. | Havoc Pennington | 2001-03-15 | 29 | -550/+537 |
* | updated Azeri file Added Nynorsk and Vietnamese from the 1.2 branch | Pablo Saratxaga | 2001-03-15 | 10 | -315/+7008 |
* | Forgot to add my name to the ChangeLog. | Alexander Larsson | 2001-03-15 | 7 | -7/+7 |
* | New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock to | Alexander Larsson | 2001-03-15 | 10 | -1/+182 |
* | removed | Sven Neumann | 2001-03-15 | 10 | -128/+49 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 12 | -0/+205 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 13 | -272/+286 |
* | Patch from John Margaglione to convert to new property API. Also, change | Havoc Pennington | 2001-03-12 | 8 | -85/+243 |
* | Switch to using an enum with registration for icon sizes, instead of | Havoc Pennington | 2001-03-12 | 21 | -389/+470 |
* | Make GtkFB compile and link. | Alexander Larsson | 2001-03-12 | 9 | -21/+202 |
* | Add more test when converting filenames from/to utf-8. Don't allow | Alexander Larsson | 2001-03-12 | 8 | -64/+232 |
* | Scroll using gdk_window_scroll(). Don't wait for exposes. Move the column | Alexander Larsson | 2001-03-12 | 8 | -161/+69 |
* | updated | Hans Breuer | 2001-03-10 | 12 | -46/+200 |
* | Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo. | Jonathan Blandford | 2001-03-10 | 9 | -12/+47 |
* | Make select_all not work if you're in SINGLE mode (it doesn't make that | Jonathan Blandford | 2001-03-10 | 13 | -180/+384 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 22 | -1867/+71 |
* | updated | Hans Breuer | 2001-03-09 | 15 | -55/+440 |
* | fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an | Tim Janik | 2001-03-09 | 14 | -35/+78 |