summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* entry: Fix drag highlight problemsMatthias Clasen2016-03-111-2/+6
* entry: Make progress node invisible when appropriateMatthias Clasen2016-03-041-1/+2
* entry: Make the get_text_area() vfunc relative to top left of entryBenjamin Otte2016-02-231-3/+8
* entry: Fix baseline allocationMatthias Clasen2016-02-201-6/+14
* entry: Make get_text_area_size() vfunc work againBenjamin Otte2016-02-201-19/+14
* gtk/gtkentry.c: Fix build on pre-C99Chun-wei Fan2016-02-151-1/+2
* entry: queue an allocate when pulsingBenjamin Otte2016-02-041-1/+1
* entry: Turn progress node into a gadgetBenjamin Otte2016-02-031-117/+83
* entry: Simplify drawing codeBenjamin Otte2016-02-031-29/+23
* entry: Draw progress in the right placeBenjamin Otte2016-02-021-35/+6
* entry: Fix icon areasTimm Bäder2016-01-311-0/+4
* entry: Fix a typoKrzesimir Nowak2016-01-271-1/+1
* entry: Fix a case of disagreeing coordinate systemsBenjamin Otte2016-01-271-12/+12
* entry: give a visual clue that content is scrolledMatthias Clasen2016-01-261-13/+84
* entry: Compute selection range correctlyBenjamin Otte2016-01-271-2/+5
* entry: Chain up in realize()Benjamin Otte2016-01-261-5/+1
* entry: Use cleverer method to get the entry nodeBenjamin Otte2016-01-251-22/+3
* entry: Move spinbutton size hackBenjamin Otte2016-01-251-4/+10
* entry: Move codeBenjamin Otte2016-01-251-15/+19
* entry: Redo textarea handlingBenjamin Otte2016-01-251-278/+101
* entry: Use gtk_render_layout()Benjamin Otte2016-01-251-12/+2
* entry: Draw selection the same way as GtkLabelBenjamin Otte2016-01-251-13/+8
* entry: Fold function into only callerBenjamin Otte2016-01-251-37/+24
* entry: Don't allow different text over progressBenjamin Otte2016-01-251-66/+5
* spinbutton: Make the entry gadget be the entry's gadgetBenjamin Otte2016-01-221-0/+6
* entry: Expand the css node docsMatthias Clasen2016-01-181-1/+4
* entry: Deprecate shadow-typeTimm Bäder2016-01-181-1/+4
* entry: Don't draw icons twiceTimm Bäder2016-01-141-9/+0
* entry: Remove unused codeTimm Bäder2016-01-141-4/+0
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-1/+1
* entry: typoTimm Bäder2016-01-121-1/+1
* entry: Fix typoMichael Catanzaro2015-12-201-1/+1
* entry: Don't clear when setting iconsMatthias Clasen2015-12-181-30/+13
* entry: Remove some dead codeMatthias Clasen2015-12-181-2/+0
* Fix a problem with entry gadgetsMatthias Clasen2015-12-171-7/+7
* entry: use a gadgetMatthias Clasen2015-12-171-209/+280
* entry: Turn icons into gadgetsBenjamin Otte2015-12-151-111/+83
* iconhelper: Handle invalidationBenjamin Otte2015-12-151-18/+0
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-3/+3
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-7/+5
* iconhelper: Get rid of _gtk_icon_helper_set_window()Benjamin Otte2015-12-091-6/+0
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-1/+1
* entry: Always use cursor namesMatthias Clasen2015-12-051-9/+5
* GtkEntry: Recompute in text-inserted/text-deletedTimm Bäder2015-12-041-11/+2
* GtkEntry: nullable annotationsTimm Bäder2015-12-031-7/+7
* GtkEntry: Return proper constants from signal handlersTimm Bäder2015-12-031-15/+14
* GtkEntry: Remove recompute idleTimm Bäder2015-12-031-47/+23
* GtkEntry: Remove unused fieldsTimm Bäder2015-12-031-3/+0
* entry: Use regular drag highlightMatthias Clasen2015-12-021-4/+7
* dnd: Add gtk_drag_set_icon_definition()Benjamin Otte2015-12-021-8/+4