summaryrefslogtreecommitdiff
path: root/gtk/gtktexthandle.c
Commit message (Expand)AuthorAgeFilesLines
* texthandle: Add a contents css nodeAlexander Mikhaylenko2021-05-041-13/+18
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-10/+7
* gtk/native: Remove gtk_native_check_resize()Jonas Ådahl2020-12-071-6/+0
* gtk/texthandle: Use gtk_text_handle_present() instead of GtkNativeJonas Ådahl2020-12-071-2/+6
* gtk: Allocate everything from GtkNativeClass::layoutJonas Ådahl2020-12-071-5/+18
* gtk/texthandle: Point handle to the middle of the pointing_to rectCarlos Garnacho2020-11-061-1/+1
* gtk/texthandle: Handle events on parent surface's nativeCarlos Garnacho2020-11-051-50/+114
* texthandle: Queue a draw when role changesMatthias Clasen2020-11-031-0/+2
* texthandle: Fix positioningMatthias Clasen2020-11-031-9/+6
* Drop style class definesMatthias Clasen2020-08-141-9/+9
* Make GtkNativeInterface privateMatthias Clasen2020-08-141-0/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-3/+6
* texthandle: Remove min-width/height handlingTimm Bäder2020-05-161-25/+2
* natives: Use GtkCssBoxes in get_surface_transformTimm Bäder2020-05-161-10/+10
* gtktexthandle: Set css name on GtkWidgetClassCarlos Garnacho2020-05-121-3/+3
* gtktexthandle: Set parent through API callCarlos Garnacho2020-04-251-4/+8
* texthandle: Drop the Private structMatthias Clasen2020-03-281-101/+66
* gtktexthandle: Refactor and use native surfacesCarlos Garnacho2020-03-201-579/+338
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-3/+3
* style context: Remove parent relationshipTimm Bäder2020-02-051-6/+3
* stylecontext: Get rid of gtk_style_context_get()Benjamin Otte2020-01-281-5/+6
* Remove builtin icons altogetherMatthias Clasen2020-01-101-2/+1
* gtk: rely on default marshallersChristian Hergert2019-05-301-2/+2
* gizmo: Add a contains_funcMatthias Clasen2019-04-071-2/+1
* text handle: Stop using ::hierarchy-changedMatthias Clasen2019-02-231-6/+9
* Remove :active state handling on widgetsTimm Bäder2019-01-291-30/+0
* gizmo: return void from snapshot funcTimm Bäder2019-01-181-2/+1
* gtktexthandle: Update to gtk4 rendering/inputCarlos Garnacho2018-06-211-138/+81
* Revert "text handler: Stop using GtkWidget::event"Matthias Clasen2018-01-021-5/+2
* text handler: Stop using GtkWidget::eventMatthias Clasen2017-12-301-2/+5
* text handle: Use GdkEvent APIMatthias Clasen2017-09-191-2/+4
* texthandle: Update to using GdkEvent APICarlos Garnacho2017-09-191-10/+17
* texthandle: Don't use GtkEventBoxBenjamin Otte2017-08-021-1/+1
* eventbox: Remove visible-window propertyTimm Bäder2017-07-271-1/+0
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-6/+0
* text handle: Don't leak adjustmentsMatthias Clasen2016-11-231-15/+11
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-9/+3
* GtkTextHandle: Use min-width/min-heightTimm Bäder2016-10-161-17/+20
* GtkTextHandle: Look up for the first child of a scrolled window foundCarlos Garnacho2016-02-241-2/+17
* text handle: Port to CSS nodesMatthias Clasen2015-11-091-21/+22
* texthandle: Request raising of text handle popovers.Carlos Garnacho2015-11-031-0/+1
* texthandle: Ensure handles are invalidated on mode changesCarlos Garnacho2015-10-141-0/+5
* texthandle: small refactorCarlos Garnacho2015-10-141-6/+10
* texthandle: Fix Y positioning of text handlesCarlos Garnacho2015-10-141-7/+7
* texthandle: Fix handle dragging on waylandCarlos Garnacho2015-10-141-8/+23
* gtkwindow: Only allow unrestricted positioning to text handle popoversCarlos Garnacho2015-07-061-1/+1
* texthandle: Avoid double rendering of background/frameCarlos Garnacho2015-06-171-2/+0
* window: Add concept of popover "parent"Carlos Garnacho2015-06-171-1/+1