| Commit message (Expand) | Author | Age | Files | Lines |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 1 | -0/+8 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 1 | -0/+9 |
* | change to use gint instead of gint16, to avoid overflow issues, since | Havoc Pennington | 2001-03-16 | 1 | -0/+6 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -0/+6 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 1 | -0/+12 |
* | Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>. | Jonathan Blandford | 2001-03-16 | 1 | -0/+5 |
* | Fix sign error with queued region translations. | Alexander Larsson | 2001-03-16 | 1 | -0/+5 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 1 | -0/+9 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -1/+14 |
* | Delete. | Havoc Pennington | 2001-03-15 | 1 | -0/+20 |
* | Forgot to add my name to the ChangeLog. | Alexander Larsson | 2001-03-15 | 1 | -1/+1 |
* | New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock to | Alexander Larsson | 2001-03-15 | 1 | -0/+9 |
* | removed | Sven Neumann | 2001-03-15 | 1 | -0/+7 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 1 | -0/+15 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 1 | -0/+15 |
* | Patch from John Margaglione to convert to new property API. Also, change | Havoc Pennington | 2001-03-12 | 1 | -0/+7 |
* | Switch to using an enum with registration for icon sizes, instead of | Havoc Pennington | 2001-03-12 | 1 | -0/+8 |
* | Make GtkFB compile and link. | Alexander Larsson | 2001-03-12 | 1 | -0/+12 |
* | Add more test when converting filenames from/to utf-8. Don't allow | Alexander Larsson | 2001-03-12 | 1 | -1/+8 |
* | Scroll using gdk_window_scroll(). Don't wait for exposes. Move the column | Alexander Larsson | 2001-03-12 | 1 | -0/+6 |
* | updated | Hans Breuer | 2001-03-10 | 1 | -0/+20 |
* | Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo. | Jonathan Blandford | 2001-03-10 | 1 | -0/+5 |
* | Make select_all not work if you're in SINGLE mode (it doesn't make that | Jonathan Blandford | 2001-03-10 | 1 | -0/+17 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 1 | -0/+10 |
* | updated | Hans Breuer | 2001-03-09 | 1 | -0/+23 |
* | fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an | Tim Janik | 2001-03-09 | 1 | -0/+6 |
* | Forgot some stuff in the ChangeLog entry: | Alexander Larsson | 2001-03-09 | 1 | -0/+8 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -0/+61 |
* | Add destroy function. | Jonathan Blandford | 2001-03-09 | 1 | -0/+4 |
* | Actually unref the nodes. Fixes bug #50058. | Jonathan Blandford | 2001-03-09 | 1 | -0/+10 |
* | add support for invisible cells. (gtk_tree_view_bin_expose): ditto | Jonathan Blandford | 2001-03-08 | 1 | -0/+6 |
* | add prerequesite on gobjects. | Jonathan Blandford | 2001-03-08 | 1 | -0/+11 |
* | re-enabled event watcher emission hooks. | Tim Janik | 2001-03-08 | 1 | -0/+4 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -0/+13 |
* | Make G_CONST_RETURN. | Owen Taylor | 2001-03-08 | 1 | -0/+12 |
* | uglify so that size request gets tested. | Havoc Pennington | 2001-03-08 | 1 | -0/+8 |
* | use full set, since current set wasn't building on all configs. | Owen Taylor | 2001-03-08 | 1 | -0/+5 |
* | removed old emission hook API. | Tim Janik | 2001-03-07 | 1 | -0/+8 |
* | use PRIORITY_VALIDATE | Havoc Pennington | 2001-03-07 | 1 | -0/+10 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -0/+20 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -0/+53 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -2/+40 |
* | Removed warning | Alexander Larsson | 2001-03-07 | 1 | -0/+5 |
* | Add visible field to allow you to hide cell renderers. | Jonathan Blandford | 2001-03-07 | 1 | -0/+9 |
* | Add "clicked" signal back to columns. | Jonathan Blandford | 2001-03-06 | 1 | -1/+7 |
* | Add animation of activation by, on activate, pressing the button, and | Owen Taylor | 2001-03-06 | 1 | -0/+34 |
* | set the class closure offset for the window_state_event to point at | James Henstridge | 2001-03-06 | 1 | -0/+6 |
* | fix busted /* comment */ | Jonathan Blandford | 2001-03-06 | 1 | -0/+4 |
* | Apply patch from John Margaglione to add object properties. | Jonathan Blandford | 2001-03-05 | 1 | -0/+5 |
* | Apply patch from Lee Mallabone to add object properties. | Jonathan Blandford | 2001-03-05 | 1 | -0/+17 |