summaryrefslogtreecommitdiff
path: root/src/vtegtk.cc
Commit message (Expand)AuthorAgeFilesLines
* widget: Add API to get the displayed textwip/issue-2589Christian Persch2022-12-201-0/+48
* widget: Add API to get text as HTMLChristian Persch2022-12-201-23/+124
* widget: Correct some Since annotationsChristian Persch2022-08-051-15/+15
* widget: Don't queue_resize() during allocationAlexander Mikhaylenko2022-07-271-1/+1
* widget: gtk4: Lower the priority of the style providerChristian Persch2022-07-251-1/+10
* widget: gtk: Make new API naming self-consistentChristian Persch2022-07-241-9/+9
* widget: gtk4: Add API to check event contextChristian Persch2022-07-241-0/+183
* widget: gtk4: Make background API available on gtk4Christian Persch2022-07-221-4/+0
* widget: Add format arg to new API to get selected textChristian Persch2022-07-221-3/+9
* widget: Add API to get selected textJamie Murphy2022-07-031-0/+32
* widget: Fix padding bordersChristian Persch2022-04-181-3/+1
* lib: Move glib glue code to glib-glue.ccChristian Persch2022-03-011-145/+0
* widget: Fix some API version tagsChristian Persch2022-02-111-12/+12
* widget: Deprecate VteCharAttributes structChristian Persch2022-02-081-0/+6
* widget: Deprecate the attributes out-param for vte_terminal_get_textChristian Persch2022-02-081-5/+33
* widget: Split alignment and fill propertiesChristian Persch2021-12-221-4/+138
* widget: Fix Since version for new APIChristian Persch2021-11-271-3/+4
* widget: add vte_terminal_pasteZander Brown2021-11-251-0/+25
* widget: Correct some API Since: versionsChristian Persch2021-08-291-6/+6
* widget: Rework exception handling in non-debug buildsChristian Persch2021-08-141-0/+36
* widget: Docs fixChristian Persch2021-05-201-1/+1
* widget: Use our own enum for alignmentChristian Persch2021-03-141-23/+37
* widget: Add alignment propertiesChristian Persch2021-03-131-1/+143
* widget: Add API to make adjustment values pixelsChristian Persch2021-03-131-0/+68
* widget: Don't implement GtkScrollableInterface:get_borderChristian Persch2021-03-031-24/+2
* docs: Small docs fixesChristian Persch2021-02-241-15/+18
* widget: Deprecate internal signalsChristian Persch2021-02-241-65/+50
* all: Initial port for gtk4Christian Persch2021-02-211-56/+348
* all: Clean up licence headersChristian Persch2021-01-311-8/+8
* widget: Improve font sanitisationChristian Persch2021-01-131-1/+1
* widget: Add API to disable fallback scrollingChristian Persch2020-11-161-3/+72
* lib: Add missing nullable annotation to spawn child setup functionsHugo Parente Lima2020-10-211-4/+4
* widget: Move clipboard handling to WidgetChristian Persch2020-10-191-3/+16
* widget: Manage the Widget implementation through a shared_ptrChristian Persch2020-10-191-16/+55
* lib: Keep track of unscaled cell size and report window size unscaledHans Petter Jansson2020-10-191-2/+2
* widget: Remove GdkAtom usage where possibleChristian Persch2020-10-031-5/+5
* gtk: Allow passing null callback to spawn_asyncChristian Persch2020-09-301-3/+2
* lib: Abort when alloc returns nullptrChristian Persch2020-09-301-0/+4
* widget: Implement GtkScrollableInterface::get_borderChristian Persch2020-09-241-2/+24
* widget: Improve legibility by using the appropriate background colorDebarshi Ray2020-08-081-0/+4
* widget: Add API to get features as flagsChristian Persch2020-08-081-0/+30
* all: Add SIXEL supportHans Petter Jansson2020-08-081-0/+81
* lib: Improve exception error message without debug enabledChristian Persch2020-05-271-3/+4
* lib: Fix the build with debug disabledChristian Persch2020-05-271-1/+11
* pty: Fill in winsize.ws_xpixel and .ws_ypixel for TIOCGWINSZHans Petter Jansson2020-05-271-1/+7
* lib: Ensure no exceptions escape from the C APIChristian Persch2020-05-271-216/+1070
* widget: Move signal emission to the widgetChristian Persch2020-05-011-1/+3
* widget: Add wrapper class for mouse eventsChristian Persch2020-05-011-8/+8
* widget: Notify correct property when setting the scroll-on-keystrokeChristian Persch2020-05-011-1/+1
* spawn: Add envv precondition checkChristian Persch2020-05-011-0/+1