summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde2019-06-121-1/+1
|\
| * Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg2019-06-041-1/+1
* | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-3/+3
|\ \
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+3
* | | bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-3/+3
* | | [X11] Add window borderless state detection, fix borderless state restoration...bruvzg2019-06-111-5/+22
| |/ |/|
* | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-1/+1
|/
* Merge pull request #28512 from MJacred/masterRémi Verschelde2019-05-281-0/+1
|\
| * Fix application window not listed in taskbar (X11)MJacred2019-04-301-0/+1
* | Check project settings live before lookup in crash handlerIbrahn Sahir2019-05-231-1/+6
* | Fixed uninitialised variable in x11 null cursor creationIbrahn Sahir2019-05-231-12/+16
* | added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* | X11: Check if "_NET_FRAME_EXTENTS" atom is supported.bruvzg2019-05-091-22/+26
* | Fixed game crash, regression of #26977Andrea Catania2019-05-011-6/+12
* | Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-013-35/+31
|\ \
| * | Small fixes to static analyzer bugsqarmin2019-04-043-35/+31
* | | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* | | Merge pull request #26977 from bruvzg/fix_x11_window_posRémi Verschelde2019-04-301-6/+19
|\ \ \
| * | | [X11] Fix `get_window_position` to return absolute coordinates, change `set_w...bruvzg2019-03-121-6/+19
* | | | Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde2019-04-291-0/+2
|\ \ \ \
| * | | | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+2
| | |_|/ | |/| |
* / | | fix builds made with Clang on some Linux distrosMichele Valente2019-04-261-1/+7
|/ / /
* | | Merge pull request #28402 from Valentactive/add-thinlto-support-x11Rémi Verschelde2019-04-251-3/+12
|\ \ \
| * | | add option to use ThinLTOMichele Valente2019-04-251-3/+12
* | | | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-5/+7
|/ / /
* | | Merge pull request #26961 from ibrahn/fix-x11setcontext-access-freedHein-Pieter van Braam2019-04-231-15/+21
|\ \ \
| * | | fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-15/+21
* | | | Merge pull request #27208 from Calinou/add-lld-linkerHein-Pieter van Braam2019-04-231-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for linking using LLD on X11Hugo Locurcio2019-03-181-1/+9
| |/ /
* | | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-1/+1
|\ \ \
| * | | Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
| | |/ | |/|
* | | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-4/+6
* | | Fix jump over uninitialized value in OS Unix/X11Fabio Alessandrelli2019-04-091-0/+2
* | | Merge pull request #27067 from shartte/remove-context-glRémi Verschelde2019-04-071-11/+10
|\ \ \
| * | | Remove ContextGL since as an abstraction it's unused.Sebastian Hartte2019-04-061-11/+10
* | | | Remove unused importsHendrikto2019-04-062-2/+1
|/ / /
* / / SCons: add `methods.using_clang` to check used compilerRémi Verschelde2019-04-051-2/+2
|/ /
* | SCons: Fix python3 compat for builtin_bullet=noRémi Verschelde2019-04-031-1/+1
* | Revert accidental commitsPedro J. Estébanez2019-03-201-1/+1
* | Create class for shared memory blocks [wip]Pedro J. Estébanez2019-03-201-1/+1
|/
* fix for access after free in OS_X11::set_context.Ibrahn Sahir2019-03-121-4/+5
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-2/+2
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-2/+2
* | Replace usage of __bswap_16 with BSWAP16 (#25714).marxin2019-03-051-4/+4
|/
* Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-8/+10
* SCons: Reduce spam from x11:can_buildRémi Verschelde2019-03-021-2/+0
* X11: Fix drag and drop from non-latin pathsRémi Verschelde2019-02-281-1/+1
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Come up with use_gcc.marxin2019-02-231-5/+6