summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MSVC builds: Add instructions on building with Font Tweaking supportwip/fanc999/fontchooser.win32.gtk3Chun-wei Fan2019-04-182-0/+50
* MSVC builds: Add a .bat script to regenerate demos.h.win32Chun-wei Fan2019-04-183-7/+58
* meson: Enable font tweaking on Windows without PangoFTChun-wei Fan2019-04-183-9/+28
* demos/font_features.c: Support PangoWin32 Font as wellChun-wei Fan2019-04-183-31/+86
* gtk/gtkfontchooserwidget.c: Support PangoWin32 fonts as wellChun-wei Fan2019-04-181-11/+53
* gtk: Add utility source to convert from PangoFont to FT_FaceChun-wei Fan2019-04-183-0/+304
* state-record.c: Include header for write()/close()Chun-wei Fan2019-04-181-0/+6
* meson: Add missing files to gtk3-demo to fix buildRico Tzschichholz2019-04-171-0/+5
* widget-factory: Update copyright lineMatthias Clasen2019-04-161-4/+4
* widget-factory: Add an Inspector menu itemMatthias Clasen2019-04-162-0/+13
* imcontextwayland: (Hopefully) fix if expressionTimm Bäder2019-04-161-1/+1
* Merge branch 'event_window' into 'gtk-3-24'Carlos Garnacho2019-04-151-4/+6
|\
| * gdk/wayland: Use event window to calculate coordinatess for show_window_menu()Robert Mader2019-04-141-4/+6
|/
* meson: add tools testsChristoph Reiter2019-04-133-0/+25
* meson: add a11y testChristoph Reiter2019-04-136-3/+117
* meson: underscorify immodule name when using it as a macro nameChristoph Reiter2019-04-121-1/+1
* Merge branch 'fix-meson-on-macos' into 'gtk-3-24'Nirbheek Chauhan2019-04-121-1/+1
|\
| * meson: Fix build on macOSJames Westman2019-04-121-1/+1
* | meson.build: Clean up previous commitChun-wei Fan2019-04-121-3/+3
* | meson.build: Fix Visual Studio buildsChun-wei Fan2019-04-121-2/+10
|/
* Updated Lithuanian translationAurimas Černius2019-04-111-437/+430
* meson: Also add a library version for libgailutilChristoph Reiter2019-04-112-0/+2
* meson: Update versionsEmmanuele Bassi2019-04-111-2/+2
* meson: Preserve compatibility with Autotools buildEmmanuele Bassi2019-04-113-0/+6
* gdkframeclockidle: Don't permanently skew frame timeChris Williams2019-04-111-17/+4
* Merge branch 'gtk-3-24-meson' into 'gtk-3-24'Matthias Clasen2019-04-11157-118/+6212
|\
| * testsuite/gtk/builder.c: Export the needed symbolsChun-wei Fan2019-04-111-19/+19
| * README.win32: Add instructions on Meson buildsChun-wei Fan2019-04-111-0/+90
| * meson: Fix building with builtin immodulesChun-wei Fan2019-04-111-1/+2
| * meson/MSVC: Copy xxx-3.lib to xxx-3.0.lib upon post-installChun-wei Fan2019-04-111-0/+9
| * autotools: dist gen-c-array.py and gen-rc.pyChristoph Reiter2019-04-112-1/+4
| * meson: simplify builtin_immodules build optionChristoph Reiter2019-04-114-28/+10
| * meson: Follow gnome conventions for build option namesChristoph Reiter2019-04-1110-37/+37
| * meson.build: Output DLL names similar to the MSVC projectsChun-wei Fan2019-04-111-1/+23
| * meson.build: Fix generating .pc filesChun-wei Fan2019-04-111-8/+8
| * meson.build: MSVC-Add fallback dep search for HarfBuzzChun-wei Fan2019-04-111-2/+18
| * meson: set soversion to 'vs<VSVer>' for MSVCChristoph Reiter2019-04-111-3/+8
| * meson: Various config.h related fixesChristoph Reiter2019-04-114-97/+97
| * CI: disable building with cloudproviders; breaks testsChristoph Reiter2019-04-111-1/+0
| * CI: install dbus-x11 for dbus-launch and iso-codes (optional build dep)Christoph Reiter2019-04-111-0/+2
| * meson: fix code examples in the gtk docs buildChristoph Reiter2019-04-116-42/+32
| * meson: static immodules: depend on generated headersChristoph Reiter2019-04-111-2/+3
| * meson: set the soversion to just '0' everywhereChristoph Reiter2019-04-114-2/+5
| * meson: statically link immodules under mingw by defaultChristoph Reiter2019-04-111-2/+3
| * meson: Don't depend on meson 0.50Christoph Reiter2019-04-111-2/+1
| * meson: gtk docs: set ENABLE_ON_X11Christoph Reiter2019-04-111-0/+6
| * meson: only install broadway man pages if it's enabledChristoph Reiter2019-04-112-1/+5
| * meson: Don't make the man pages build depend on the documentation optionChristoph Reiter2019-04-117-89/+101
| * CI: Install sasscChristoph Reiter2019-04-112-1/+3
| * meson: build print backendsChristoph Reiter2019-04-118-11/+187