godot/platform/x11
Zher Huei Lee e3e2f06324 Replacement of internal RegEx with PCRE2
The pattern and replacement matching behaviour has been changed purely
due to the nature of switching to a standards-compliant library.

One mistake in the previous behaviour was that named groups didn't have
a number. This has been corrected.

As names are actually just an alias of numbered groups,
RegExMatch::get_name_dict() is now get_names() and is a dict
referring to the group number it represents.

Duplicate names are enabled and the with the first matching instance
used.

Due the lack of a suitable equivalent in PCRE2, RegExMatch::expand() was
removed.
2017-08-19 19:29:14 +08:00
..
export -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
context_gl_x11.cpp Fix property warnings and hide some debug prints 2017-04-23 11:17:32 +02:00
context_gl_x11.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
detect.py Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
godot_x11.cpp Workaround for IME and echo events on Linux: 2017-06-29 19:26:06 +08:00
joypad_linux.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
joypad_linux.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
key_mapping_x11.cpp Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER 2017-08-06 16:26:07 +03:00
key_mapping_x11.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_x11.cpp Fix double finalisation of audio drivers 2017-08-02 11:45:19 -03:00
os_x11.h -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_x11.cpp Fixes power management on x11 platform and removes explicit NULL pointer dereference. 2017-07-26 23:29:51 +02:00
power_x11.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Add API to access battery power state 2017-03-04 18:04:29 +01:00