summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt cast macros to standard.Raja R Harinath1999-11-221-20/+29
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-2/+1
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-091-2/+6
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+6
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-211-5/+0
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-2/+0
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-151-184/+299
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-9/+19
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-6/+6
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-2/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-1/+0
* Minor indent fix on gtk_handle_box_get_arg protoAndrew T. Veliath1998-11-211-3/+3
* Add shadow_type and gtk_handle_box_set_shadow_type function (plus aAndrew T. Veliath1998-11-211-2/+76
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-181-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-78/+51
* Do not do anything if the event's window is not the bin window.Federico Mena Quintero1998-08-201-0/+6
* 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