| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove excessive g_return_if_fail() calls. (#57615) | Matthias Clasen | 2002-01-23 | 1 | -88/+24 |
* | Trap the case where there is no default widget and the entry is the focus | Owen Taylor | 2002-01-21 | 1 | -1/+3 |
* | 1.3.12, interface, binary age 0. | Owen Taylor | 2001-12-23 | 1 | -0/+21 |
* | Add Unicode control char menu, based on patch from Dov. Bug #63495 | Havoc Pennington | 2001-12-17 | 1 | -13/+47 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -113/+86 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -9/+10 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 1 | -1/+3 |
* | Add: - A ::retrieve_surrounding signal that asks the widget for context | Owen Taylor | 2001-11-01 | 1 | -5/+41 |