| Commit message (Expand) | Author | Age | Files | Lines |
* | added ARG_WINDOW_PLACEMENT | Lars Hamann | 1998-11-11 | 4 | -164/+115 |
* | Define this so we can check for latest GTK features. | Martin Baulig | 1998-11-10 | 1 | -0/+5 |
* | new enum GtkCornerType added window_placement. new method to set | Lars Hamann | 1998-11-09 | 4 | -20/+73 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 6 | -10/+5 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 1 | -0/+2 |
* | Set background of title button window to GTK_STATE_NORMAL instead of | Stefan Jeske | 1998-11-07 | 1 | -1/+1 |
* | resize clist if adjustments are NULL and list size has changed | Lars Hamann | 1998-11-07 | 2 | -77/+147 |
* | Added warning about callback on <Branch> items | Guillaume Laurent | 1998-11-07 | 2 | -6/+12 |
* | Indentation cleanups. | Owen Taylor | 1998-11-06 | 3 | -12/+10 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 74 | -3911/+6792 |
* | gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-merge | Lars Hamann | 1998-11-05 | 2 | -7/+0 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 8 | -563/+538 |
* | fix focus_row adjustment (gtk_ctree_remove_node): select focus_row if | Lars Hamann | 1998-11-04 | 1 | -5/+23 |
* | added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget): | Tim Janik | 1998-11-04 | 1 | -3/+54 |
* | set correct focus_row after a remove_row call. | Lars Hamann | 1998-11-04 | 1 | -24/+19 |
* | gtk/gtkoptionmenu.c make option menus work when some of the menuitems are | GMT 1998 Austin Donnelly | 1998-11-01 | 2 | -3/+9 |
* | Remove `#pragma }'. | Raja R Harinath | 1998-11-01 | 1 | -1/+0 |
* | free undo_un/selection, unselect list_item before disconnect signal | Lars Hamann | 1998-10-30 | 2 | -1257/+1458 |
* | cause the built sources to be rebuild when possible, even with | Tim Janik | 1998-10-30 | 1 | -4/+3 |
* | renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. | Tim Janik | 1998-10-30 | 4 | -374/+728 |
* | support an environment variable GTK_MODULES= which takes a colon sperated | Tim Janik | 1998-10-25 | 1 | -55/+85 |
* | added more g_return_if_fail() statements. | Tim Janik | 1998-10-25 | 1 | -0/+9 |
* | removed. gtk_clist_destroy is sufficient | Lars Hamann | 1998-10-22 | 1 | -40/+0 |
* | samll fix for invisible columns | Lars Hamann | 1998-10-22 | 1 | -6/+7 |
* | GtkType and macro fixups set a pattern for the file selection widget to | Tim Janik | 1998-10-22 | 3 | -390/+323 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 3 | -5/+15 |
* | Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-10-20 | 2 | -4/+4 |
* | rearranged some functions (gtk_clist_set_column_auto_resize): new | Lars Hamann | 1998-10-19 | 4 | -2478/+3230 |
* | Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6 | Owen Taylor | 1998-10-19 | 1 | -1/+1 |
* | add testdnd to .cvsignore | Christopher Blizzard | 1998-10-19 | 1 | -0/+1 |
* | Change signal for drag_data_get to match the use that was being made of it | Owen Taylor | 1998-10-19 | 3 | -2/+6 |
* | New test program for new DND. (Old DND tests in testgtk still need to be | Owen Taylor | 1998-10-18 | 1 | -0/+622 |
* | Missed two files. | Owen Taylor | 1998-10-18 | 2 | -0/+182 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 20 | -550/+3259 |
* | new function to toggle line wrapping like gtk_text_set_word_wrap () | Martin Baulig | 1998-10-18 | 2 | -0/+18 |
* | change a few cell styles of inserted row (change_style): change style of | Lars Hamann | 1998-10-16 | 5 | -1665/+2051 |
* | Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-10-14 | 1 | -1/+4 |
* | fixed a comment | Tim Janik | 1998-10-12 | 1 | -1/+4 |
* | only unref those handlers that have not yet been disconnected (finally | Tim Janik | 1998-10-12 | 2 | -6/+8 |
* | take the left, right, top and bottom attach arguments as mandatory and | Tim Janik | 1998-10-10 | 1 | -12/+26 |
* | Fixed warning message to print out parent class name correctly. | Owen Taylor | 1998-10-08 | 1 | -1/+1 |
* | removed functions gtk_object_set_data_destroy and | Tim Janik | 1998-10-08 | 2 | -13/+9 |
* | added size_allocate_title_buttons call (gtk_clist_realize): changed | Lars Hamann | 1998-10-07 | 1 | -0/+8 |
* | removed xor_gc, use clists xor_gc instead removed | Lars Hamann | 1998-10-07 | 2 | -52/+19 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 65 | -69/+1 |
* | new signal GtkCList::resize_column. don't draw invisible columns | Lars Hamann | 1998-10-07 | 4 | -392/+659 |
* | use g_free to free g_malloced memory (Martin Pool | Tim Janik | 1998-10-06 | 1 | -3/+3 |
* | Fixed an alpha bug. | Raph Levien | 1998-10-05 | 1 | -0/+2 |
* | gtk/gtkcalendar.c: More changes: - The day with focus is now seperated | CDT 1998 Shawn T. Amundson | 1998-10-05 | 2 | -84/+134 |
* | gtk/gtkcalendar.c: Some significant changes, including: - No longer draw | CDT 1998 Shawn T. Amundson | 1998-10-04 | 2 | -414/+510 |