| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate ::selection-done emissions up to the topmost menu shell. | Tim Janik | 1999-05-11 | 1 | -6/+22 |
* | Unset the user data on the window before destroying it. | Owen Taylor | 1999-05-07 | 2 | -3/+29 |
* | Removed stray GtkPlugButton declaration. | Owen Taylor | 1999-05-06 | 3 | -3/+5 |
* | in the ItemFactory test, link radio items together, and show how | Tim Janik | 1999-05-06 | 17 | -257/+213 |
* | Use width,height = 0, 0 to mean - here to edge of window, instead of -1, | Owen Taylor | 1999-05-04 | 2 | -4/+5 |
* | Add a gtkrc file for iso-8859-2 locales. | Owen Taylor | 1999-05-04 | 2 | -5/+16 |
* | remove unused variable. | Tim Janik | 1999-04-29 | 1 | -1/+0 |
* | When redrawing characters on non-visible entry, use appropriate '*' | Owen Taylor | 1999-04-27 | 1 | -4/+9 |
* | compute destination cell from drag coordinates. | Lars Hamann | 1999-04-26 | 2 | -135/+180 |
* | properly initialize translate_* fields. (gtk_item_factory_finalize): | Tim Janik | 1999-04-21 | 1 | -3/+6 |
* | Fixed leak of rc_style list when lookup succeeeds. | Owen Taylor | 1999-04-21 | 1 | -0/+2 |
* | Add a / before the directory name to keep directory names from eachother. | Tomas Ogren | 1999-04-18 | 1 | -1/+1 |
* | #include "gdkkeysyms.h" for gdk_XConvertCase #defines | Manish Singh | 1999-04-17 | 1 | -13/+3 |
* | fixed undo_selection bug. fixed resync_selection bug. | Lars Hamann | 1999-04-14 | 2 | -7/+11 |
* | Add some missing GDK_THREADS_ENTER()/LEAVE around timeouts. (Patches from | Owen Taylor | 1999-04-09 | 3 | -7/+22 |
* | use gtk_widget_activate() rather than emit_by_name. | Tim Janik | 1999-04-08 | 2 | -2/+10 |
* | Don't clamp position here prematurely -- we might not have the right | Owen Taylor | 1999-04-08 | 1 | -10/+17 |
* | Add error traps so if the other end of the connection dies, we survive. | Owen Taylor | 1999-04-06 | 1 | -9/+23 |
* | Only unhighlight when we've previously highlighted. | Owen Taylor | 1999-04-06 | 2 | -10/+28 |
* | made "->" into a "." of previous change so it compiles | Manish Singh | 1999-04-02 | 1 | -13/+15 |
* | added functions from GLE, gtk_arg_reset() to free the value and reset type | Tim Janik | 1999-03-30 | 4 | -9/+280 |
* | Include <string.h> instead of <strings.h>. | Owen Taylor | 1999-03-29 | 3 | -3/+2 |
* | Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp> | Owen Taylor | 1999-03-29 | 1 | -1/+1 |
* | get $HOME from g_get_home_dir() (gtk-pmc-990123-0.patch.gz). | Tim Janik | 1999-03-25 | 4 | -184/+143 |
* | type/macro fixups. | Tim Janik | 1999-03-24 | 3 | -9/+11 |
* | only redraw children that are visible *and* mapped (i.e. drawable). | Tim Janik | 1999-03-22 | 4 | -11/+16 |
* | unmap clist if neccessary, unrealize title buttons. | Lars Hamann | 1999-03-21 | 1 | -12/+21 |
* | only connect/disconnect to GtkWidgetClass::event to block mouse events. | Lars Hamann | 1999-03-19 | 2 | -94/+25 |
* | plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com> | Tim Janik | 1999-03-17 | 7 | -11/+42 |
* | make sure gtk_style_copy copies theme information | Stuart Parmenter | 1999-03-17 | 1 | -12/+13 |
* | bumped version number to Gtk+1.2.1, interface 0, binary 1. | Tim Janik | 1999-03-17 | 1 | -0/+6 |
* | ensure the item factory class has been created. | Tim Janik | 1999-03-16 | 8 | -233/+344 |
* | added button_passive flag. | Lars Hamann | 1999-03-15 | 2 | -112/+193 |
* | swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it | George Lebl | 1999-03-15 | 1 | -2/+2 |
* | fixed a few width/height mixups. | Lars Hamann | 1999-03-10 | 2 | -21/+4 |
* | Significantly reduced the number of calls to gdk_draw_point() (and thus to | Federico Mena Quintero | 1999-03-10 | 2 | -18/+38 |
* | unref the item factory after window's destruction. | Tim Janik | 1999-03-10 | 6 | -139/+185 |
* | first lookup the xfont ID in our font hash table, if we have a | Tim Janik | 1999-03-09 | 1 | -0/+1 |
* | before adding a child to a conatiner, make sure it is (default) | Tim Janik | 1999-03-07 | 1 | -0/+6 |
* | count object_signal values > 1 as TRUE also. | Tim Janik | 1999-03-01 | 1 | -1/+1 |
* | minor fix. | Tim Janik | 1999-02-27 | 1 | -1020/+0 |
* | Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0 | CST 1999 Shawn T. Amundson | 1999-02-25 | 4 | -1/+16 |
* | still request the extra width or height if the corresponding scrollbar is | Tim Janik | 1999-02-25 | 1 | -4/+4 |
* | don't add extra width or height if the requested size is mandatory (i.e. | Tim Janik | 1999-02-25 | 1 | -10/+17 |
* | New function gtk_menu_reorder_child() from Tim Janik. | CST 1999 Shawn T. Amundson | 1999-02-25 | 2 | -0/+22 |
* | Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by | Owen Taylor | 1999-02-25 | 1 | -14/+17 |
* | Make prototypes for drag_data_get and drag_data_received handlers match | Owen Taylor | 1999-02-25 | 2 | -4/+4 |
* | Unset the clip mask for the GC if we set it. (Patch from Lars Hamann | Owen Taylor | 1999-02-25 | 1 | -0/+2 |
* | added function to check if a specific signal handler connection exists | Tim Janik | 1999-02-24 | 2 | -44/+71 |
* | if the widget is not editable, don't silently eat up GDK_Return, GDK_Home | Tim Janik | 1999-02-24 | 1 | -1/+7 |