Commit History

Author SHA1 Message Date
  Gilles Roudiere 05bb8e0c10 Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 7 years ago
  letheed 5ad9be4c24 Rename pos to position in user facing methods and variables 7 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 7 years ago
  Gilles Roudiere f730846fe9 Fix spinboxes bad look 7 years ago
  Ignacio Etcheverry 2f290038d6 Removes type information from method binds 7 years ago
  Poommetee Ketson 2777f81d29 Add object type hint for docs 7 years ago
  Andreas Haas 9bc5348961 InputEvent: Renamed "pos" property to "position" 7 years ago
  Juan Linietsky 5b3709d309 Removal of InputEvent as built-in Variant type.. 7 years ago
  Rémi Verschelde 231511b2a6 Merge pull request #8631 from volzhs/editor-theme-custom 7 years ago
  toger5 304a1f5b5a Implemented scrolling factor for smooth trackpad scrolling 7 years ago
  volzhs 17e8e343fb Revert "Add new editor and default theme (WIP)" 7 years ago
  Daniel J. Ramirez f045efe007 Add new editor and default theme (WIP) 7 years ago
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 7 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 7 years ago
  Andreas Haas dd4c2709e4 Spinbox: don't ignore double clicks. 7 years ago
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 7 years ago
  Hein-Pieter van Braam 0f687f0ccb Remove use of _SCS from ADD_METHOD 7 years ago
  Ferenc Arn 6f4f9aa6de Overloaded basic math funcs (double and float variants). Use real_t rather than float or double in generic functions (core/math) whenever possible. 7 years ago
  Rémi Verschelde 93ab45b6b5 Style: Fix whole-line commented code 7 years ago
  Juan Linietsky 83cb84753f Renamed most signals so they refer to: 7 years ago
  Juan Linietsky 920947f297 renamed _input_event for GUI events to _gui_input, so it's more differentiated than generalized _input 7 years ago
  Juan Linietsky b085c40edf -Conversion of most properties to a simpler syntax, easier to use by script 7 years ago
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 7 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 7 years ago
  volzhs 4df33cbcb3 Prevent Spinbox value update while not focused or disabled 8 years ago
  volzhs 80b6507071 Fix updating value of SpinBox with prefix 8 years ago
  Juan Linietsky 9151eb591d Changed the way the step decimals are computed to a safer way, fixes many issues. 8 years ago
  Ignacio Etcheverry bd6f7a411c Fix wrong local mouse pos when holding spinbox and improve behaviour 8 years ago
  George Marques 5be9ff7b67 Update copyright to 2016 in headers 9 years ago
  neikeq d4051e6eb9 Spinbox: increase/decrease with mouse held 9 years ago