summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* added ARG_WINDOW_PLACEMENTLars Hamann1998-11-114-164/+115
* Define this so we can check for latest GTK features.Martin Baulig1998-11-101-0/+5
* new enum GtkCornerType added window_placement. new method to setLars Hamann1998-11-094-20/+73
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-086-10/+5
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-071-0/+2
* Set background of title button window to GTK_STATE_NORMAL instead ofStefan Jeske1998-11-071-1/+1
* resize clist if adjustments are NULL and list size has changedLars Hamann1998-11-072-77/+147
* Added warning about callback on <Branch> itemsGuillaume Laurent1998-11-072-6/+12
* Indentation cleanups.Owen Taylor1998-11-063-12/+10
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-0674-3911/+6792
* gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-mergeLars Hamann1998-11-052-7/+0
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-058-563/+538
* fix focus_row adjustment (gtk_ctree_remove_node): select focus_row ifLars Hamann1998-11-041-5/+23
* added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget):Tim Janik1998-11-041-3/+54
* set correct focus_row after a remove_row call.Lars Hamann1998-11-041-24/+19
* gtk/gtkoptionmenu.c make option menus work when some of the menuitems areGMT 1998 Austin Donnelly1998-11-012-3/+9
* Remove `#pragma }'.Raja R Harinath1998-11-011-1/+0
* free undo_un/selection, unselect list_item before disconnect signalLars Hamann1998-10-302-1257/+1458
* cause the built sources to be rebuild when possible, even withTim Janik1998-10-301-4/+3
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-304-374/+728
* support an environment variable GTK_MODULES= which takes a colon speratedTim Janik1998-10-251-55/+85
* added more g_return_if_fail() statements.Tim Janik1998-10-251-0/+9
* removed. gtk_clist_destroy is sufficientLars Hamann1998-10-221-40/+0
* samll fix for invisible columnsLars Hamann1998-10-221-6/+7
* GtkType and macro fixups set a pattern for the file selection widget toTim Janik1998-10-223-390/+323
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-203-5/+15
* Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-202-4/+4
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-194-2478/+3230
* Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6Owen Taylor1998-10-191-1/+1
* add testdnd to .cvsignoreChristopher Blizzard1998-10-191-0/+1
* Change signal for drag_data_get to match the use that was being made of itOwen Taylor1998-10-193-2/+6
* New test program for new DND. (Old DND tests in testgtk still need to beOwen Taylor1998-10-181-0/+622
* Missed two files.Owen Taylor1998-10-182-0/+182
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-1820-550/+3259
* new function to toggle line wrapping like gtk_text_set_word_wrap ()Martin Baulig1998-10-182-0/+18
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-165-1665/+2051
* Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-141-1/+4
* fixed a commentTim Janik1998-10-121-1/+4
* only unref those handlers that have not yet been disconnected (finallyTim Janik1998-10-122-6/+8
* take the left, right, top and bottom attach arguments as mandatory andTim Janik1998-10-101-12/+26
* Fixed warning message to print out parent class name correctly.Owen Taylor1998-10-081-1/+1
* removed functions gtk_object_set_data_destroy andTim Janik1998-10-082-13/+9
* added size_allocate_title_buttons call (gtk_clist_realize): changedLars Hamann1998-10-071-0/+8
* removed xor_gc, use clists xor_gc instead removedLars Hamann1998-10-072-52/+19
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-0765-69/+1
* new signal GtkCList::resize_column. don't draw invisible columnsLars Hamann1998-10-074-392/+659
* use g_free to free g_malloced memory (Martin PoolTim Janik1998-10-061-3/+3
* Fixed an alpha bug.Raph Levien1998-10-051-0/+2
* gtk/gtkcalendar.c: More changes: - The day with focus is now seperatedCDT 1998 Shawn T. Amundson1998-10-052-84/+134
* gtk/gtkcalendar.c: Some significant changes, including: - No longer drawCDT 1998 Shawn T. Amundson1998-10-042-414/+510