aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/color_picker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-131-1/+3
* Several visual improvements.Daniel J. Ramirez2017-09-281-24/+17
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+4
* Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+1
|\
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-12/+12
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* Fix ColorPicker to use theme constantsPoommetee Ketson2017-07-181-18/+26
* ColorPicker: fix DPI, hue & color update issuesPoommetee Ketson2017-06-201-23/+24
* Fix ColorPicker's screen pick functionalityMariano Suligoy2017-06-191-18/+20
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-3/+3
* Color Picker Fixed Appearanceremorse1072017-06-151-8/+11
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-11/+11
* fixed crash when dragging to change color in color pickertoger52017-05-211-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-36/+61
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-7/+7
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-220/+186
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-24/+24
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-2/+2
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-21/+21
* some class renamesJuan Linietsky2017-01-121-2/+2
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+1
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-4/+4
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-4/+4
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-3/+3
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-1/+1
* Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky2017-01-041-22/+38
|\
| * Fix Color PickerMariano Suligoy2016-10-191-22/+38
* | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-3/+3
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-24/+24
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-74/+39
|\|
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-37/+0
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-37/+39
* | Merge pull request #7372 from chanon/masterRémi Verschelde2017-01-021-1/+1
|\ \
| * | fix ColorPicker not correctly updating after pasting hex html colorchanon2016-12-261-1/+1
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ /
* | Fix color selected with mouse scrollvolzhs2016-11-281-2/+2
* | Emit "*_changed" signal in set_*volzhs2016-11-141-0/+1
|/
* Fix some warnings about misleading indentationJohan Manuel2016-08-131-8/+9
* Fix pick color from screen. Closes #5853MarianoGNU2016-07-221-1/+2
* Color picker fixes:Daniel J. Ramirez2016-07-151-19/+26
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-4/+8
* Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2016-06-191-0/+5
* fix six possible "divide by zero"Hubert Jarosz2016-03-091-2/+4
* remove trailing whitespaceHubert Jarosz2016-03-091-5/+5