aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/mutex_posix.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques1-2/+7
2016-06-19Add docs for String.bigrams() and String.similarity(text)George Marques1-0/+16
2016-06-19Add similarity comparison to StringGeorge Marques3-0/+50
2016-06-19Clarification about enter keys confusionMehmet Durgel1-2/+2
2016-06-19Made .fnt warning translatablePaulb231-1/+1
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky3-4/+26
2016-06-19i18n: Also sync incomplete translations from WeblateRémi Verschelde6-0/+30514
2016-06-19i18n: Update and merge translation templatesRémi Verschelde13-807/+2109
2016-06-19i18n: Add translators credits in the PO headersRémi Verschelde10-16/+40
2016-06-19i18n: Sync translations with WeblateRémi Verschelde9-1807/+1655
2016-06-19Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2-0/+7
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky12-57/+105
2016-06-18Added missing icons for some nodesDaniel J. Ramirez18-17/+647
2016-06-18make default extension .tscnJuan Linietsky1-1/+1
2016-06-19fix memset callsDennis Brakhane1-3/+3
2016-06-18Removed lots of printsDaniel J. Ramirez7-34/+2
2016-06-19Remove USE_QUAD_VECTORS unused checkJ08nY2-17/+0
2016-06-18revert previous fix, was a bad ideaJuan Linietsky1-1/+1
2016-06-18-Do not ask about overwriting when opening a script in the wizard, but still ...Juan Linietsky3-1/+18
2016-06-19Remove CHARTYPE_16BITS unused checksJ08nY3-8/+5
2016-06-18DynamicFontData can be built-in (will still link to a ttf though), closes #4600Juan Linietsky2-0/+15
2016-06-18Fixed a stupid bug with segment-segment collision in SAT physics, closes #480...Juan Linietsky1-22/+39
2016-06-18corrently parse utf8 from zip_io open, closes #1708Juan Linietsky1-2/+5
2016-06-18Change hash grid in 2D physics to contemplate large objects as separate cases...Juan Linietsky2-16/+127
2016-06-18Classref: Mutex, Semaphore, Thread, *Array (#5278)J08nY1-15/+43
2016-06-18update EditorDirDialog on external change, closes #4629Juan Linietsky3-2/+12
2016-06-18LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry2-59/+191
2016-06-18-fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, clo...Juan Linietsky1-12/+27
2016-06-18Drop useless 3rd party files from nedmalloc and pngRémi Verschelde7-1515/+0
2016-06-18Drop fully commented-out filesRémi Verschelde17-2747/+8
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde10-313/+0
2016-06-18Drop empty files that are not used anywhereRémi Verschelde54-1456/+2
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry5-10/+83
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky2-0/+10
2016-06-18Fix make_dir for long paths on WindowsGeorge Marques1-1/+1
2016-06-18-Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky1-1/+36
2016-06-18-made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky3-3/+4
2016-06-18LineEdit: Fix and improve selection behaviourIgnacio Etcheverry2-19/+24
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky9-562/+70
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde264-409/+7031
2016-06-18correctly parse floats in scientific notationDennis Brakhane1-1/+1
2016-06-18Add @GDScript.type_existsGeequlim2-0/+16
2016-06-18Add "-rigid" postfix import feature to create rigid bodiesjay3d1-1/+45
2016-06-18Clean up editor theme creationGeequlim5-59/+134
2016-06-17reverted to ==, if a line is missing a statement, we'll have to make sure to ...Juan Linietsky1-1/+1
2016-06-17changed == for >= since some statements may not store a line (if line is empty)Juan Linietsky1-1/+1
2016-06-17Fixed fractional offset not being reset in ringbuffer resamples, closes #4764Juan Linietsky1-0/+1
2016-06-18Fix type hint for the seed argumentRémi Verschelde2-6/+24
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł2-3/+10
2016-06-17TabContainer now reports proper minimum size, closes #4896Juan Linietsky1-3/+6