summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
* Fit scales into the theme-drawing framework. We do this by making them,Owen Taylor1998-08-211-0/+6
* Fixed minor problem in gtkhandlebox.c with drawing, and some notebookThe Rasterman1998-08-191-0/+8
* GTK theme revision 2 now in CVS themes 2 branch........ WHEEEEEEEEEEE!Carsten Haitzler1998-07-281-73/+42
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-19/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* Now accepts an extra "clip" parameter, which is the clipping rectangle toFederico Mena Quintero1998-06-171-32/+37
* Removed the fleur_cursor field. Now the cursor is created/destroyed onFederico Mena Quintero1998-06-091-8/+11
* Added style_set handler.Owen Taylor1998-05-221-0/+26
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Combobulator fixes..... ....Elliot Lee1998-04-091-0/+1
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-2/+2
* New function to draw a nifty "textured metal" frame. Could be useful inFederico Mena Quintero1998-04-041-52/+48
* More extensive debugging outputOwen Taylor1998-04-031-2/+2
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-281-2/+8
* removed a leftover g_print() callTim Janik1998-03-251-1/+0
* implemented new flag shrink_on_detach (TRUE by default) which will causeTim Janik1998-03-241-17/+44
* Quick fix for size allocation -- needs more work overallJay Painter1998-03-241-6/+16
* major overhaul of the code, fixed all known bugs (hopefully ;).Tim Janik1998-03-211-293/+541
* refuse to allocate with a greater height than requested.Tim Janik1998-03-141-7/+55
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-1/+1
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* 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