summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-6/+6
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-1/+1
* gtk: Adapt marshallers to GdkEvent as GObjectCarlos Garnacho2017-12-141-4/+4
* dnd: Pass device, not eventBenjamin Otte2017-12-121-3/+4
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-4/+1
* entry: Allocate the progress bar only what it needsMatthias Clasen2017-12-091-2/+8
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-3/+3
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-10/+7
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-6/+6
* entry: Port to GdkClipboardBenjamin Otte2017-12-031-142/+167
* widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboardBenjamin Otte2017-12-031-6/+6
* entry: Remove references to stock ids from the docsMatthias Clasen2017-12-011-4/+4
* Entry:show-emoji-icon is in GTK+ 3 tooDaniel Boles2017-11-231-1/+1
* Be more specific in ::insert-emoji Since tagDaniel Boles2017-11-231-1/+1
* Add Since to ::insert-emoji, and some trivialitiesDaniel Boles2017-11-221-1/+3
* Fix indentation mishapMatthias Clasen2017-11-221-4/+4
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-2/+2
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-14/+14
* entry: Add a key binding for the emoji chooserMatthias Clasen2017-11-191-5/+34
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-7/+2
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-13/+5