| Commit message (Expand) | Author | Age | Files | Lines |
* | Add key bindings to make C-/ select all and C-\ unselect all. (#309301, | Matthias Clasen | 2005-08-30 | 1 | -4/+21 |
* | Fix some unused code. (#313946, Christian Persch) | Matthias Clasen | 2005-08-30 | 1 | -1/+1 |
* | More typo fixes | Matthias Clasen | 2005-08-29 | 1 | -1/+1 |
* | Construct the "Select All" menuitem from stock. | Matthias Clasen | 2005-08-29 | 1 | -1/+1 |
* | Clarify that the returned layout must not be modified. | Matthias Clasen | 2005-08-21 | 1 | -2/+2 |
* | don't iterate past the end of the string, so pango_layout_get_cursor_pos() | Kristian Rietveld | 2005-07-19 | 1 | -2/+2 |
* | Don't treat whitespace as words for keynav, pointed out by Owen Taylor. | Matthias Clasen | 2005-07-15 | 1 | -37/+45 |
* | When dragging text, use a drag icon showing the (ellipsized) text that is | Matthias Clasen | 2005-07-11 | 1 | -19/+63 |
* | Add a property to suppress the popup for single matches. (#154711) | Matthias Clasen | 2005-05-26 | 1 | -1/+3 |
* | Don't blink the cursor if the entry is not editable. (#304171,Nikos | Matthias Clasen | 2005-05-16 | 1 | -0/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -30/+27 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -8/+8 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -13/+14 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Document that inline completion requires text-column to be set. | Matthias Clasen | 2005-03-15 | 1 | -0/+1 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -8/+8 |
* | Avoid spurious selection of RTL direction if the widget does not have | Matthias Clasen | 2005-02-04 | 1 | -1/+4 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model): | Matthias Clasen | 2005-01-26 | 1 | -1/+2 |
* | Prefer LTR over RTL if the keymap is neutral. | Matthias Clasen | 2005-01-16 | 1 | -3/+3 |
* | Really handle a NULL model, fixes #137211 for real. | Anders Carlsson | 2004-10-26 | 1 | -1/+2 |
* | Document how to use info with text/image targets. | Matthias Clasen | 2004-10-22 | 1 | -1/+1 |
* | #155952 | Owen Taylor | 2004-10-21 | 1 | -1/+1 |
* | Share the three copies of get_borders() under the name | Matthias Clasen | 2004-10-08 | 1 | -6/+6 |
* | Make numeric pad enter activate the selected completion entry. Fix bug | Marco Pesenti Gritti | 2004-09-18 | 1 | -1/+2 |
* | Don't refuse to delete text in passwords. (#151723, Owen Taylor) | Matthias Clasen | 2004-09-05 | 1 | -1/+1 |
* | Changes to make sure input methods respect the editability of entries and | Matthias Clasen | 2004-08-30 | 1 | -23/+46 |
* | New function. | Soeren Sandmann | 2004-08-14 | 1 | -22/+76 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -1/+2 |
* | C99ism. | Morten Welinder | 2004-08-02 | 1 | -3/+4 |
* | Add a new binding signal ::backspace, bind it to the backspace key, and | Matthias Clasen | 2004-08-02 | 1 | -6/+80 |
* | Document the xalign property and its getter and setter as 2.4 additions. | Matthias Clasen | 2004-08-02 | 1 | -0/+12 |
* | Use the canonical form of signal names after "notify::". Otherwise, no | Matthias Clasen | 2004-07-31 | 1 | -3/+3 |
* | Improve various translatable messages. | Dafydd Harries | 2004-07-23 | 1 | -1/+1 |
* | Support inline autocompletion in entries (#135953) | Matthias Clasen | 2004-07-19 | 1 | -16/+143 |
* | Support text/plain selection target (#55117, Owen Taylor) | Matthias Clasen | 2004-07-17 | 1 | -11/+17 |
* | Make middle-button pasting work as expected inside the entry. (#116789, | Matthias Clasen | 2004-07-11 | 1 | -2/+14 |
* | Make GtkEntry work harder to protect passwords: (#143955, Morten Welinder) | Matthias Clasen | 2004-07-09 | 1 | -5/+71 |
* | Improve positioning of keyboard-activated menus with Xinerama. | Matthias Clasen | 2004-07-06 | 1 | -4/+12 |
* | Let the cursor move to the right end of the entry text, even if it ends in | Matthias Clasen | 2004-07-03 | 1 | -5/+5 |
* | Calculate the length of the entry contents in characters, not in bytes. | Matthias Clasen | 2004-06-04 | 1 | -1/+12 |
* | Pop down the completion window if there are no completions anymore. | Matthias Clasen | 2004-04-21 | 1 | -5/+9 |
* | Typo fix. | Matthias Clasen | 2004-04-12 | 1 | -9/+18 |
* | Block the ::changed handler during the ::match-selected when done by | Jonathan Blandford | 2004-03-16 | 1 | -0/+4 |
* | When an action is selected stop the event to be propagated otherwise the | Marco Pesenti Gritti | 2004-03-08 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | #109594, reported by Olivier Ripoll | Owen Taylor | 2004-03-03 | 1 | -1/+4 |
* | Handle dynamically resolved bidi direction when drawing the cursor. | Owen Taylor | 2004-03-01 | 1 | -6/+3 |
* | Implement auto-bidi-direction, based on a patch from Dov Grobgeld. | Owen Taylor | 2004-03-01 | 1 | -23/+66 |
* | Add gtk_entry_set_alignment() to allow right-aligned entries and a | Owen Taylor | 2004-03-01 | 1 | -5/+101 |