| Commit message (Expand) | Author | Age | Files | Lines |
* | changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() | Tim Janik | 2001-04-03 | 21 | -468/+382 |
* | Add empty gdk_setting_get(). | Alexander Larsson | 2001-04-03 | 8 | -0/+42 |
* | use more elaborate variable names. | Tim Janik | 2001-04-03 | 18 | -128/+170 |
* | Bug fix to make trees work again when not sorted. | Jonathan Blandford | 2001-04-02 | 13 | -42/+200 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 42 | -249/+2004 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 15 | -250/+449 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 21 | -153/+282 |
* | Add missing changelog entry. | Owen Taylor | 2001-04-02 | 7 | -0/+63 |
* | Avoid chaining up to parent impl, since we have a INPUT_ONLY window. | Owen Taylor | 2001-04-02 | 3 | -11/+61 |
* | Reference param spec when caching property values, since we unref it later | Owen Taylor | 2001-04-02 | 11 | -10/+72 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 29 | -354/+890 |
* | Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove | Alexander Larsson | 2001-04-02 | 9 | -3/+88 |
* | Add boxed type for GtkRequistion. Use it for ::size-request. | Owen Taylor | 2001-04-02 | 16 | -34/+348 |
* | raise window for non _NET window managers. | Tim Janik | 2001-04-01 | 10 | -644/+51 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 26 | -114/+204 |
* | for (i = 0; i < 100; i ++) g_print ("I will confirm it compile before | Jonathan Blandford | 2001-04-01 | 8 | -45/+84 |
* | Initial work on implementing the GtkTreeSortable interface. Basicaly a big | Jonathan Blandford | 2001-04-01 | 12 | -57/+410 |
* | fixups. | Tim Janik | 2001-04-01 | 7 | -0/+28 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 20 | -584/+544 |
* | disable USE_MMX for msvc build cause the assembler doesn't fit and is out | Hans Breuer | 2001-03-31 | 17 | -18/+476 |
* | fix use of magic constant "-1" in the aux info structure. | James Henstridge | 2001-03-31 | 8 | -2/+37 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 22 | -639/+1436 |
* | added value_changed signal which proxies for the adjustment. Cleaned | Mike Kestner | 2001-03-30 | 13 | -152/+367 |
* | Now we listen to the reorder signal. | Jonathan Blandford | 2001-03-30 | 12 | -7/+125 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 18 | -118/+1510 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 15 | -102/+341 |
* | *** empty log message *** | Owen Taylor | 2001-03-29 | 28 | -227/+1521 |
* | Added Thai UTF-8 text which also has the wrong written syntax. | Chookij Vanatham | 2001-03-29 | 2 | -2/+2 |
* | Don't return TRUE from the event handler, that blocks all event signals on | Alexander Larsson | 2001-03-29 | 8 | -1/+50 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 21 | -75/+565 |
* | new function to handle reordering of trees. Seems to mostly work w/ the | Jonathan Blandford | 2001-03-28 | 11 | -8/+187 |
* | c++ fixes. | Tim Janik | 2001-03-28 | 10 | -99/+118 |
* | Fix use of uninitialized memory. | Owen Taylor | 2001-03-28 | 8 | -3/+36 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 22 | -254/+404 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 12 | -18/+77 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 21 | -91/+658 |
* | Don't reference the widgets in the resulting list. (#11821) This makes | Owen Taylor | 2001-03-26 | 9 | -6/+74 |
* | Add a virtual function to set whether the IM context should use the | Owen Taylor | 2001-03-26 | 9 | -13/+81 |
* | Remove stale FIXME comment. | Owen Taylor | 2001-03-26 | 7 | -0/+28 |
* | Fixed bug that returned NULL if a filename was selected. | Alexander Larsson | 2001-03-26 | 8 | -1/+36 |
* | improve error message to contain the word "theme" | Havoc Pennington | 2001-03-24 | 8 | -1/+36 |
* | make motion around the ring much slower but finer-grained (gtk_hsv_focus): | Havoc Pennington | 2001-03-24 | 10 | -5/+80 |
* | 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 |