| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated. | Owen Taylor | 2001-04-03 | 7 | -6/+63 |
* | changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() | Tim Janik | 2001-04-03 | 1 | -1/+1 |
* | Bug fix to make trees work again when not sorted. | Jonathan Blandford | 2001-04-02 | 1 | -1/+1 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -1/+1 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -0/+1 |
* | Reference param spec when caching property values, since we unref it later | Owen Taylor | 2001-04-02 | 1 | -1/+0 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -0/+1 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 1 | -7/+6 |
* | added value_changed signal which proxies for the adjustment. Cleaned | Mike Kestner | 2001-03-30 | 1 | -1/+33 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -0/+320 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 1 | -6/+8 |
* | Added Thai UTF-8 text which also has the wrong written syntax. | Chookij Vanatham | 2001-03-29 | 1 | -1/+1 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -2/+2 |
* | new function to handle reordering of trees. Seems to mostly work w/ the | Jonathan Blandford | 2001-03-28 | 1 | -1/+1 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 1 | -3/+3 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 2 | -7/+137 |
* | make motion around the ring much slower but finer-grained (gtk_hsv_focus): | Havoc Pennington | 2001-03-24 | 1 | -0/+2 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 2 | -58/+48 |
* | Add ability to override the focus chain for a container explicitly | Havoc Pennington | 2001-03-22 | 1 | -0/+111 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -4/+0 |
* | Add support for stock and normal imagemenuitems. | Alexander Larsson | 2001-03-21 | 1 | -72/+164 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -23/+20 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -21/+32 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -2/+15 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 1 | -3/+1 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 2 | -52/+45 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 2 | -62/+172 |
* | Fix up focus code a lot. | Jonathan Blandford | 2001-03-13 | 1 | -6/+5 |
* | add support for invisible cells. (gtk_tree_view_bin_expose): ditto | Jonathan Blandford | 2001-03-08 | 1 | -5/+5 |
* | add prerequesite on gobjects. | Jonathan Blandford | 2001-03-08 | 4 | -9/+291 |
* | re-enabled event watcher emission hooks. | Tim Janik | 2001-03-08 | 1 | -11/+10 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -12/+12 |
* | Make G_CONST_RETURN. | Owen Taylor | 2001-03-08 | 1 | -1/+1 |
* | uglify so that size request gets tested. | Havoc Pennington | 2001-03-08 | 1 | -4/+3 |
* | removed old emission hook API. | Tim Janik | 2001-03-07 | 1 | -4/+4 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -1/+35 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 2 | -3/+5 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 2 | -114/+118 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -2/+18 |
* | Add plug-socket tests. (Won't work worth a darn until I commit the rest of | Owen Taylor | 2001-03-03 | 4 | -0/+261 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 1 | -4/+63 |
* | shut up CVS | Sven Neumann | 2001-03-02 | 1 | -0/+8 |
* | Move handling of buttons fully in gtktreeviewcolumn. This code is less | Jonathan Blandford | 2001-03-02 | 2 | -31/+185 |
* | Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): Proxy | Jonathan Blandford | 2001-02-28 | 2 | -1/+135 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -0/+194 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 2 | -6/+2 |
* | Add a "markup" property. | Alexander Larsson | 2001-02-20 | 1 | -6/+2 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -4/+3 |
* | test was backward, so deprecated functions were excluded by default | Havoc Pennington | 2001-02-19 | 1 | -0/+21 |
* | Comment out property assignments, these don't work yet. | 9 | 2001-02-19 | 1 | -2/+2 |