summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* Merge branch 'completion' into 'main'Matthias Clasen2022-10-211-1/+2
|\
| * entrycompletion: Use GSignalGroup on the entry's bufferCorey Berla2022-10-031-1/+2
* | Deprecate treeviews and cell renderersMatthias Clasen2022-10-111-3/+3
* | Deprecate GtkEntryCompletionMatthias Clasen2022-10-031-1/+1
|/
* Remove an unimplemented functionMatthias Clasen2021-08-021-1/+0
* Add GtkEntry icon signals emitterEmmanuele Bassi2020-10-161-0/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* entry completion: Drop the Private structMatthias Clasen2020-06-231-23/+18
* entrycompletion: Drop action supportMatthias Clasen2020-06-221-5/+0
* entrycompletion: Remove an unused fieldMatthias Clasen2020-04-111-2/+0
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-0/+1
* entry: Remove unused functionTimm Bäder2019-10-221-3/+0
* entry completion: Make finalMatthias Clasen2019-05-271-0/+28
* entry: Delegate to GtkTextMatthias Clasen2019-02-191-6/+2
* entry: Remove _gtk_entry_grab_focusTimm Bäder2019-01-161-3/+0
* gtkfilechooserentry: Use GtkEntry key controller for focus-out handlingCarlos Garnacho2018-06-211-0/+1
* Export some entry functions privatelyMatthias Clasen2018-04-231-0/+7
* gtkentrycompletion: Stop using ::key-press-eventCarlos Garnacho2018-04-051-0/+3
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-7/+7
* entry completion: Drop initial selection avoidanceMatthias Clasen2018-01-161-1/+1
* Remove some unneeded includesTimm Bäder2017-07-191-1/+0
* Entry: Remove gadgetTimm Bäder2017-07-191-1/+0
* spinbutton: Inherit from GtkWidgetTimm Bäder2017-07-191-3/+0
* gtkentryprivate: Remove unused prototypeTimm Bäder2017-01-161-2/+0
* entry: Move spinbutton size hackBenjamin Otte2016-01-251-0/+4
* spinbutton: Make the entry gadget be the entry's gadgetBenjamin Otte2016-01-221-0/+2
* entry: Always render like with is_cellrendererBenjamin Otte2015-10-281-2/+0
* entrycompletion: no need to return booleanGeorges Basile Stavracas Neto2015-07-031-1/+1
* Improve struct packing in various placesMatthias Clasen2013-09-211-2/+3
* GtkEntry: Focus the entry without selecting the textBastien Nocera2013-05-231-1/+2
* Move entry completion code where it belongsMatthias Clasen2012-08-311-4/+6
* Fix _gtk_entry_get_borders() declarationColin Walters2012-08-141-1/+1
* Export gtk_entry_get_display_text() as a private function throughMario Sanchez Prada2012-08-101-2/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* entry: don't consider inner-border for allocation and layoutCosimo Cecchi2012-01-311-3/+0
* entry: change _gtk_entry_get_borders() to return a GtkBorderCosimo Cecchi2012-01-311-2/+1
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-051-0/+4
|\
| * Add internal accessor for GtkEntry->is_cell_rendererJavier Jardón2010-12-041-0/+4
* | Added GtkEntryCompletion:cell-area construct property.Tristan Van Berkom2010-12-041-0/+1
|/
* Add _gtk_entry_get_im_context() internal accessorJavier Jardón2010-11-191-0/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+4
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-281-0/+2
* Support inline-selection in entries (#318459)Xan Lopez2007-04-271-0/+2
* Export privately. Adjust all callers.Matthias Clasen2006-08-151-2/+6
* Export gtk_entry_reset_im_context privately.Matthias Clasen2006-08-061-3/+6
* Add a property to suppress the popup for single matches. (#154711)Matthias Clasen2005-05-261-0/+1
* Remove symbols accidentally added. Add boolean property popup_set_widthJohan Dahlin2005-04-041-1/+1
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-191-3/+7