| Commit message (Expand) | Author | Age | Files | Lines |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 1 | -0/+256 |
* | Recompute unconditionally in gtk_entry_style_set, and in a new | Owen Taylor | 2003-06-08 | 1 | -7/+20 |
* | Fix for bug #78499: | Matthias Clasen | 2003-03-29 | 1 | -1/+50 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | Fix for #82734 and #78216: | Matthias Clasen | 2003-02-11 | 1 | -3/+27 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -14/+14 |
* | Deprecate gtk_paned_computed_position(). (#97077) | Matthias Clasen | 2003-01-31 | 1 | -0/+2 |
* | Call gtk_entry_set_position_internal() that takes a new "reset_IM" | Owen Taylor | 2002-12-17 | 1 | -6/+13 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Actively monitor the screen of the parent. (#80281) | Owen Taylor | 2002-10-22 | 1 | -0/+1 |
* | Reset the layout, since it holds a reference to the font on a particular | Owen Taylor | 2002-10-22 | 1 | -0/+2 |
* | Return "" for entry->invisible_char == 0, otherwise N copies of | Owen Taylor | 2002-10-21 | 1 | -39/+64 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -124/+141 |
* | Make gtk_menu_shell_select_first() public. (#70374) | Owen Taylor | 2002-09-23 | 1 | -1/+1 |
* | Set the IM context client window to NULL, not to the window that is about | Owen Taylor | 2002-09-20 | 1 | -1/+1 |
* | Use gtk_entry_set_positions() to update current_pos and selection_bound so | Padraig O'Briain | 2002-08-19 | 1 | -5/+12 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -7/+19 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -8/+17 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -1/+1 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Add the obsolete CUA cut/copy/paste bindings. (#79078) | Owen Taylor | 2002-06-13 | 1 | -2/+13 |
* | Don't return a positive status unless there is a text target in the drag. | Owen Taylor | 2002-06-13 | 1 | -2/+3 |
* | Add an informative g_warning() when the entry has lost a focus-out-event. | Owen Taylor | 2002-06-12 | 1 | -0/+7 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 1 | -5/+5 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -15/+32 |
* | Use gtk_entry_get_public_chars. Fixes #79532. | Anders Carlsson | 2002-04-22 | 1 | -1/+1 |
* | Short-circuit the text to the exact same thing, so we don't unexpectedly | Owen Taylor | 2002-03-21 | 1 | -2/+8 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Improve test to prevent infinite loop. (#74952, Thomas Leonard) | Owen Taylor | 2002-03-20 | 1 | -1/+2 |
* | Patch from Yao Zhang fixing reference count leak. | Owen Taylor | 2002-03-18 | 1 | -1/+1 |
* | Fix various problems when truncating the inserted text to fit into the | Owen Taylor | 2002-03-06 | 1 | -1/+6 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -46/+18 |
* | Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix default | Owen Taylor | 2002-03-02 | 1 | -6/+38 |
* | Don't to focus insensitive widgets. (#68203) | Owen Taylor | 2002-02-26 | 1 | -25/+49 |
* | use the cursor position _after_ deleting the text as the position to | Owen Taylor | 2002-02-26 | 1 | -1/+2 |
* | change to pass in the cursor direction always, not just when we need an | Havoc Pennington | 2002-02-25 | 1 | -4/+7 |
* | Patch from Matthias Clasen to remove some excessive ::changed signals for | Owen Taylor | 2002-02-23 | 1 | -10/+11 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -2/+0 |
* | Remove support for the poorly defined text/plain type for now. (#55117) | Owen Taylor | 2002-02-18 | 1 | -1/+0 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -10/+3 |
* | Fix problem with string-valued parameters (#70012, Johan Dahlin.) | Owen Taylor | 2002-02-09 | 1 | -1/+1 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -67/+16 |
* | Use layout text (which may be affected by invisible char) to compute | Owen Taylor | 2002-02-07 | 1 | -2/+3 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -2/+3 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 1 | -23/+1 |
* | Add a GtkSetting (gtk-entry-select-on-focus) controlling whether the | Owen Taylor | 2002-02-02 | 1 | -2/+15 |
* | Remove the "select first item if popped up from keypress" hack -- was | Owen Taylor | 2002-02-02 | 1 | -3/+28 |
* | Paint focus before shadow to give theme engines a bit more flexibility. | Owen Taylor | 2002-01-28 | 1 | -4/+12 |
* | add mouse_cursor_obscured. | Anders Carlsson | 2002-01-27 | 1 | -2/+52 |
* | use a variable that's actually been declared. | Manish Singh | 2002-01-24 | 1 | -1/+1 |