summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* entry: Use gtk_icon_helper_load_surface()Benjamin Otte2015-12-021-26/+24
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-12/+15
* entry: ensure valid GdkWindow before set_invisible_cursor()Christian Hergert2015-11-181-3/+5
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-1/+1
* entry: Ignore the icon-prelight style propertyMatthias Clasen2015-11-161-7/+5
* entry: Simplify selection renderingMatthias Clasen2015-11-101-9/+7
* entry: Use a CSS node for selection renderingMatthias Clasen2015-11-101-23/+55
* Document text handle stylingMatthias Clasen2015-11-091-0/+6
* entry: Add a diagram to CSS node docsMatthias Clasen2015-11-031-0/+7
* Use gtk_widget_set_focus_on_click() instead of deprecated settersFlorian Müllner2015-11-031-1/+1
* entry, textview: Use a dedicated style class for magnifierMatthias Clasen2015-11-021-1/+1
* entry, spinbutton: Finish css node conversionMatthias Clasen2015-10-281-3/+40
* wip: spinbuttonMatthias Clasen2015-10-281-12/+29
* entry: Always render like with is_cellrendererBenjamin Otte2015-10-281-47/+2
* entry: properly update css subnode stateMatthias Clasen2015-10-261-30/+37
* entry: Use better element name for progressMatthias Clasen2015-10-261-2/+2
* entry: Only set one of the .left, .right style classesMatthias Clasen2015-10-261-13/+4
* entry: Add css node documentationMatthias Clasen2015-10-231-0/+12
* entry: Use a permanent css node for progressMatthias Clasen2015-10-231-41/+67
* entry: Use css nodes for iconsMatthias Clasen2015-10-231-20/+45
* entry: Use the element name entryMatthias Clasen2015-10-231-4/+1
* entry: Use qdata with preallocated quarksMatthias Clasen2015-09-231-10/+13
* entry: Drop the Ctrl-K keybindingMatthias Clasen2015-09-141-4/+0
* 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