| Commit message (Expand) | Author | Age | Files | Lines |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -0/+20 |
* | Rewritten and hopefully improved. | Owen Taylor | 1998-05-12 | 1 | -0/+9 |
* | The commit to the stable branch is on its way... | Federico Mena Quintero | 1998-05-12 | 1 | -0/+18 |
* | changed log | Owen Taylor | 1998-05-12 | 1 | -0/+12 |
* | [security audit by Alan Cox] | Tim Janik | 1998-05-12 | 1 | -20/+32 |
* | queue the idle_sizer with GTK_PRIORITY_INTERNAL - 1, so widgets get first | Tim Janik | 1998-05-11 | 1 | -0/+12 |
* | add question on multi-threading, minor URL cleanups. | BST 1998 Tony Gale | 1998-05-11 | 1 | -0/+5 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -62/+77 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -0/+9 |
* | Started documentation of GtkCTree. | Stefan Jeske | 1998-05-10 | 1 | -0/+7 |
* | bugfixes, cleanups and macro reduction, nothing major though ;) | Tim Janik | 1998-05-10 | 1 | -12/+0 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -0/+78 |
* | update of Italian tutorial translation from Daniele Canazza | BST 1998 Tony Gale | 1998-05-09 | 1 | -0/+5 |
* | new file used as template for new file to define macros indicating newly | Tim Janik | 1998-05-09 | 1 | -0/+17 |
* | reflect the presence of signal connections through unsetting | Tim Janik | 1998-05-08 | 1 | -0/+25 |
* | asure that the type system has been initialized. | Tim Janik | 1998-05-07 | 1 | -0/+5 |
* | allocate object data chunks through a global object data structure list. | Tim Janik | 1998-05-07 | 1 | -0/+8 |
* | speedups speedups speedups.... | Tim Janik | 1998-05-07 | 1 | -0/+9 |
* | postfix -lg* libraries with LT_RELEASE. | Tim Janik | 1998-05-07 | 1 | -0/+13 |
* | Oops, missed this in the last commit. The commit to the stable branch is und... | Federico Mena Quintero | 1998-05-06 | 1 | -0/+5 |
* | Removed code that caused an endless loop. | Stefan Jeske | 1998-05-06 | 1 | -0/+5 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -1/+46 |
* | New function to wrap XSetDashes; modified gtkctree.c to use it. | Stefan Jeske | 1998-05-05 | 1 | -0/+5 |
* | Added $x_libs in the other_libraries field in the check for | Federico Mena Quintero | 1998-05-04 | 1 | -0/+5 |
* | One or two trivial changes from the gtk-1-0 branch. | Owen Taylor | 1998-05-04 | 1 | -0/+6 |
* | Merges from the gtk-1-0 branch | Owen Taylor | 1998-05-04 | 1 | -1/+24 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -0/+50 |
* | hmmmm, corrections? | Tim Janik | 1998-05-03 | 1 | -2/+1 |
* | new function to set the adjustments value without causing a current | Tim Janik | 1998-05-03 | 1 | -0/+11 |
* | new function to set the current focus_child of a container, does proper | Tim Janik | 1998-05-03 | 1 | -0/+20 |
* | added new functions to operate on intermediate function pointers. | Tim Janik | 1998-05-02 | 1 | -0/+8 |
* | merging owen's bug fix | Owen Taylor | 1998-05-02 | 1 | -0/+6 |
* | only emit "value_changed" if we really passed a new value. | Tim Janik | 1998-05-02 | 1 | -0/+8 |
* | do not just return if the combo-list is empty since that will cause the | Tim Janik | 1998-05-02 | 1 | -0/+10 |
* | Further changes to the way the window is popped up so that it will be | Owen Taylor | 1998-05-01 | 1 | -0/+6 |
* | New function to reset the RC styles for a heirarchy | Owen Taylor | 1998-05-01 | 1 | -0/+16 |
* | prefixed all clist flags with GTK_ to avoid name clashes. redefined | Tim Janik | 1998-05-01 | 1 | -1/+43 |
* | changed log | Owen Taylor | 1998-05-01 | 1 | -1/+7 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -0/+162 |
* | Allow the user to use the popup list like a menu. | Owen Taylor | 1998-04-30 | 1 | -0/+24 |
* | Random debugging fixed this bug: There is no need to set the ExposureMask | Miguel de Icaza | 1998-04-29 | 1 | -0/+6 |
* | merging changes from owen: | Owen Taylor | 1998-04-24 | 1 | -0/+8 |
* | changed ref_count field to be of type guint. added check for ref_count>0; | Tim Janik | 1998-04-24 | 1 | -0/+21 |
* | Remember whether the widget was visible before we unparent it. | Federico Mena Quintero | 1998-04-23 | 1 | -0/+5 |
* | prepend the running_timeouts list with the tmp_list link itself, not with | Tim Janik | 1998-04-22 | 1 | -0/+11 |
* | new function ala gtk_radio_button_set_group. (gtk_radio_menu_item_init): | Tim Janik | 1998-04-18 | 1 | -0/+13 |
* | ChangeLog split up into ChangeLog.pre-1-0 and ChangeLog. | Tim Janik | 1998-04-17 | 1 | -4958/+4 |
* | corrected a brace position (Damon Chaplin), which i got wrong when | Tim Janik | 1998-04-15 | 1 | -0/+6 |
* | Fix the problem introduced by whoever thought that randomly changing ints | Miguel de Icaza | 1998-04-15 | 1 | -0/+8 |
* | Released GTK+ 1.0.0GTK_1_0_0 | PDT 1998 Shawn T. Amundson | 1998-04-14 | 1 | -0/+4 |