summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Actively monitor the screen of the parent. (#80281)Owen Taylor2002-10-221-0/+1
* Reset the layout, since it holds a reference to the font on a particularOwen Taylor2002-10-221-0/+2
* Return "" for entry->invisible_char == 0, otherwise N copies ofOwen Taylor2002-10-211-39/+64
* Deprecation cleanupManish Singh2002-10-091-124/+141
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* Set the IM context client window to NULL, not to the window that is aboutOwen Taylor2002-09-201-1/+1
* Use gtk_entry_set_positions() to update current_pos and selection_bound soPadraig O'Briain2002-08-191-5/+12
* Minor documentation fixesSoren Sandmann2002-08-101-7/+19
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-8/+17
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Add the obsolete CUA cut/copy/paste bindings. (#79078)Owen Taylor2002-06-131-2/+13
* Don't return a positive status unless there is a text target in the drag.Owen Taylor2002-06-131-2/+3
* Add an informative g_warning() when the entry has lost a focus-out-event.Owen Taylor2002-06-121-0/+7
* Special case menu items to pop down on motion. (#75961)Owen Taylor2002-05-151-5/+5
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-15/+32
* Use gtk_entry_get_public_chars. Fixes #79532.Anders Carlsson2002-04-221-1/+1
* Short-circuit the text to the exact same thing, so we don't unexpectedlyOwen Taylor2002-03-211-2/+8
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* Improve test to prevent infinite loop. (#74952, Thomas Leonard)Owen Taylor2002-03-201-1/+2
* Patch from Yao Zhang fixing reference count leak.Owen Taylor2002-03-181-1/+1
* Fix various problems when truncating the inserted text to fit into theOwen Taylor2002-03-061-1/+6
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-46/+18
* Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix defaultOwen Taylor2002-03-021-6/+38
* Don't to focus insensitive widgets. (#68203)Owen Taylor2002-02-261-25/+49
* use the cursor position _after_ deleting the text as the position toOwen Taylor2002-02-261-1/+2
* change to pass in the cursor direction always, not just when we need anHavoc Pennington2002-02-251-4/+7
* Patch from Matthias Clasen to remove some excessive ::changed signals forOwen Taylor2002-02-231-10/+11
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-2/+0
* Remove support for the poorly defined text/plain type for now. (#55117)Owen Taylor2002-02-181-1/+0
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-10/+3
* Fix problem with string-valued parameters (#70012, Johan Dahlin.)Owen Taylor2002-02-091-1/+1
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-091-67/+16
* Use layout text (which may be affected by invisible char) to computeOwen Taylor2002-02-071-2/+3
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-2/+3
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-23/+1
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-021-2/+15
* Remove the "select first item if popped up from keypress" hack -- wasOwen Taylor2002-02-021-3/+28
* Paint focus before shadow to give theme engines a bit more flexibility.Owen Taylor2002-01-281-4/+12
* add mouse_cursor_obscured.Anders Carlsson2002-01-271-2/+52
* use a variable that's actually been declared.Manish Singh2002-01-241-1/+1
* Remove excessive g_return_if_fail() calls. (#57615)Matthias Clasen2002-01-231-88/+24
* Trap the case where there is no default widget and the entry is the focusOwen Taylor2002-01-211-1/+3
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-0/+21
* Add Unicode control char menu, based on patch from Dov. Bug #63495Havoc Pennington2001-12-171-13/+47
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-113/+86
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-9/+10
* Return the currently selected column when we get the column, #64380Jonathan Blandford2001-11-141-1/+3