summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* gtkentry: Use keycontroller on GtkCellEditable implementationCarlos Garnacho2018-07-301-12/+9
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-10/+10
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-11/+11
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+2
* gtkfilechooserentry: Use GtkEntry key controller for focus-out handlingCarlos Garnacho2018-06-211-0/+8
* gtkentry: Use gestures for entry iconsCarlos Garnacho2018-06-211-153/+107
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-4/+2
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-21/+17
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-24/+34
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-3/+3
* entry: Stop using ::key-press-eventMatthias Clasen2018-05-211-6/+9
* widget: Directly notify gestures of grabTimm Bäder2018-05-191-0/+2
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-1/+2
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-5/+4
* draggesture: Port to new API modelBenjamin Otte2018-04-261-2/+2
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-6/+6
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-4/+3
* entry: Add emoji completionMatthias Clasen2018-04-231-1/+41
* Export some entry functions privatelyMatthias Clasen2018-04-231-7/+2
* Entry: Show optional style classes in node diagramDaniel Boles2018-04-221-1/+1
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-12/+21
* entry: Stop being activatableBenjamin Otte2018-04-091-6/+0
* gtkentry: Use key controller to track focus changesCarlos Garnacho2018-04-051-14/+4
* gtkentry: Stop using ::key-press-eventCarlos Garnacho2018-04-051-78/+55
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-9/+4
* magnifier: Redo with GtkWidgetPaintableBenjamin Otte2018-04-051-2/+2
* entry: Remove useless queue_draw callTimm Bäder2018-03-261-1/+1
* textutil: Make gtk_text_util_create_drag_icon() return a paintableBenjamin Otte2018-03-261-9/+9
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* cellrendererpixbuf: Store the texture in the iconhelper paintableBenjamin Otte2018-03-161-1/+0
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-161-1/+0
* entry: Make icons a paintableBenjamin Otte2018-03-161-60/+60
* image: Implement support for paintablesBenjamin Otte2018-03-161-0/+1
* entry: Fix invisible cursorsTimm Bäder2018-03-061-14/+5
* entry: Remove priv pointerTimm Bäder2018-03-041-273/+226
* entry: Remove cursor adjustment APIsBenjamin Otte2018-03-021-86/+0
* entry: Simplify cursor managementTimm Bäder2018-02-281-49/+4
* entry: Add motion controllerTimm Bäder2018-02-271-14/+28
* entry: Check gdk_event_get_coords return valueTimm Bäder2018-02-261-2/+3
* entry: Allocate icons at full heightTimm Bäder2018-02-261-8/+3
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-19/+24
* The big versioning cleanupMatthias Clasen2018-02-061-180/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-15/+16
* entry: Remove unused struct membersTimm Bäder2018-01-261-2/+0
* entry: Stop using ::focus-in/out-eventMatthias Clasen2018-01-161-23/+27
* entry: Fix text clippingTimm Bäder2018-01-101-11/+10
* entry: Fix get_text_allocationTimm Bäder2018-01-101-1/+2
* entry: Remove some questionable code examplesTimm Bäder2018-01-031-27/+9
* Don't place dnd cursor in placeholder textMatthias Clasen2017-12-171-1/+4