Commit History

Author SHA1 Message Date
  Lightning_A 97fecd1b69 Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods 4 years ago
  Aaron Franke 0de9a7d803 Rename `doubleclick` to `double_click` 4 years ago
  Rémi Verschelde 5b16020846 Replace remaining uses of `NULL` with `nullptr` 4 years ago
  Marcel Admiraal fd30c36985 Rename Texture.get_data() to get_image() 4 years ago
  Aaron Franke a5324787c8 Rename some more global enums (Key, Joy, MIDI) 5 years ago
  Aaron Franke 10d7fccb54 Rename ButtonList enum and members to MouseButton 4 years ago
  Fabio Alessandrelli 3416f7b521 [HTML5] Opt-in virtual keyboard support. 4 years ago
  Fabio Alessandrelli f34c7982c5 [HTML5] Respect allow_hidpi option during setup 4 years ago
  Fabio Alessandrelli 65abf94675 [HTML5] Better fullscreen, canvas resizing. 4 years ago
  Fabio Alessandrelli 2972ea3229 [HTML5] Easier HTML templates, better deinit/cleanup. 4 years ago
  Fabio Alessandrelli 6cff589b5b [HTML5] Detect screen scale and DPI. 4 years ago
  Fabio Alessandrelli 3366122e1a [HTML5] Handle contextmenu, webglcontextlost internally. 4 years ago
  Fabio Alessandrelli 97288f25f4 [HTML5] Fix mouse_mode and fullscreen detection. 4 years ago
  Fabio Alessandrelli bab20c6e09 [HTML5] Custom Gamepad library to allow remapping. 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Rémi Verschelde 09212fba1e Fix missed renamings from empty() to is_empty() 4 years ago
  Fabio Alessandrelli 178546ac3e [HTML5] Fix broken layout on load in HiDPI screens 4 years ago
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script 4 years ago
  Fabio Alessandrelli e2083871eb [HTML5] Port JavaScript inline code to libraries. 4 years ago
  Fabio Alessandrelli 806edcae5b Better HiDPI support in HTML5. 5 years ago
  Fabio Alessandrelli 7d0896e763 Window event listener do not use capture. 5 years ago
  Fabio Alessandrelli 48aa0b5b03 Small refactor to JavaScript handlers. 5 years ago
  Fabio Alessandrelli 0b286a287c Implement HTML5 cancel/ok button swap on Windows. 5 years ago
  Fabio Alessandrelli 757af6a69f Properly set HTML5 DisplayServer init error value. 5 years ago
  Fabio Alessandrelli 07d4513886 [JS] Check canvas size each loop, force redraw. 5 years ago
  Fabio Alessandrelli a1c4c1d318 More static methods in DisplayServerJavaScript. 5 years ago
  Fabio Alessandrelli fd92270b0a Refactor canvas ID and locale handling. 5 years ago
  Fabio Alessandrelli 0a35b97b62 Swtich HTML5 key detection from keyCode to code. 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago