summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* General cleanup of script and doc search barsMichael Alexsander Silva Dias2019-02-101-1/+1
* Small fixup on button toggle behaviour in ColorPickerMichael Alexsander Silva Dias2019-01-281-17/+8
* Make some small enhancements to the ColorPickerMichael Alexsander Silva Dias2019-01-271-33/+53
* Fix a rounding error in ColorPickerHugo Locurcio2019-01-181-2/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* ColorPicker fixesmerumelu2018-12-121-17/+17
* Merge pull request #22680 from lupoDharkael/color-picker-presetsRémi Verschelde2018-12-071-1/+26
|\
| * ColorPicker: extend access to presets from gdslupoDharkael2018-10-241-1/+26
* | Fix to ColorPicker behaviour when entering html.R. K2018-10-051-0/+3
* | Made ColorPicker save it's presets while in editor.DualMatrix2018-09-241-0/+28
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* fix ColorPickerButton.get_popup()Alexander Holland2018-07-101-1/+2
* Increase settings apply speed and added deferred color applyChaosus2018-05-311-3/+24
* Revert "Fix color-picker sliders"Rémi Verschelde2018-05-181-4/+5
* Fix color-picker slidersMartin Capitanio2018-05-171-5/+4
* Add note about color picker deferred initializationJuan Linietsky2018-05-161-0/+3
* Fix segfault at quiting editorvolzhs2018-05-161-1/+1
* -New inspector.Juan Linietsky2018-05-151-16/+33
* Add popup_closed signal for ColorPickerButtonPeter Folkins2018-04-131-0/+9
* Various ui tweaks for color pickerBernhard Liebl2018-03-121-5/+46
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-041-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-251-10/+8
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Added get_popup() method to ColorPickerButton. This allows to check if the pi...RaXaR2017-12-011-0/+5
* 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-25/+18
* 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