| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed has_cursor, set the cursor beginning of Text when creating the | Owen Taylor | 1998-08-11 | 1 | -0/+39 |
* | #include fixes (reported by Asbjoern Pettersen). | Tim Janik | 1998-08-11 | 1 | -0/+5 |
* | Applied gtk-pedersen-980727-0; added all logical operations to | Owen Taylor | 1998-08-11 | 1 | -0/+5 |
* | Fix for resize bug. Call gtk_widget_size_allocate instead of | Lars Hamann | 1998-08-10 | 1 | -0/+6 |
* | fixed an #include statement (reported by Eric Kidd). | Tim Janik | 1998-08-10 | 1 | -0/+4 |
* | Renamed my_merge and my_mergesort to gtk_clist_merge and | Stefan Jeske | 1998-08-06 | 1 | -0/+5 |
* | Renamed `merge' -> `my_merge' and `mergesort' -> `my_mergesort'. | Martin Baulig | 1998-08-06 | 1 | -0/+5 |
* | new enum GtkSortType. | Stefan Jeske | 1998-08-05 | 1 | -0/+30 |
* | Released GTK+ 1.1.1GTK_1_1_1 | PDT 1998 Shawn T. Amundson | 1998-08-05 | 1 | -0/+4 |
* | changed to return a gboolean (gtk_ctree_insert_gnode): new function for | Lars Hamann | 1998-08-05 | 1 | -0/+11 |
* | version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1 | Tim Janik | 1998-08-04 | 1 | -1/+8 |
* | Added missing elsemerge-to-themes-2-1 | Owen Taylor | 1998-08-04 | 1 | -1/+1 |
* | Undraw the cursor before (possibly) deleting the cursor's text property. | Owen Taylor | 1998-08-04 | 1 | -0/+12 |
* | Empty rows/columns of the table should not have been marked as being able | Owen Taylor | 1998-08-04 | 1 | -0/+6 |
* | New public function to find a row by its data pointer using a custom | Federico Mena Quintero | 1998-08-03 | 1 | -0/+6 |
* | 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 | 1 | -0/+6 |
* | Change window_private->parent pointer when reparenting. | Owen Taylor | 1998-08-02 | 1 | -0/+6 |
* | Made some config changes to make it work better both as a standalone | Raph Levien | 1998-08-02 | 1 | -0/+5 |
* | Few fixes for column resize. Store resize column in clist->drag_pos. | Lars Hamann | 1998-07-31 | 1 | -7/+64 |
* | removed a few unneeded lines | Lars Hamann | 1998-07-30 | 1 | -0/+4 |
* | column resize now works with horizontal autoscrolling, GtkCTree's 'reorder | Lars Hamann | 1998-07-29 | 1 | -0/+6 |
* | new directory new file, initial gtk_button man page | CDT 1998 Shawn T. Amundson | 1998-07-29 | 1 | -0/+5 |
* | small fix for border drawing bug | Lars Hamann | 1998-07-28 | 1 | -0/+5 |
* | new format for GDK documentation. Eventually plan to remove gdk.texi, but | CDT 1998 Shawn T. Amundson | 1998-07-28 | 1 | -0/+6 |
* | GtkTree section from David Huggins-Daines <bn711@freenet.carleton.ca>, add | BST 1998 Tony Gale | 1998-07-27 | 1 | -0/+3 |
* | GtkTree section from David Huggins-Daines <bn711@freenet.carleton.ca>, add | BST 1998 Tony Gale | 1998-07-27 | 1 | -0/+8 |
* | Released GTK+ 1.1.0GTK_1_1_0 | CDT 1998 Shawn T. Amundson | 1998-07-27 | 1 | -0/+4 |
* | revamped the definitions for 1-1-0, so that all the new API stuff is | Tim Janik | 1998-07-27 | 1 | -0/+5 |
* | fixup, so that enum values are looked up. | Tim Janik | 1998-07-27 | 1 | -0/+18 |
* | --- | Stefan Jeske | 1998-07-26 | 1 | -0/+13 |
* | fix for pointer grab | Lars Hamann | 1998-07-26 | 1 | -0/+10 |
* | *** empty log message *** | Damon Chaplin | 1998-07-25 | 1 | -0/+7 |
* | test for node != NULL (gtk_ctree_is_visible) (gtk_ctree_realize) | Lars Hamann | 1998-07-25 | 1 | -0/+8 |
* | mini code cleanup | Lars Hamann | 1998-07-24 | 1 | -0/+4 |
* | Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-07-24 | 1 | -0/+4 |
* | introduce testbindings on C-1 for buttons, to check out binding | Tim Janik | 1998-07-22 | 1 | -0/+27 |
* | actually builds and runs properly on big endian machines now, because we | Manish Singh | 1998-07-22 | 1 | -1/+11 |
* | few fixes for gtk_signal_emits | Lars Hamann | 1998-07-22 | 1 | -0/+6 |
* | We free things from the text property MemChunk, so it needs to be | Owen Taylor | 1998-07-21 | 1 | -0/+8 |
* | More minor config fixes. | Raph Levien | 1998-07-21 | 1 | -0/+4 |
* | Fixed minor config bug. | Raph Levien | 1998-07-21 | 1 | -0/+5 |
* | Fixed wrong size of activity indicator. It is settable now as a fraction | Stefan Jeske | 1998-07-21 | 1 | -0/+8 |
* | new functions, recursive process tree to specified depth | Lars Hamann | 1998-07-20 | 1 | -0/+8 |
* | fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmap | Lars Hamann | 1998-07-19 | 1 | -0/+6 |
* | export gtk_binary_age and gtk_interface_age. | Tim Janik | 1998-07-19 | 1 | -0/+22 |
* | Introduced generic GtkProgress widget. Derived GtkProgressBar from | Stefan Jeske | 1998-07-19 | 1 | -0/+7 |
* | explicitly specify void in prototype | Manish Singh | 1998-07-18 | 1 | -0/+5 |
* | Changelog fix | Lars Hamann | 1998-07-17 | 1 | -1/+0 |
* | fix to avoid flicker at begin/end of list | Lars Hamann | 1998-07-17 | 1 | -0/+6 |