| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass pkg-config options before the other args so it works even if | Alexander Larsson | 2001-04-11 | 1 | -0/+6 |
* | increment version to 1.3.4 (binary 0, interface 0). | Tim Janik | 2001-04-09 | 1 | -0/+5 |
* | gtk_calendar_button_press: check for action_func != NULL | Denis Oliver Kropp | 2001-04-04 | 1 | -0/+5 |
* | corrected path to gtk.immodules | Sven Neumann | 2001-04-04 | 1 | -0/+4 |
* | Released Gtk+-1.3.3.GTK_1_3_3 | Tim Janik | 2001-04-04 | 1 | -0/+8 |
* | stay in builddir and read/write files to/from source dir. (if we don't | Tim Janik | 2001-04-04 | 1 | -0/+12 |
* | removed set_sort_column, as it was moved to the GtkTreeSortable interface. | Jonathan Blandford | 2001-04-03 | 1 | -0/+8 |
* | Updated. | Owen Taylor | 2001-04-03 | 1 | -0/+19 |
* | changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() | Tim Janik | 2001-04-03 | 1 | -0/+25 |
* | Add empty gdk_setting_get(). | Alexander Larsson | 2001-04-03 | 1 | -0/+5 |
* | use more elaborate variable names. | Tim Janik | 2001-04-03 | 1 | -0/+7 |
* | Bug fix to make trees work again when not sorted. | Jonathan Blandford | 2001-04-02 | 1 | -0/+14 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -0/+29 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -0/+23 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 1 | -0/+14 |
* | Add missing changelog entry. | Owen Taylor | 2001-04-02 | 1 | -0/+9 |
* | Reference param spec when caching property values, since we unref it later | Owen Taylor | 2001-04-02 | 1 | -0/+9 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -0/+37 |
* | Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove | Alexander Larsson | 2001-04-02 | 1 | -0/+9 |
* | Add boxed type for GtkRequistion. Use it for ::size-request. | Owen Taylor | 2001-04-02 | 1 | -0/+22 |
* | raise window for non _NET window managers. | Tim Janik | 2001-04-01 | 1 | -0/+7 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -0/+15 |
* | for (i = 0; i < 100; i ++) g_print ("I will confirm it compile before | Jonathan Blandford | 2001-04-01 | 1 | -0/+6 |
* | Initial work on implementing the GtkTreeSortable interface. Basicaly a big | Jonathan Blandford | 2001-04-01 | 1 | -4/+9 |
* | fixups. | Tim Janik | 2001-04-01 | 1 | -0/+4 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 1 | -0/+20 |
* | disable USE_MMX for msvc build cause the assembler doesn't fit and is out | Hans Breuer | 2001-03-31 | 1 | -0/+39 |
* | fix use of magic constant "-1" in the aux info structure. | James Henstridge | 2001-03-31 | 1 | -0/+5 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -0/+21 |
* | added value_changed signal which proxies for the adjustment. Cleaned | Mike Kestner | 2001-03-30 | 1 | -0/+12 |
* | Now we listen to the reorder signal. | Jonathan Blandford | 2001-03-30 | 1 | -0/+5 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -0/+28 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 1 | -0/+12 |
* | *** empty log message *** | Owen Taylor | 2001-03-29 | 1 | -1/+27 |
* | Don't return TRUE from the event handler, that blocks all event signals on | Alexander Larsson | 2001-03-29 | 1 | -0/+7 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -0/+37 |
* | new function to handle reordering of trees. Seems to mostly work w/ the | Jonathan Blandford | 2001-03-28 | 1 | -0/+9 |
* | c++ fixes. | Tim Janik | 2001-03-28 | 1 | -0/+4 |
* | Fix use of uninitialized memory. | Owen Taylor | 2001-03-28 | 1 | -0/+5 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -0/+21 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 1 | -0/+7 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -0/+5 |
* | Don't reference the widgets in the resulting list. (#11821) This makes | Owen Taylor | 2001-03-26 | 1 | -0/+9 |
* | Add a virtual function to set whether the IM context should use the | Owen Taylor | 2001-03-26 | 1 | -0/+6 |
* | Remove stale FIXME comment. | Owen Taylor | 2001-03-26 | 1 | -0/+4 |
* | Fixed bug that returned NULL if a filename was selected. | Alexander Larsson | 2001-03-26 | 1 | -0/+5 |
* | improve error message to contain the word "theme" | Havoc Pennington | 2001-03-24 | 1 | -0/+5 |
* | make motion around the ring much slower but finer-grained (gtk_hsv_focus): | Havoc Pennington | 2001-03-24 | 1 | -0/+9 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -0/+79 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 1 | -0/+24 |