| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an image menu item here (popup_targets_received): Call | Anders Carlsson | 2001-10-23 | 1 | -5/+7 |
* | Add cursor-position, selection-bound properties. (#62148, reported by | Owen Taylor | 2001-10-22 | 1 | -13/+29 |
* | Fixing popup menus to have "Paste" sensitized correctly. Original patches | Owen Taylor | 2001-10-22 | 1 | -50/+94 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -1/+1 |
* | since GtkIMContext derives directly from GObject now, we have to use the | Manish Singh | 2001-10-20 | 1 | -5/+5 |
* | impl 'text' (gtk_entry_class_init): add the 'text' prop. | Michael Meeks | 2001-10-18 | 1 | -3/+19 |
* | Fix mistake in truncating length of text to MAX_SIZE. (Found by Padraig | Owen Taylor | 2001-10-17 | 1 | -1/+1 |
* | move insert_text and delete_text virtual functions to do_insert_text and | Kristian Rietveld | 2001-10-03 | 1 | -49/+19 |
* | Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list | Owen Taylor | 2001-10-03 | 1 | -22/+68 |
* | Fix problem where menmonic wasn't removed properly when setting a label | Owen Taylor | 2001-09-26 | 1 | -1/+5 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -6/+18 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -5/+75 |
* | Don't draw with GTK_STATE_ACTIVE. | Alex Larsson | 2001-09-19 | 1 | -10/+35 |
* | centralize all the editing code | Jonathan Blandford | 2001-09-18 | 1 | -4/+23 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -12/+11 |
* | Fix typo that sometimes caused selection not to work properly. | Owen Taylor | 2001-07-19 | 1 | -28/+124 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -20/+0 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 1 | -2/+14 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -2/+2 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -1/+1 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -4/+8 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -4/+4 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -3/+3 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+10 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -4/+3 |
* | Use new pango_context_get_metrics() to fix problems with font lists in | Owen Taylor | 2001-06-26 | 1 | -9/+4 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+53 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -6/+6 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -31/+142 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -11/+79 |
* | implement overwrite mode | Havoc Pennington | 2001-06-01 | 1 | -2/+8 |
* | Validate value from GDK settings against parameter spec. | Owen Taylor | 2001-05-30 | 1 | -68/+211 |
* | Make logical motion and deletion by graphemes, not by characters. | Owen Taylor | 2001-05-17 | 1 | -10/+55 |
* | Reduce new_text_length appropriately when we run into the size limit for | Owen Taylor | 2001-05-03 | 1 | -2/+3 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -6/+45 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -53/+2 |
* | Fix optimization that was correct for the use here, but completely | Owen Taylor | 2001-04-26 | 1 | -1/+1 |
* | Close bug #50615: | Havoc Pennington | 2001-04-18 | 1 | -6/+6 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -1/+1 |
* | Avoid chaining up to parent impl, since we have a INPUT_ONLY window. | Owen Taylor | 2001-04-02 | 1 | -4/+42 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -3/+5 |
* | Add boxed type for GtkRequistion. Use it for ::size-request. | Owen Taylor | 2001-04-02 | 1 | -8/+5 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -3/+3 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -25/+97 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+12 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 1 | -3/+3 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 1 | -0/+31 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -18/+84 |
* | Add shift-clicking to extend the selection. (Roughly based on patch from | Owen Taylor | 2001-03-03 | 1 | -6/+78 |