summaryrefslogtreecommitdiff
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* app: Disconnect signal handlers on disposeChristian Persch2022-09-211-0/+9
* app: Filter unwanted environment variablesChristian Persch2022-09-201-2/+83
* widget: Defer alignment API to next cycleChristian Persch2022-08-051-43/+0
* all: Remove SIXEL support from stable branchChristian Persch2022-08-051-6/+0
* app: Don't override widget's CSS namesChristian Persch2022-04-121-5/+0
* build: Fix debug buildChristian Persch2022-03-011-1/+1
* app: Fix context menu stylingChristian Persch2021-12-221-0/+3
* widget: Split alignment and fill propertiesChristian Persch2021-12-221-3/+14
* app: Improve option value descriptionChristian Persch2021-10-231-1/+1
* app: Add option to set initial titleChristian Persch2021-10-081-7/+5
* lib: Add glue for public typesChristian Persch2021-04-292-5/+2
* build: Don't install test app when building as subprojectChristian Persch2021-04-031-2/+2
* app: gtk4: Disable F10 menubar accelChristian Persch2021-03-161-0/+3
* widget: Use our own enum for alignmentChristian Persch2021-03-141-8/+8
* widget: Add alignment propertiesChristian Persch2021-03-131-0/+33
* app: Add option to use a GtkScrolledWindowChristian Persch2021-03-131-9/+40
* widget: Add API to make adjustment values pixelsChristian Persch2021-03-131-0/+4
* widget: gtk4: Add keyboard input handlingChristian Persch2021-03-062-19/+0
* app: Use gboolean for GOptionArg entries of type G_OPTION_ARG_NONEChristian Persch2021-03-041-1/+1
* all: Initial port for gtk4Christian Persch2021-02-218-112/+1010
* app: Add debug option to track clipboard targetsChristian Persch2021-02-211-0/+41
* all: Clean up licence headersChristian Persch2021-01-316-17/+17
* app: Fix search next/prev button sensitivityChristian Persch2020-12-021-2/+2
* app: Use smart pointerChristian Persch2020-12-021-14/+17
* widget: Add API to disable fallback scrollingChristian Persch2020-11-161-0/+4
* all: Use std::swapChristian Persch2020-11-141-2/+4
* app: Fix background image drawingChristian Persch2020-11-121-1/+12
* app: Fix paste action sensitivityChristian Persch2020-11-041-1/+1
* app: Fork UI files for gtk3Christian Persch2020-10-255-12/+12
* app: Replace GtkBox with GtkGridChristian Persch2020-10-252-20/+30
* build: Add config.h as dependency to all sourcesChristian Persch2020-10-241-1/+1
* app: Use smart pointersChristian Persch2020-10-221-36/+38
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-222-5/+5
* all: Add SIXEL supportHans Petter Jansson2020-08-081-0/+6
* app: Add option to load extra CSS from a fileChristian Persch2020-07-182-1/+29
* app: Add option to disable window decorationsChristian Persch2020-07-181-0/+6
* all: Replace %m with %s and g_strerror()Christian Persch2020-07-182-7/+14
* app: Use utility functionChristian Persch2020-04-271-2/+1
* lib: Make argv precondition check tighterChristian Persch2020-04-271-0/+6
* spawn: Allow passing file descriptors to the child processChristian Persch2020-04-271-11/+129
* spawn: Rework spawningChristian Persch2020-04-271-2/+5
* app: Add options to use theme coloursChristian Persch2020-04-021-2/+29
* app: Fix --no-pty mode thinkoChristian Persch2020-03-241-22/+14
* app: Add mode to test operation without a PTYChristian Persch2020-03-241-2/+33
* app: Add test for vte_terminal_feed_childChristian Persch2020-03-241-0/+79
* app: Add option to disable scrollbarChristian Persch2020-02-191-0/+7
* systemd: Add systemd supportChristian Persch2020-02-041-1/+10
* lib: Add GError convenience classChristian Persch2019-12-012-51/+41
* widget: Finish deprecation of GRegex taking APIsChristian Persch2019-11-261-63/+24
* lib: Use ICU for legacy charset supportChristian Persch2019-11-171-2/+2