summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GDK W32: Use SWP_NOOWNERZORDER everywhere it can be appliedlrn/zorder-gtk4Руслан Ижбулатов2018-06-172-11/+11
* GDK W32: Don't let TEMP surfaces cause zorder side-effectsРуслан Ижбулатов2018-06-171-1/+1
* search bar example: remove unused functionTimm Bäder2018-06-161-11/+0
* center box: Remove snapshot implementationTimm Bäder2018-06-161-17/+0
* gl renderer: call glViewport directlyTimm Bäder2018-06-161-18/+1
* button: Remove measure implementationTimm Bäder2018-06-161-29/+0
* combobox: Remove priv pointerTimm Bäder2018-06-162-107/+103
* Merge branch 'wip/lantw/fix-gtkdoc-build-without-wayland' into 'master'Matthias Clasen2018-06-151-5/+11
|\
| * docs: Fix gtk-doc build when wayland is disabledTing-Wei Lan2018-06-151-5/+11
|/
* Merge branch 'design_by' into 'master'Matthias Clasen2018-06-151-1/+1
|\
| * aboutbox: use a more fitting 'design by" roleJakub Steiner2018-06-141-1/+1
* | examples: Simplify handling events in search-barMohammed Sadiq2018-06-141-7/+1
|/
* Revert "imcontext: Make size arguments be gsize and not int"Mohammed Sadiq2018-06-144-42/+41
* examples: Fix alignment of search-bar exampleMohammed Sadiq2018-06-141-0/+1
* imcontext: Make size arguments be gsize and not intBenjamin Otte2018-06-144-41/+42
* docs: Update getting started docsMohammed Sadiq2018-06-141-24/+19
* docs: Use gtk_widget_show() to show windowMohammed Sadiq2018-06-131-1/+1
* snapshot: Trivial typo fix in commentMohammed Sadiq2018-06-131-1/+1
* picture: Fix g-i annotation warningRico Tzschichholz2018-06-131-1/+1
* build: Fix compiler warningsMohammed Sadiq2018-06-113-4/+5
* overlay: Use the right property variable nameMohammed Sadiq2018-06-111-1/+1
* Merge branch 'wip/sadiq/fixes' into 'master'Benjamin Otte2018-06-113-3/+121
|\
| * overlay: Add support for clipping overlay widgetsMohammed Sadiq2018-06-113-3/+121
|/
* Merge branch 'lrn/gtk4warnings' into 'master'Matthias Clasen2018-06-1026-359/+60
|\
| * Use correct stat struct for ftw()Руслан Ижбулатов2018-06-101-1/+1
| * See if _MSC_VER is defined before checking its valueРуслан Ижбулатов2018-06-101-1/+1
| * Fix missing default switch case in DllMainРуслан Ижбулатов2018-06-101-0/+2
| * Fix missing default switch cases in gtkimcontextsimpleРуслан Ижбулатов2018-06-101-0/+5
| * Fix some warnings in W32 part of gtkmainРуслан Ижбулатов2018-06-101-2/+6
| * Fix a typo in W32 event-handling codeРуслан Ижбулатов2018-06-101-1/+1
| * Fix a warning about uninitialized variableРуслан Ижбулатов2018-06-101-0/+2
| * Remove unused code in gdksurface-win32.cРуслан Ижбулатов2018-06-101-56/+0
| * Fix more signedness issues in W32 backendРуслан Ижбулатов2018-06-103-3/+3
| * A quick and dirty fix for a circular allocation issueРуслан Ижбулатов2018-06-101-1/+2
| * Fix a missing default case warningРуслан Ижбулатов2018-06-101-0/+4
| * Remove unused functions in W32 backendРуслан Ижбулатов2018-06-104-157/+0
| * Fix signedness issues, remove unused codeРуслан Ижбулатов2018-06-101-48/+3
| * Remove some more unused variablesРуслан Ижбулатов2018-06-102-4/+0
| * Fix various type mismatch warningsРуслан Ижбулатов2018-06-104-19/+19
| * Fix gdk_win32_cairo_context_end_frame prototypeРуслан Ижбулатов2018-06-101-2/+1
| * Remove unused variables (mostly in W32 code)Руслан Ижбулатов2018-06-1012-57/+3
| * Fix wrong format strings in various placesРуслан Ижбулатов2018-06-105-8/+8
* | Merge branch 'master' into 'master'Matthias Clasen2018-06-104-0/+68
|\ \
| * | gtkmain: Add gtk_get_main_thread()Philippe Normand2018-06-083-0/+26
| * | gtkmain: Add gtk_is_initialized()Philippe Normand2018-06-084-0/+42
* | | Merge branch 'lrn/aligned-alloc' into 'master'Matthias Clasen2018-06-108-11/+436
|\ \ \ | |_|/ |/| |
| * | Use aligned allocators for GtkSnapshotРуслан Ижбулатов2018-06-103-12/+151
| * | Use aligned allocators for GskRenderNodeРуслан Ижбулатов2018-06-091-2/+3
| * | Add aligned allocator functions to GSKРуслан Ижбулатов2018-06-093-0/+149
| * | Add aligned allocator support to mesonРуслан Ижбулатов2018-06-092-0/+136
| |/