summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: Use GWL_USERDATA instead of a global hash tablewip/otte/win32-cleanupBenjamin Otte2021-07-318-265/+71
* win32: Store the window classes in the displayBenjamin Otte2021-07-314-2/+92
* win32: Remove local dndBenjamin Otte2021-07-316-708/+77
* win32: Remove _gdk_offset_x and _gdk_offset_yBenjamin Otte2021-07-319-141/+47
* ngl: Turn off depth testBenjamin Otte2021-07-312-6/+0
* win32: Remove unused codeBenjamin Otte2021-07-312-7/+0
* x11: Remove unused codeBenjamin Otte2021-07-311-18/+4
* win32: Make prints reach the consoleBenjamin Otte2021-07-311-0/+13
* win32: Remove unused valuesBenjamin Otte2021-07-312-8/+0
* win32: Remove special casing for pixbuf formatsBenjamin Otte2021-07-312-59/+1
* win32: Remove usage of gdk_display_get_default()Benjamin Otte2021-07-312-2/+1
* win32: Use the right display in event handlingBenjamin Otte2021-07-312-38/+49
* win32: Clean up keymap codeBenjamin Otte2021-07-315-98/+46
* win32: Remove _gdk_display globalBenjamin Otte2021-07-316-44/+29
* win32: Store device manager in the displayBenjamin Otte2021-07-317-43/+54
* win32: Remove global _gdk_display_hdcBenjamin Otte2021-07-314-27/+6
* win32: Remove Pango workaroundBenjamin Otte2021-07-311-9/+0
* win32: Remove gdkscreen-win32.cBenjamin Otte2021-07-314-128/+7
* display-win32: Improve display change codeBenjamin Otte2021-07-311-10/+11
* Merge branch 'wip/otte/widgetfactory-dnd' into 'master'Matthias Clasen2021-07-2715-23/+443
|\
| * widget-factory: Add images that support dndBenjamin Otte2021-07-272-8/+79
| * widget-factory: Some new backgroundsMatthias Clasen2021-07-275-2/+3
| * droptarget: Make formats construct-only writableBenjamin Otte2021-07-271-5/+16
| * builder: Add support for GdkContentFormatsBenjamin Otte2021-07-271-0/+17
| * testsuite: Add contentformat testsBenjamin Otte2021-07-272-0/+244
| * contentformats: Add gdk_content_formats_parse()Benjamin Otte2021-07-272-4/+76
| * contentformats: Change the format of gdk_content_formats_to_string()Benjamin Otte2021-07-261-4/+2
| * dnd: Guard drags with a reference when finishingBenjamin Otte2021-07-263-0/+6
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-07-261-2/+2
|\ \
| * | ngl: CosmeticsMatthias Clasen2021-07-261-2/+2
|/ /
* | Merge branch 'wip/compose-parser' into 'master'Matthias Clasen2021-07-2630-1998/+6097
|\ \
| * | composetable: Rewrite Compose files if necessaryMatthias Clasen2021-07-154-18/+119
| * | composetable: Keep the number of sequencesMatthias Clasen2021-07-1514-3/+21
| * | Remove some leftover debug codeMatthias Clasen2021-07-151-15/+0
| * | imcontext: Improve the docsMatthias Clasen2021-07-131-0/+15
| * | imcontext: Simplify checking compose seqsMatthias Clasen2021-07-131-53/+29
| * | composetable: Drop GtkComposeTableCompactMatthias Clasen2021-07-1327-5733/+5014
| * | composetable: Ignore length 1 sequencesMatthias Clasen2021-07-131-0/+6
| * | imcontext: Replace the builtin sequencesMatthias Clasen2021-07-131-13/+24
| * | composetable: Allow removing sequencesMatthias Clasen2021-07-133-2/+18
| * | composetable: Switch to using a hash tableMatthias Clasen2021-07-134-206/+145
| * | composetable: Reinterpret %LMatthias Clasen2021-07-132-561/+4480
| * | composetable: Handle substitutions in includesMatthias Clasen2021-07-134-1/+635
| * | composetable: Handle includesMatthias Clasen2021-07-137-2/+149
| * | composetable: Move code into the parserMatthias Clasen2021-07-131-37/+54
| * | composetable: Introduce a parser structMatthias Clasen2021-07-131-20/+42
| * | Clean up the GtkComposeTable apiMatthias Clasen2021-07-134-94/+106
| * | gtk-demo: Add a slider to the menu exampleMatthias Clasen2021-07-131-1/+15
| * | Add a simple Javascript exampleMatthias Clasen2021-07-131-0/+50
* | | 4.3.24.3.2Matthias Clasen2021-07-242-1/+108