summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextwayland.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate gtk_widget_translate_coordinatesMatthias Clasen2023-03-251-9/+10
* Merge branch 'wip/gtk4-fix-delete-surrounding' into 'main'Matthias Clasen2022-12-201-2/+12
|\
| * gtkimcontextwayland: Convert byte based offset to char based offset in delete...Alynx Zhou2022-12-201-2/+12
* | imcontextwayland: Set up OSK activation gesture on non text widgetsCarlos Garnacho2022-11-281-16/+6
* | imcontextwayland: Implement activate_osk() vmethodCarlos Garnacho2022-11-281-0/+15
|/
* Merge branch 'wip/carlosg/shuffle-reset-take2' into 'main'Matthias Clasen2022-09-281-3/+20
|\
| * gtkimcontextwayland: Shuffle full resets after IM changesCarlos Garnacho2022-09-241-3/+20
* | Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
|/
* Use gtk_event_controller_set_static_nameMatthias Clasen2022-08-271-1/+1
* gtkimcontextwayland: Refactor handling of client updatesCarlos Garnacho2022-08-181-24/+34
* imcontextwayland: Ignore preedit updates from NULL to NULLCarlos Garnacho2022-04-261-0/+3
* imwayland: Do not defer commit() after set_surrounding_text()Carlos Garnacho2022-04-061-5/+8
* imwayland: Connect OSK activating gesture to parent widget on editablesCarlos Garnacho2022-04-061-3/+20
* Merge branch 'wip/carlosg/im-wayland-serials' into 'main'Carlos Garnacho2022-03-161-11/+17
|\
| * gtk/imwayland: Use serial to control outbound messagesCarlos Garnacho2022-03-161-11/+17
* | gtkimcontextwayland: Add native surface offset to input coordinatesCarlos Garnacho2022-03-161-3/+6
|/
* gtkimcontextwayland: Save context even when text_input isn't around yetGuido Günther2022-01-191-1/+2
* gtkimcontextwayland: Set a higher IO extension priorityCarlos Garnacho2021-12-041-1/+1
* Revert "imwayland: Tweak preedit text"Matthias Clasen2021-08-241-38/+4
* imwayland: Name event controllersMatthias Clasen2021-04-021-0/+1
* imwayland: Pass anchor with surroundingMatthias Clasen2021-03-041-6/+8
* imwayland: Be careful about cursor positionsMatthias Clasen2021-02-181-4/+6
* imwayland: Tweak preedit textunintrusive-compose-preeditMatthias Clasen2021-02-181-1/+33
* imwayland: Return limited preedit attributesMatthias Clasen2021-02-171-4/+14
* imcontext: Enable font fallback for preeditMatthias Clasen2021-02-171-0/+3
* dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-291-4/+5
* gtk/imcontextwayland: Unset focus when unsetting widgetCarlos Garnacho2020-11-051-0/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-6/+6
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-13/+13
* gtk: focus out the GtkIMContextWayland upon finalization.Jehan2020-06-291-0/+4
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-1/+4
* imwayland: Clamp the surrounding string end correctlyCarlos Garnacho2020-04-031-1/+1
* imcontextwayland: Honour len argument in gtk_im_context_wayland_set_surroundingRobert Mader2020-03-161-1/+1
* imcontextwayland: Fix copy/paste errorBenjamin Otte2020-03-051-1/+1
* gtk: Stop using GdkEventKeyMatthias Clasen2020-02-211-1/+1
* imwayland: Fix get_preedit_string cursor positionxdavidwu2020-01-171-1/+2
* imwayland: Suppport terminal purposeDorota Czaplejewicz2019-12-121-0/+2
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-11/+11
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* imwayland: Toggle OSK more sparinglyCarlos Garnacho2019-02-091-0/+23
* imcontextwayland: Get rid of global variableBenjamin Otte2019-01-221-27/+86
* imcontext: Fix priorities of modulesBenjamin Otte2019-01-221-1/+1
* imcontextwayland: (Hopefully) fix if expressionTimm Bäder2019-01-041-1/+1
* imwayland: Respect maximum length of 4000 Bytes on strings being sent.Carlos Garnacho2018-12-181-3/+63
* imwayland: Plug leaksCarlos Garnacho2018-12-181-0/+4
* imwayland.c: fix formattingDorota Czaplejewicz2018-12-181-3/+3
* imwayland: rearrange functions to remove prototypesDorota Czaplejewicz2018-12-181-95/+89
* imwayland: Handle enter and leave eventsDorota Czaplejewicz2018-12-181-28/+57
* imwayland: Collect return value from ::delete-surrounding signalCarlos Garnacho2018-12-181-4/+4