summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* entry: Use gdk_window_new_input()Benjamin Otte2016-10-181-43/+20
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-1/+0
* entry: Remove invisible-char style propertyTimm Bäder2016-10-161-27/+1
* entry: Remove deprecated style propertiesTimm Bäder2016-10-161-69/+0
* entry: Remove inner-border (style) propertyTimm Bäder2016-10-161-120/+0
* Remove GtkStock API from GtkImageTimm Bäder2016-10-161-169/+1
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-9/+9
* entry: Fix a corner case of overwrite modeMatthias Clasen2016-10-051-1/+6
* entry: handle NULL cursor when updating cursorsChristian Hergert2016-09-271-1/+1
* entry: handle NULL cursor when releasing referenceChristian Hergert2016-09-271-1/+1
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-9/+9
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-3/+3
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-69/+19
* entry: Fix undershoot position wrt entry iconsTimm Bäder2016-05-311-4/+27
* Remove useless casts from gdk_event_triggers_context_menu callsTimm Bäder2016-05-121-1/+1
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-16/+13
* entry: port to progress trackerMatt Watson2016-04-081-21/+29
* 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