| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an unused variable. | Matthias Clasen | 2006-01-15 | 1 | -1/+0 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 1 | -8/+5 |
* | When deleting words, delete preceding whitespace as well. (#325358, Akkana | Matthias Clasen | 2006-01-03 | 1 | -6/+6 |
* | Connect to notify instead of multiple detailed signals. | Matthias Clasen | 2005-12-31 | 1 | -11/+15 |
* | implement boolean property "truncate-multiline" which, when enabled, | Michael Natterer | 2005-12-19 | 1 | -6/+54 |
* | Include gtkimcontextsimple.h (#322235, Kazuki IWAMOTO) | Matthias Clasen | 2005-11-23 | 1 | -0/+1 |
* | Turn off input methods in invisible entries, since they are confusing. | Matthias Clasen | 2005-11-18 | 1 | -4/+35 |
* | Add settings to hide the input method and Unicode control character | Matthias Clasen | 2005-10-24 | 1 | -24/+40 |
* | Mention NULL in documentation. | Johan Dahlin | 2005-09-20 | 1 | -2/+3 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -7/+0 |
* | Let GDK_Return pass through in some more cases. | Matthias Clasen | 2005-09-13 | 1 | -3/+7 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -1/+1 |
* | Disconnect idle handlers on destroy to avoid problems when they are called | Matthias Clasen | 2005-09-02 | 1 | -0/+12 |
* | Add bindings for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes) | Matthias Clasen | 2005-09-02 | 1 | -0/+5 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -14/+14 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -3/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | 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 |