summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scrolling a container should not scroll child widgetsBUG_gtk3_containers_scroll_precedenceNelson Benítez León2022-01-205-4/+48
* Merge branch 'fix-warning' into 'gtk-3-24'Matthias Clasen2022-01-191-1/+5
|\
| * gdk/display-wayland: Don't bypass portal for theme entriesFlorian Müllner2022-01-191-1/+5
|/
* Merge branch 'fix-places-crash' into 'gtk-3-24'Matthias Clasen2022-01-181-0/+3
|\
| * gtkplacessidebar.c: add bookmark null checkingGeyslan G. Bem2022-01-181-0/+3
* | Merge branch 'revert-fd6ce997' into 'gtk-3-24'Luca Bacci2022-01-171-8/+1
|\ \
| * | Revert "Bug 676077: Fix handling of Keyboard Input on Windows"Chun-wei Fan2022-01-171-8/+1
|/ /
* | Merge branch 'win32-fix-altgr-gtk3' into 'gtk-3-24'Luca Bacci2022-01-131-2/+20
|\ \
| * | IMContextSimple: Fix AltGr not working on Win32Philip Zander2022-01-131-2/+20
| |/
* | Merge branch 'wip/keep-scale-3-24' into 'gtk-3-24'Matthias Clasen2022-01-121-5/+16
|\ \
| * | wayland/window: Only update the scale if on any outputsJonas Ådahl2022-01-071-5/+16
* | | Merge branch '4627-printing-Unref-old-spool_io-before-setting-new-one-gtk3' i...Matthias Clasen2022-01-121-0/+6
|\ \ \
| * | | printing: Unref old spool_io before setting new oneMarek Kasik2022-01-121-0/+6
|/ / /
* | | Merge branch 'fontchooser-fix-3' into 'gtk-3-24'Matthias Clasen2022-01-121-10/+10
|\ \ \
| * | | fontchooser: Fix axis name handlingMatthias Clasen2022-01-071-10/+10
* | | | Merge branch 'file-chooser-native-win32-grab-only-when-modal' into 'gtk-3-24'Luca Bacci2022-01-111-2/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | GtkFileChooserNativeWin32: add GTK grab only when modalLuca Bacci2022-01-111-2/+5
|/ / /
* | | Merge branch 'win32-keymap-fixes' into 'gtk-3-24'Luca Bacci2022-01-114-109/+205
|\ \ \
| * | | gdkkeys-win32: Perform keyboard layout substitutionDavid Hogan2022-01-101-10/+87
| * | | gdkkeys-win32: Fix handling of SGCAPSPhilip Zander2022-01-093-20/+15
| * | | gdkkeys-win32: Fix crash when keyboard DLL failed to loadPhilip Zander2022-01-092-17/+50
| * | | gdkkeys-win32: Add keysym mapping for capslock keyPhilip Zander2022-01-091-1/+2
| * | | gdkkeys-win32: Fix capslock handlingPhilip Zander2022-01-093-64/+54
|/ / /
* | | Merge branch 'fix-4610' into 'gtk-3-24'Luca Bacci2022-01-071-0/+2
|\ \ \
| * | | gdkkeys-win32: Fix uninitialized valuePhilip Zander2022-01-071-0/+2
* | | | Merge branch 'win32-theme-flat-button-fix' into 'gtk-3-24'Luca Bacci2022-01-071-23/+8
|\ \ \ \ | |/ / / |/| | |
| * | | make flat buttons look flat (and allow non-flat button in toolbars)KrIr172022-01-071-23/+8
|/ / /
* | | Merge branch 'improve-font-features-msvc' into 'gtk-3-24'Luca Bacci2022-01-063-6/+44
|\ \ \
| * | | Visual Studio projects: Simplify building font features demoChun-wei Fan2022-01-053-6/+44
* | | | Merge branch 'msvc-project-improvements' into 'gtk-3-24'Luca Bacci2022-01-0558-658/+1044
|\ \ \ \ | |/ / / |/| | |
| * | | Visual Studio projects: Generate versioned sourcesChun-wei Fan2022-01-046-9/+91
| * | | Visual Studio: Make gen-gdkversionmacros-h.py genericChun-wei Fan2022-01-044-37/+48
| * | | config-msvc.mak.in: Record the interface ageChun-wei Fan2022-01-041-0/+1
| * | | Visual Studio projects: Improve generating libgtk sourcesChun-wei Fan2022-01-0415-82/+238
| * | | gtk/build: Split out part of headers listingsChun-wei Fan2022-01-043-237/+246
| * | | GDK/build: Rename deprecated_h_sources to gdk_deprecated_h_sourcesChun-wei Fan2022-01-044-6/+6
| * | | Visual Studio projects: Improve generating GDK sourcesChun-wei Fan2022-01-0449-234/+322
| * | | win32: Support (re-)generating gdkenumtypes.[c|h]Chun-wei Fan2022-01-042-0/+33
| * | | gdk: Split out public headers listingChun-wei Fan2022-01-042-44/+46
| * | | win32: Re-organize NMake Makefiles a bitChun-wei Fan2022-01-046-54/+58
|/ / /
* | | Merge branch 'winpointer-fix-key-state' into 'gtk-3-24'Luca Bacci2022-01-031-2/+4
|\ \ \
| * | | Winpointer: Fix keyboard stateLuca Bacci2022-01-031-2/+4
* | | | Merge branch 'filechoosernative-win32-invisible' into 'gtk-3-24'Luca Bacci2022-01-031-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Add GTK grab when opening GtkFileChooserNativeWin32Luca Bacci2022-01-031-1/+14
|/ / /
* | | Merge branch 'fix_windows_build' into 'gtk-3-24'Luca Bacci2022-01-023-2/+6
|\ \ \
| * | | Add hid.lib to GDK .pc fileLuca Bacci2022-01-021-1/+1
| * | | Add define for GC_ALLGESTURES, in-case WINVER is not set.Melroy van den Berg2021-12-281-0/+4
| * | | Lowercaps Windows.h -> windows.hMelroy van den Berg2021-12-281-1/+1
| |/ /
* | | Merge branch 'fix-4565' into 'gtk-3-24'Luca Bacci2022-01-022-14/+19
|\ \ \
| * | | demos/gtk-demo/font_features.c: Fix build on Pango < 1.44.xChun-wei Fan2021-12-301-6/+10