| Commit message (Expand) | Author | Age | Files | Lines |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 25 | -315/+1607 |
* | relookup nodes after external functions have been called. also relookup | Tim Janik | 1998-08-11 | 3 | -6/+48 |
* | Removed has_cursor, set the cursor beginning of Text when creating the | Owen Taylor | 1998-08-11 | 9 | -62/+208 |
* | Fix for resize bug. Call gtk_widget_size_allocate instead of | Lars Hamann | 1998-08-10 | 1 | -15/+18 |
* | fixed an #include statement (reported by Eric Kidd). | Tim Janik | 1998-08-10 | 1 | -1/+1 |
* | hm, someone changed an enum and didn't update auto-files... | Tim Janik | 1998-08-07 | 5 | -1/+14 |
* | Renamed my_merge and my_mergesort to gtk_clist_merge and | Stefan Jeske | 1998-08-06 | 1 | -19/+19 |
* | Fixed some minor comment typos and added myself to AUTHORS in gtk+. | Raph Levien | 1998-08-06 | 1 | -1/+1 |
* | Renamed `merge' -> `my_merge' and `mergesort' -> `my_mergesort'. | Martin Baulig | 1998-08-06 | 1 | -16/+16 |
* | new enum GtkSortType. | Stefan Jeske | 1998-08-05 | 6 | -195/+453 |
* | changed to return a gboolean (gtk_ctree_insert_gnode): new function for | Lars Hamann | 1998-08-05 | 2 | -18/+135 |
* | Added missing elsemerge-to-themes-2-1 | Owen Taylor | 1998-08-04 | 1 | -6/+7 |
* | Undraw the cursor before (possibly) deleting the cursor's text property. | Owen Taylor | 1998-08-04 | 1 | -12/+59 |
* | Empty rows/columns of the table should not have been marked as being able | Owen Taylor | 1998-08-04 | 2 | -8/+36 |
* | New public function to find a row by its data pointer using a custom | Federico Mena Quintero | 1998-08-03 | 2 | -0/+25 |
* | don't you hate it when you apply the wrong patch and discover it only | George Lebl | 1998-08-03 | 1 | -1/+3 |
* | draw the buttons during a "draw" as well, this fixes a bug when the whole | George Lebl | 1998-08-03 | 1 | -0/+6 |
* | reset drag_pos after abort removed a few unneeded lines fixed compiler | Lars Hamann | 1998-08-02 | 2 | -31/+9 |
* | Few fixes for column resize. Store resize column in clist->drag_pos. | Lars Hamann | 1998-07-31 | 9 | -777/+2533 |
* | removed a few unneeded lines | Lars Hamann | 1998-07-30 | 1 | -19/+6 |
* | column resize now works with horizontal autoscrolling, GtkCTree's 'reorder | Lars Hamann | 1998-07-29 | 1 | -113/+68 |
* | small fix for border drawing bug | Lars Hamann | 1998-07-28 | 1 | -73/+126 |
* | fixed EXTRA_DIST sections | Tim Janik | 1998-07-27 | 2 | -10/+4 |
* | revamped the definitions for 1-1-0, so that all the new API stuff is | Tim Janik | 1998-07-27 | 1 | -9/+12 |
* | fixup, so that enum values are looked up. | Tim Janik | 1998-07-27 | 12 | -21/+77 |
* | little fix to avoid warnings | Lars Hamann | 1998-07-26 | 2 | -1/+2 |
* | Began cleanup, e.g. use gtk_widget_show_all instead of many | Stefan Jeske | 1998-07-26 | 1 | -639/+337 |
* | Fixed wrong allocation for GTK_BUTTONBOX_END. | Stefan Jeske | 1998-07-26 | 1 | -1/+1 |
* | fix for pointer grab | Lars Hamann | 1998-07-26 | 2 | -20/+45 |
* | Fixed 2 bugs in font selection - initialising array sizes and checking that | Damon Chaplin | 1998-07-25 | 1 | -2/+6 |
* | test for node != NULL (gtk_ctree_is_visible) (gtk_ctree_realize) | Lars Hamann | 1998-07-25 | 2 | -17/+38 |
* | mini code cleanup | Lars Hamann | 1998-07-24 | 1 | -16/+10 |
* | Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-07-24 | 1 | -0/+2 |
* | introduce testbindings on C-1 for buttons, to check out binding | Tim Janik | 1998-07-22 | 12 | -147/+610 |
* | few fixes for gtk_signal_emits | Lars Hamann | 1998-07-22 | 1 | -15/+13 |
* | make auto-files update | Tim Janik | 1998-07-22 | 5 | -1/+33 |
* | We free things from the text property MemChunk, so it needs to be | Owen Taylor | 1998-07-21 | 1 | -7/+48 |
* | genmarshal.pl: Handle complex types, and functions with a return value but | Elliot Lee | 1998-07-21 | 6 | -66/+100 |
* | Marshallers for C_CALLBACK parameters now pass "func, func_data," instead | Elliot Lee | 1998-07-21 | 3 | -82/+139 |
* | missed this | Elliot Lee | 1998-07-21 | 1 | -5/+1 |
* | Fixed wrong size of activity indicator. It is settable now as a fraction | Stefan Jeske | 1998-07-21 | 3 | -17/+62 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 33 | -948/+804 |
* | new functions, recursive process tree to specified depth | Lars Hamann | 1998-07-20 | 2 | -26/+199 |
* | fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmap | Lars Hamann | 1998-07-19 | 2 | -81/+81 |
* | export gtk_binary_age and gtk_interface_age. | Tim Janik | 1998-07-19 | 9 | -124/+451 |
* | Introduced generic GtkProgress widget. Derived GtkProgressBar from | Stefan Jeske | 1998-07-19 | 8 | -197/+1743 |
* | explicitly specify void in prototype | Manish Singh | 1998-07-18 | 2 | -2/+2 |
* | fix to avoid flicker at begin/end of list | Lars Hamann | 1998-07-17 | 1 | -7/+18 |
* | sropped the approach of copying all signal specific data into a | Tim Janik | 1998-07-17 | 1 | -107/+69 |
* | care for the posssibility that someone destroys the entry on the | Tim Janik | 1998-07-17 | 1 | -1/+6 |