| Commit message (Expand) | Author | Age | Files | Lines |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -2/+2 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -2/+2 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -20/+29 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -2/+1 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | Significantly reduced the number of calls to gdk_draw_point() (and thus to | Federico Mena Quintero | 1999-03-09 | 1 | -2/+6 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+6 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 1 | -5/+0 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -2/+0 |
* | When we find a match, stop searching. (Because we assume pspec != NULL in | Owen Taylor | 1999-02-15 | 1 | -184/+299 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -9/+19 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -6/+6 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -2/+2 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -1/+0 |
* | Minor indent fix on gtk_handle_box_get_arg proto | Andrew T. Veliath | 1998-11-21 | 1 | -3/+3 |
* | Add shadow_type and gtk_handle_box_set_shadow_type function (plus a | Andrew T. Veliath | 1998-11-21 | 1 | -2/+76 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -78/+51 |
* | Do not do anything if the event's window is not the bin window. | Federico Mena Quintero | 1998-08-20 | 1 | -0/+6 |
* | 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 |