| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | Fix child allocations to be relative to widget position and some drawing | Owen Taylor | 2001-11-16 | 1 | -1/+1 |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 1 | -23/+102 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -15/+123 |
* | Add missing cast. | Owen Taylor | 2001-09-19 | 1 | -1/+1 |
* | Set current serial so that we don't eternally update the keymap after we | Owen Taylor | 2001-09-03 | 1 | -1/+1 |
* | Use autoconf 2.13/2.50 compat macro. | Owen Taylor | 2001-08-27 | 1 | -3/+40 |
* | Remove unused and useless function gtk_menu_item_configure(). (#58925) | Owen Taylor | 2001-08-25 | 1 | -12/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -24/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -3/+5 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+17 |
* | Use new mnemonic convenience functions | Havoc Pennington | 2001-06-05 | 1 | -0/+29 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -3/+3 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+23 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -4/+4 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -13/+1 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -8/+8 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -23/+22 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -28/+0 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -11/+80 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -2/+2 |
* | 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 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -12/+12 |
* | Fix problem with installation directory for gdkx.h | Owen Taylor | 2000-04-07 | 1 | -15/+11 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -23/+21 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -3/+5 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -2/+2 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -18/+19 |
* | free the event that was returned to us by gtk_get_current_event | George Lebl | 1999-01-06 | 1 | -0/+2 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+2 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -0/+5 |
* | fixed submenu popup timeouts, we decide whether or not to delay the | Tim Janik | 1998-12-14 | 1 | -8/+25 |
* | made GtkMenuItem::activate a GTK_RUN_ACTION signal. | Tim Janik | 1998-12-13 | 1 | -1/+10 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -14/+20 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -13/+43 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 1 | -2/+65 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -1/+1 |
* | 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 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -0/+27 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -164/+29 |
* | typedef gint gboolean; this is needed to provide portability with | Tim Janik | 1998-05-14 | 1 | -0/+1 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | Allow the user to use the popup list like a menu. | Owen Taylor | 1998-04-30 | 1 | -28/+0 |
* | An old allocation error. | Owen Taylor | 1998-04-13 | 1 | -1/+2 |