| Commit message (Expand) | Author | Age | Files | Lines |
* | Fit scales into the theme-drawing framework. We do this by making them, | Owen Taylor | 1998-08-21 | 1 | -0/+6 |
* | Fixed minor problem in gtkhandlebox.c with drawing, and some notebook | The Rasterman | 1998-08-19 | 1 | -0/+8 |
* | GTK theme revision 2 now in CVS themes 2 branch........ WHEEEEEEEEEEE! | Carsten Haitzler | 1998-07-28 | 1 | -73/+42 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -19/+2 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | Now accepts an extra "clip" parameter, which is the clipping rectangle to | Federico Mena Quintero | 1998-06-17 | 1 | -32/+37 |
* | Removed the fleur_cursor field. Now the cursor is created/destroyed on | Federico Mena Quintero | 1998-06-09 | 1 | -8/+11 |
* | Added style_set handler. | Owen Taylor | 1998-05-22 | 1 | -0/+26 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Combobulator fixes..... .... | Elliot Lee | 1998-04-09 | 1 | -0/+1 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -2/+2 |
* | New function to draw a nifty "textured metal" frame. Could be useful in | Federico Mena Quintero | 1998-04-04 | 1 | -52/+48 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -2/+2 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 1 | -2/+8 |
* | removed a leftover g_print() call | Tim Janik | 1998-03-25 | 1 | -1/+0 |
* | implemented new flag shrink_on_detach (TRUE by default) which will cause | Tim Janik | 1998-03-24 | 1 | -17/+44 |
* | Quick fix for size allocation -- needs more work overall | Jay Painter | 1998-03-24 | 1 | -6/+16 |
* | major overhaul of the code, fixed all known bugs (hopefully ;). | Tim Janik | 1998-03-21 | 1 | -293/+541 |
* | refuse to allocate with a greater height than requested. | Tim Janik | 1998-03-14 | 1 | -7/+55 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 1 | -1/+1 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | handle box signals. fixups for 99.4 -timj | Tim Janik | 1998-02-28 | 1 | -1/+46 |
* | reserve the space for child_attach/child_detach signals. | Tim Janik | 1998-02-28 | 1 | -0/+14 |
* | gtk/gtktext.c | Owen Taylor | 1998-02-27 | 1 | -6/+2 |
* | Fixed unrealize handler to comply with the documentation (which mentions | Federico Mena Quintero | 1998-02-12 | 1 | -11/+3 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 1 | -7/+11 |
* | Oops, forgot a clean-up - Federico | Arturo Espinosa | 1998-01-28 | 1 | -3/+0 |
* | The auto_shrink policy of the floating window is now set to TRUE. This | Federico Mena | 1998-01-28 | 1 | -4/+28 |
* | gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c | Owen Taylor | 1998-01-18 | 1 | -7/+10 |
* | Now we use a GtkWindow of type GTK_WINDOW_DIALOG as a destination for | Federico Mena | 1998-01-16 | 1 | -53/+59 |
* | Lots of changes all over the place. Now the widget has two windows. The | Federico Mena | 1998-01-16 | 1 | -214/+412 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |
* | copyright notices | Elliot Lee | 1998-01-08 | 1 | -0/+1 |
* | Some geometry management bugs fixed (and some others added -- will fix them | Arturo Espinosa | 1998-01-05 | 1 | -48/+62 |
* | Several portability fixes from Michael Callahan <callahan@xmission.com> | Shawn Amundson | 1998-01-03 | 1 | -0/+1 |
* | Go back to old handlebox for now, so we can get a release outGTK_0_99_1 | Elliot Lee | 1998-01-02 | 1 | -14/+1 |
* | GtkHandleBox needs some changes, it might not work now | Elliot Lee | 1998-01-01 | 1 | -1/+14 |
* | handlebox now lets you set in_root flag (and if you set that, its location as... | Elliot Lee | 1998-01-01 | 1 | -8/+10 |
* | HandleBox mostly works now (the size_request and size_allocate is black magic... | Elliot Lee | 1997-12-28 | 1 | -50/+35 |
* | A few fixes to the handlebox, mostly to make it debuggable | Elliot Lee | 1997-12-28 | 1 | -17/+42 |
* | Eliminated a compiler warning caused by not casting an argument in a | scott | 1997-12-26 | 1 | -1/+1 |
* | The handlebox is almost finished. Just need help with resizing the | Elliot Lee | 1997-12-22 | 1 | -22/+96 |
* | Fixed dragging of handlebox | Elliot Lee | 1997-12-22 | 1 | -5/+11 |
* | OK, handle box is good to go except for having the parent resize when it is d... | Elliot Lee | 1997-12-19 | 1 | -7/+15 |
* | more gtkhandlebox painting stuff.. | Elliot Lee | 1997-12-19 | 1 | -14/+29 |
* | more gtkhandlebox work.. | Elliot Lee | 1997-12-19 | 1 | -22/+55 |
* | handlebox mods | Elliot Lee | 1997-12-18 | 1 | -1/+2 |
* | Added root coords to button & motion events - sopwith | Elliot Lee | 1997-12-17 | 1 | -19/+66 |
* | Start of work on a widget to allow you to drag other widgets in and out of | Elliot Lee | 1997-12-16 | 1 | -0/+228 |