| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Switch to "guint GSEAL (foo) : width;" when packing fields in guints. | Tim Janik | 2008-06-20 | 1 | -17/+17 |
* | gtkentry.h: include bit-size of fields inside GSEAL parens. | Tim Janik | 2008-06-20 | 1 | -17/+17 |
* | Seal GtkEntry | Tim Janik | 2008-06-20 | 1 | -51/+56 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -7/+7 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | Reorder strange window hierarchy of the GtkSpinButton (#466000). | Jan Arne Petersen | 2008-05-25 | 1 | -1/+7 |
* | Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling in | Matthias Clasen | 2007-05-19 | 1 | -0/+5 |
* | Export privately. Adjust all callers. | Matthias Clasen | 2006-08-15 | 1 | -6/+0 |
* | applied refactored patch from maemo-gtk that replaces the INNER_BORDER | Michael Natterer | 2006-03-10 | 1 | -0/+3 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 1 | -18/+13 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -8/+2 |
* | Share the three copies of get_borders() under the name | Matthias Clasen | 2004-10-08 | 1 | -0/+6 |
* | removed redundant gtk_entry_get_layout() decl. | Tim Janik | 2004-10-05 | 1 | -2/+0 |
* | Add gtk_entry_layout_index_to_text_index() and its inverse. The have | Matthias Clasen | 2004-08-09 | 1 | -1/+9 |
* | Add a new binding signal ::backspace, bind it to the backspace key, and | Matthias Clasen | 2004-08-02 | 1 | -1/+1 |
* | Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView | Owen Taylor | 2004-03-01 | 1 | -0/+1 |
* | Add gtk_entry_set_alignment() to allow right-aligned entries and a | Owen Taylor | 2004-03-01 | 1 | -0/+3 |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 1 | -0/+5 |
* | Fix for bug #78499: | Matthias Clasen | 2003-03-29 | 1 | -0/+2 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -6/+6 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -2/+0 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | add mouse_cursor_obscured. | Anders Carlsson | 2002-01-27 | 1 | -0/+2 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 1 | -0/+1 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -2/+2 |
* | move insert_text and delete_text virtual functions to do_insert_text and | Kristian Rietveld | 2001-10-03 | 1 | -11/+0 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -1/+3 |
* | Fix typo that sometimes caused selection not to work properly. | Owen Taylor | 2001-07-19 | 1 | -0/+2 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+3 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -0/+3 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -0/+5 |
* | Validate value from GDK settings against parameter spec. | Owen Taylor | 2001-05-30 | 1 | -1/+3 |
* | Avoid chaining up to parent impl, since we have a INPUT_ONLY window. | Owen Taylor | 2001-04-02 | 1 | -0/+2 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -0/+5 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -0/+6 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 1 | -0/+5 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -2/+2 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -3/+3 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -0/+5 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -0/+6 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 1 | -1/+5 |
* | Fix warning when moving between paragraphs. | Owen Taylor | 2000-11-13 | 1 | -14/+14 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -20/+69 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Fix some problems with vertical alignment. | Owen Taylor | 2000-07-22 | 1 | -0/+1 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -19/+14 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -0/+1 |