summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
...
* handle box signals. fixups for 99.4 -timjTim Janik1998-02-281-1/+46
* reserve the space for child_attach/child_detach signals.Tim Janik1998-02-281-0/+14
* gtk/gtktext.cOwen Taylor1998-02-271-6/+2
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-11/+3
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-7/+11
* Oops, forgot a clean-up - FedericoArturo Espinosa1998-01-281-3/+0
* The auto_shrink policy of the floating window is now set to TRUE. ThisFederico Mena1998-01-281-4/+28
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-7/+10
* Now we use a GtkWindow of type GTK_WINDOW_DIALOG as a destination forFederico Mena1998-01-161-53/+59
* Lots of changes all over the place. Now the widget has two windows. TheFederico Mena1998-01-161-214/+412
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* copyright noticesElliot Lee1998-01-081-0/+1
* Some geometry management bugs fixed (and some others added -- will fix themArturo Espinosa1998-01-051-48/+62
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-031-0/+1
* Go back to old handlebox for now, so we can get a release outGTK_0_99_1Elliot Lee1998-01-021-14/+1
* GtkHandleBox needs some changes, it might not work nowElliot Lee1998-01-011-1/+14
* handlebox now lets you set in_root flag (and if you set that, its location as...Elliot Lee1998-01-011-8/+10
* HandleBox mostly works now (the size_request and size_allocate is black magic...Elliot Lee1997-12-281-50/+35
* A few fixes to the handlebox, mostly to make it debuggableElliot Lee1997-12-281-17/+42
* Eliminated a compiler warning caused by not casting an argument in ascott1997-12-261-1/+1
* The handlebox is almost finished. Just need help with resizing theElliot Lee1997-12-221-22/+96
* Fixed dragging of handleboxElliot Lee1997-12-221-5/+11
* OK, handle box is good to go except for having the parent resize when it is d...Elliot Lee1997-12-191-7/+15
* more gtkhandlebox painting stuff..Elliot Lee1997-12-191-14/+29
* more gtkhandlebox work..Elliot Lee1997-12-191-22/+55
* handlebox modsElliot Lee1997-12-181-1/+2
* Added root coords to button & motion events - sopwithElliot Lee1997-12-171-19/+66
* Start of work on a widget to allow you to drag other widgets in and out ofElliot Lee1997-12-161-0/+228