summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* entry: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-506/+470
* entry: Improve cursor hiding logicMatthias Clasen2015-09-031-8/+27
* entry: Use gtk_simulate_touchscreenMatthias Clasen2015-07-311-11/+5
* Use standard cursor namesMatthias Clasen2015-07-261-1/+1
* pango: make merge_attrs return the merged listPaolo Borelli2015-07-061-8/+4
* entry: add css letter-spacingPaolo Borelli2015-07-061-2/+12
* entry: Drop an unused variableMatthias Clasen2015-06-131-1/+0
* entry: Ensure we unset the magnifier widget on ::destroyCarlos Garnacho2015-06-121-0/+3
* entry: Set text direction information on text handlesCarlos Garnacho2015-06-111-0/+1
* entry: Select word on double tapMatthias Clasen2015-06-101-5/+22
* entry: Make touch selection work with mouseMatthias Clasen2015-06-091-0/+1
* entry: Avoid criticalsMatthias Clasen2015-06-081-1/+2
* entry: Always clear handles for mouse interactionMatthias Clasen2015-06-081-4/+5
* entry: Move touch selection a little further awayMatthias Clasen2015-06-081-0/+5
* entry: Hide popover when touching elsewhereMatthias Clasen2015-06-081-14/+19
* entry: Use the drag-started signalMatthias Clasen2015-06-081-6/+23
* entry: Make handles come back reliablyMatthias Clasen2015-06-081-17/+27
* entry: Never show handles and popover at the same timeMatthias Clasen2015-06-081-0/+27
* entry: Shorten touch selection timeoutMatthias Clasen2015-06-081-2/+2
* Update touch selection styleMatthias Clasen2015-06-071-20/+41
* entry: Fix compiler warningsMatthias Clasen2015-06-021-16/+19
* entry: Set up text drag icon within drag_begin()Carlos Garnacho2015-05-261-22/+26
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-2/+0
* entry: Make code do what it's meant to doBenjamin Otte2015-03-141-17/+5
* gtkentry: Return early from gtk_entry_clear() if no icon info existsPhilip Withnall2015-03-091-1/+4
* gtkentry: Remove dead assignmentsPhilip Withnall2015-03-091-2/+0
* gtkentry: Call get_*_size() vfuncs unconditionallyPhilip Withnall2015-03-091-4/+4
* gtkentry: Fix potential use of uninitialised variablesPhilip Withnall2015-03-091-1/+1
* GtkEntry: Refresh when activity endsMatthias Clasen2014-12-081-1/+5
* Handle KP keys in copy/paste keybindingsMatthias Clasen2014-12-071-0/+7
* GtkEntry: Added gtk_entry_grab_focus_without_selection()Ankita Patil2014-12-051-0/+22
* gtkentry: Optimize GtkStyleContext usageJasper St. Pierre2014-11-261-1/+4
* entry: Use correct state when computing icon paddingBenjamin Otte2014-11-261-1/+1
* gtkentry: Pass the correct set of state flags to gtk_style_context_get*Jasper St. Pierre2014-11-251-16/+25
* entry: remove osd style class from touch selection popoverLapo Calamandrei2014-11-151-2/+0
* GtkEntry: plug a small memleakMatthias Clasen2014-10-161-0/+3
* Add a style class for touch selection popoversMatthias Clasen2014-10-071-0/+2
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+4
* Remove redundant checks for NULLMarek Kasik2014-10-021-4/+2
* entry: Revisit Ctrl-u one more timeMatthias Clasen2014-09-261-5/+4
* GtkEntry: Add a key binding for clearing the entryMatthias Clasen2014-09-261-0/+10
* entry: Handle touch events on entry iconsCarlos Garnacho2014-09-041-8/+67
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* gtk: Don't use gtk_render_activity()Benjamin Otte2014-08-161-2/+2
* entry: Update to new GtkGestureSingle/GtkEventController defaultsCarlos Garnacho2014-08-151-6/+2
* Add a 'touchscreen' debug flagMatthias Clasen2014-07-101-1/+6
* entry: Do not unset selection if failing to update the primary selectionCarlos Garnacho2014-07-021-3/+2
* GtkEntry: Make progress pulsing smoothMatthias Clasen2014-06-281-41/+114
* GtkEntry: Make has-frame use style classesMatthias Clasen2014-06-261-31/+27
* GtkEntry: Explicitly notify for populate-allMatthias Clasen2014-06-091-1/+5