summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* set correct focus_row after a remove_row call.Lars Hamann1998-11-048-24/+54
* gtk/gtkoptionmenu.c make option menus work when some of the menuitems areGMT 1998 Austin Donnelly1998-11-019-3/+58
* Forgot to commit ChangeLogRaja R Harinath1998-11-017-0/+91
* Remove `#pragma }'.Raja R Harinath1998-11-014-19/+83
* Require GLib 1.1.4GTK_1_1_3Shawn Amundson1998-10-311-2/+2
* Released GTK+ 1.1.3CST 1998 Shawn T. Amundson1998-10-3118-514/+414
* free undo_un/selection, unselect list_item before disconnect signalLars Hamann1998-10-309-1257/+1654
* cause the built sources to be rebuild when possible, even withTim Janik1998-10-308-4/+45
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-3011-374/+861
* fixed xlc stuffJoel Becker1998-10-261-1/+1
* fixed extraneous "," on line 390Joel Becker1998-10-261-1/+1
* support an environment variable GTK_MODULES= which takes a colon speratedTim Janik1998-10-258-55/+127
* added more g_return_if_fail() statements.Tim Janik1998-10-258-0/+37
* removed. gtk_clist_destroy is sufficientLars Hamann1998-10-228-40/+35
* samll fix for invisible columnsLars Hamann1998-10-228-6/+42
* GtkType and macro fixups set a pattern for the file selection widget toTim Janik1998-10-2210-390/+407
* One-character fix to make it compile - FedericoArturo Espinosa1998-10-212-2/+2
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-2012-347/+519
* file testps.c was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file region.h was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file poly.h was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file gdkps.h was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file gdkps.c was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file gdkdrawable.c was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file Region.c was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* file PolyReg.c was initially added on branch ps-mf.Paolo Molaro1998-10-200-0/+0
* Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-209-4/+32
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-1912-2493/+3478
* Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6Owen Taylor1998-10-198-1/+36
* 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-1910-2/+48
* New test program for new DND. (Old DND tests in testgtk still need to beOwen Taylor1998-10-182-0/+1244
* Missed two files.Owen Taylor1998-10-182-0/+182
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-1847-2911/+10688
* new function to toggle line wrapping like gtk_text_set_word_wrap ()Martin Baulig1998-10-189-0/+53
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-1613-1827/+2666
* Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-148-1/+39
* fixed a commentTim Janik1998-10-121-1/+4
* only unref those handlers that have not yet been disconnected (finallyTim Janik1998-10-129-6/+85
* HACKING we need libtool 1.2b nowManish Singh1998-10-109-2/+37
* take the left, right, top and bottom attach arguments as mandatory andTim Janik1998-10-109-20/+87
* Fixed warning message to print out parent class name correctly.Owen Taylor1998-10-089-8/+45
* removed functions gtk_object_set_data_destroy andTim Janik1998-10-089-13/+86
* added size_allocate_title_buttons call (gtk_clist_realize): changedLars Hamann1998-10-078-0/+50
* removed xor_gc, use clists xor_gc instead removedLars Hamann1998-10-079-52/+82
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-0773-70/+64
* new signal GtkCList::resize_column. don't draw invisible columnsLars Hamann1998-10-0711-392/+855
* use g_free to free g_malloced memory (Martin PoolTim Janik1998-10-069-6/+41
* Fixed an alpha bug.Raph Levien1998-10-0510-3/+42
* gtk/gtkcalendar.c: More changes: - The day with focus is now seperatedCDT 1998 Shawn T. Amundson1998-10-059-84/+211