| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -42/+29 |
* | Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, Vitaly | Owen Taylor | 2002-09-24 | 1 | -5/+3 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 1 | -4/+4 |
* | Call gdk_keyval_to_lower() on the key passed in, since we lowercase allGTK_MULTIHEAD_MERGEPOINT_30_03_02 | Owen Taylor | 2002-03-29 | 1 | -1/+1 |
* | Trivial typo fix. (Vitaly Tishkov, #75726) | Matthias Clasen | 2002-03-21 | 1 | -1/+1 |
* | Allow arrow keys as accelerators, as long as some modifier is pressed. | Owen Taylor | 2002-03-20 | 1 | -4/+18 |
* | Unset the acceleratable_groups qdata because qdata isn't removed on | Owen Taylor | 2002-03-13 | 1 | -0/+1 |
* | fix typo. | Tim Janik | 2002-03-02 | 1 | -1/+1 |
* | ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-27 | 1 | -1/+4 |
* | lower case the key_val. (gtk_accel_group_connect_by_path) : ditto. | Jody Goldberg | 2002-02-23 | 1 | -2/+5 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+1 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | Add a GtkSetting (gtk-entry-select-on-focus) controlling whether the | Owen Taylor | 2002-02-02 | 1 | -1/+0 |
* | & with the default mod mask so accels work when numlock is on. | Anders Carlsson | 2002-01-28 | 1 | -1/+1 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -2/+2 |
* | Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS. | Matthias Clasen | 2002-01-07 | 1 | -1/+39 |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 1 | -29/+34 |
* | Ref-sink the tooltips object. Ref-sink the tooltips object. Fix some | Owen Taylor | 2001-11-21 | 1 | -7/+8 |
* | applied patch from owen to get rid of accel map notifiers. changed things | Tim Janik | 2001-11-20 | 1 | -129/+227 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -2/+3 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -715/+478 |
* | move some of the accel group functions into a Private subsection | Havoc Pennington | 2001-09-08 | 1 | -0/+208 |
* | use the second argument to the weak ref notify, cleaning up some uglyness. | James Henstridge | 2001-08-18 | 1 | -14/+18 |
* | Small bug introduced when merging changes before the accel group commit :( | James Henstridge | 2001-07-27 | 1 | -0/+2 |
* | commiting patch after comments from Alex on IRC | James Henstridge | 2001-07-25 | 1 | -173/+203 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -9/+0 |
* | moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h. | Tim Janik | 2001-04-29 | 1 | -3/+3 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -1/+1 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -2/+2 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -1/+1 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -9/+5 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -2/+2 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -1/+1 |
* | Actually change <strings.h> to <string.h> as I already said in the | Tor Lillqvist | 1999-03-15 | 1 | -1/+1 |
* | 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 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -1/+2 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -1/+1 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -2/+2 |
* | plug another small GtkSIgnalQuery leak. | Tim Janik | 1998-09-03 | 1 | -1/+3 |
* | quell some warnings with g_hash_table_new | Manish Singh | 1998-08-29 | 1 | -0/+2 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -2/+2 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -38/+2 |
* | temporary implementation of action signal "debug_msg" | Tim Janik | 1998-07-01 | 1 | -8/+8 |
* | ok, this enables the possibility for key-release bindings. | Tim Janik | 1998-06-30 | 1 | -1/+29 |
* | replaced some gtk_object_data_force_id with g_quark_from_static_string | Tim Janik | 1998-06-19 | 1 | -2/+2 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 1 | -3/+3 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -6/+6 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -50/+24 |