summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Post release version bump0.70.0Christian Persch2022-09-031-1/+1
* build: Version 0.69.99 for gnome 43rc0.69.99Christian Persch2022-09-031-1/+1
* widget: Fix Widget::regex_match_check_at()Alexander Mikhaylenko2022-09-011-1/+1
* lib: Fix spawning on netbsdChristian Persch2022-08-191-1/+1
* widget: Use correct view coordinatesChristian Persch2022-08-161-1/+2
* widget: gtk4: Only notify terminal when focusedChristian Persch2022-08-091-1/+5
* widget: gtk4: Don't grab the focus on focus-inChristian Persch2022-08-091-0/+3
* build: Post release version bumpChristian Persch2022-08-061-1/+1
* build: Version 0.69.920.69.92Christian Persch2022-08-061-1/+1
* widget: Defer alignment API to next cycleChristian Persch2022-08-054-349/+0
* all: Remove SIXEL support from stable branchChristian Persch2022-08-0525-5518/+19
* build: Update gtk3 req versionChristian Persch2022-08-051-3/+3
* build: Remove gtk4 noticeChristian Persch2022-08-051-4/+0
* Revert "emulation: Support XTVERSION sequence"Christian Persch2022-08-053-33/+2
* widget: Correct some Since annotationsChristian Persch2022-08-051-15/+15
* build: Build fix for netbsdChristian Persch2022-08-051-1/+8
* widget: Only avoid reentrant queue_resize() in GTK4Alexander Mikhaylenko2022-08-041-3/+2
* widget: Listen for toplevel focus changeChristian Persch2022-08-033-11/+4
* widget: Listen for toplevel focus changeChristian Persch2022-08-034-0/+135
* docs: Install toml file to subdirJeremy Bicha2022-07-291-2/+2
* widget: Don't queue_resize() during allocationAlexander Mikhaylenko2022-07-273-8/+13
* widget: gtk4: Don't invalidate endlesslyAlexander Mikhaylenko2022-07-251-1/+4
* widget: gtk4: Lower the priority of the style providerChristian Persch2022-07-251-1/+10
* widget: gtk: Make new API naming self-consistentChristian Persch2022-07-242-13/+13
* widget: gtk4: Add API to check event contextChristian Persch2022-07-245-8/+288
* widget: gtk4: Make background API available on gtk4Christian Persch2022-07-222-8/+0
* widget: Add format arg to new API to get selected textChristian Persch2022-07-222-4/+11
* build: Post release version bumpChristian Persch2022-07-131-1/+1
* build: Version 0.69.900.69.90Christian Persch2022-07-131-1/+1
* widget: Add API to get selected textJamie Murphy2022-07-032-0/+35
* build: Make sure __BSD_VISIBLE is defined on freebsdChristian Persch2022-06-251-5/+3
* Update Georgian translationZurab Kargareteli2022-06-251-100/+41
* build: Define __BSD_VISIBLE on freebsdChristian Persch2022-06-241-1/+11
* all: Include <termios.h> directlyChristian Persch2022-06-245-20/+3
* glib: glue: Include stringZander Brown2022-06-231-0/+1
* glib: glue: Include string_viewZander Brown2022-06-221-0/+1
* build: Define list of libc feature test macros only onceChristian Persch2022-06-221-10/+16
* lib: Fix reserved size calculationChristian Persch2022-06-211-1/+1
* build: Bump meson req version to 0.51Christian Persch2022-06-211-1/+1
* build: Use an explict python interpreterZander Brown2022-06-211-0/+2
* build: Check for python versionChristian Persch2022-06-211-0/+11
* build: Also set _XOPEN_SOURCEChristian Persch2022-06-211-1/+5
* widget: gtk4: Simplify invalidation trackingChristian Persch2022-05-092-5/+27
* docs: Port to gi-docgenChristian Persch2022-05-032-0/+113
* docs: Port to gi-docgenChristian Persch2022-05-0311-1126/+106
* widget: Ignore synthetic scroll eventsChristian Persch2022-05-032-10/+19
* fonts: gtk4: Create a new pango contextChristian Persch2022-04-201-3/+1
* fonts: Pass nullptr for languageChristian Persch2022-04-201-5/+4
* fonts: Only set language if different to the current languageChristian Persch2022-04-201-1/+3
* widget: Fix padding bordersChristian Persch2022-04-186-135/+207