Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-14 | Merge pull request #7109 from volzhs/emit-signal-from-set | George Marques | |
Emit "*_changed" signal in set_* | |||
2016-11-14 | Merge pull request #7107 from eska014/wasm | Rémi Verschelde | |
Some WebAssembly stuff | |||
2016-11-14 | Emit "*_changed" signal in set_* | volzhs | |
2016-11-13 | Clarify a NULL comparison | eska | |
'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path. | |||
2016-11-11 | Merge pull request #6833 from Elinvention/master | Rémi Verschelde | |
Make the step property useful for sliders | |||
2016-11-09 | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | |
Made background and symbol color follow the color API | |||
2016-11-07 | Fix Label valign position | volzhs | |
Fix #7055 | |||
2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | |
2016-11-06 | Made background and symbol color follow the color API | Paulb23 | |
2016-11-06 | Merge pull request #7036 from volzhs/spinbox-prefix | Rémi Verschelde | |
Fix updating value of SpinBox with prefix | |||
2016-11-06 | Merge pull request #7009 from volzhs/fix-double-click | Rémi Verschelde | |
Fix to focus or rename node by double click | |||
2016-11-05 | Fix updating value of SpinBox with prefix | volzhs | |
2016-11-04 | fix a tiny typo | ScotFlux | |
2016-11-02 | Merge pull request #7004 from volzhs/fix-itemlist | Rémi Verschelde | |
Fix to fit stylebox with ItemList | |||
2016-11-01 | Fix to focus or rename node by double click | volzhs | |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||
2016-11-01 | Fix to fit stylebox with ItemList | volzhs | |
2016-10-31 | Fix Accept/ConfirmationDialog UI broken | volzhs | |
2016-10-31 | Revert "Place child control under label in AcceptDialog." | volzhs | |
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. | |||
2016-10-30 | Revert "make `Container` node aware of `Size Flags`" | Rémi Verschelde | |
This reverts commit 6ed15e995dd83c1cf6808f261066580a1f8bc297. Fixes #6974. | |||
2016-10-30 | Merge pull request #6950 from rdb/master | Rémi Verschelde | |
Add "Never" underline mode to LinkButton | |||
2016-10-30 | Merge pull request #6928 from razvanc-r/fix-container | Rémi Verschelde | |
make Container node aware of Size Flags | |||
2016-10-30 | Merge pull request #6614 from TheKK/issue5989 | Rémi Verschelde | |
Make FileDialog directory selection less misleading | |||
2016-10-28 | Add "Never" underline mode to LinkButton | rdb | |
2016-10-26 | make `Container` node aware of `Size Flags` | Răzvan Cosmin Rădulescu | |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-17 | Merge pull request #6806 from leezh/button_array_fixes | Rémi Verschelde | |
ButtonArray fixes and improvements | |||
2016-10-17 | Merge pull request #6748 from mateka/issue-6199 | Rémi Verschelde | |
Place child dialog contents under label in AcceptDialog | |||
2016-10-17 | Merge pull request #6739 from bvbfan/patch-3 | Rémi Verschelde | |
Button focus hovering | |||
2016-10-15 | Make the step property useful for sliders as described in #5773 | Elia Argentieri | |
2016-10-15 | Fix GraphEdit connection wire when resizing GraphNode | volzhs | |
2016-10-14 | Merge pull request #6807 from volzhs/buttongroup-signal | George Marques | |
Add "button_selected" signal to ButtonGroup | |||
2016-10-14 | Added support for tooltips in ButtonArray. Fixes #6597 | Zher Huei Lee | |
2016-10-14 | Merge pull request #6780 from RandomShaper/space-padded-line-numbers | Rémi Verschelde | |
Allow turning off zero-padding for line numbers | |||
2016-10-13 | Merge pull request #6809 from volzhs/graphedit-zoom | George Marques | |
Fix GraphEdit connection wire when zoom in/out | |||
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | |
2016-10-13 | Fix GraphEdit connection wire when zoom in/out | volzhs | |
2016-10-13 | Add "button_selected" signal to ButtonGroup | volzhs | |
2016-10-13 | Expose resizable property of GraphNode in inspector | volzhs | |
2016-10-12 | Fixes for ButtonArray | Zher Huei Lee | |
Fixed hover sometimes not resetting when mouse leaves widget. Fixed text position not taking into account stylebox's content margins. | |||
2016-10-11 | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde | |
Fix Script Editor drawing over Dialogs. | |||
2016-10-10 | Fix Script Editor drawing over Dialogs. | Andreas Haas | |
Resets the z-index when focus is lost and the completion is shown. Fixes #6769 | |||
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez | |
2016-10-10 | Button focus hovering | Anthony Fieroni | |
Signed-off-by: Anthony Fieroni bvbfan@abv.bg | |||
2016-10-09 | Place child control under label in AcceptDialog. | Mateusz Adamczyk | |
Fixes #6199. | |||
2016-10-09 | Merge pull request #6717 from Hinsbart/focus_crash | Rémi Verschelde | |
Prevent crash on focus change when no valid next control has been found. | |||
2016-10-09 | Merge pull request #6716 from Hinsbart/completion_fix | Rémi Verschelde | |
Fix code completion drawing under other gui elements. | |||
2016-10-09 | Merge pull request #6707 from volzhs/graphnode | Rémi Verschelde | |
Expose selected value of GraphNode | |||
2016-10-09 | Merge pull request #6705 from volzhs/graphedit | Rémi Verschelde | |
Fix GraphEdit grab random node when delete or deselect by clicking empty space |