6
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ide/documents/PictureEdit: Fixed color mode menu items; Fixed saving to JPEG crashing More... over 3 years ago
tarball: remove annoying 'Makefile:533: ARCH: -- adding -Wl,--wrap=fcntl64 to OFLAGS' warning. { can be merged with 31351034344900765ad10fa3291f387422c94b6d } More... over 3 years ago
ecere/gfx/drivers/GL/MultiDraw: Additional fixes to compile for OpenGL ES 2 / WebGL - NOTE: Texture array support is not available in OpenGL ES 2 / WebGL More... over 3 years ago
ecere/gfx/Mesh: Fixed invalid usage of GL_RGBA8 on GL ES More... over 3 years ago
ecere/gfx/drivers/GL: Fixed usage of GL_DRAW_INDIRECT_BUFFER in deleteBuffers(); avoid using it for OpenGL ES 2 More... over 3 years ago
ecere/sys/TempFile: Clearing re-allocated memory as seeking and writing may leave it uninitialized - This was coming up in Valgrind report writing TIFFs More... over 3 years ago
eccss/expressions: Fixed stylesMask not being set on a higher level CMSSMemberInit::stylesMask by changeStyle(), preventing getStyle2() from being aware of a style More... over 3 years ago
ecere/gfx/bitmaps/PNG; Convert: Fixed byte ordering for 16-bit alpha; Converting from A16 to ARGB More... over 3 years ago
travis-ci: fix the failing windows builds on travis-ci by defining MSYSCON to ensure linux style shell commands are used. More... over 3 years ago
ecere/gfx/drivers/OpenGL; Mesh: Fixed GL errors caused by GL_RGBA in non-ES More... over 3 years ago
eecere/gfx/models/E3D: Fixed missing reference for material holding texture More... over 3 years ago
ecere/sys/TempFile: Fixed reallocation on Seek (readWrite mode) not taking into account or updating 'allocated' More... over 3 years ago
compiler/eccss: Fixed memory leaks on headless classes instances, e.g. Fill and Struct More... over 3 years ago
ecere/gfx/LFBBlit: Added transparent mode for 16-bit alpha filtering - Avoids mixing up special transparent values with other values, undesired if values represent something else than translucency More... over 3 years ago
ecere/gfx/drivers/GL: Fixed improper usage of GL_RGBA8 on OpenGL ES causing 1280 errors More... over 3 years ago
ecere/gfx/drivers/GL3: Fixed GLMultiDraw::free() not calling free() on indices and vertices GLMBs More... over 3 years ago
compiler/eccss: Attempting to check .resolved rather than full equality of flags set More... over 3 years ago
ecere/gfx/Color; sys/JSON; com/String: Recognizing hex color codes without 0x or prefixed by #; Added ishexdigit() More... over 3 years ago
eda/FieldValue: Fixed parsing true & false More... over 3 years ago
butterbur/imagesAndText/drawmanager.c: Avoid deleting uninitialized textures - Avoid crashes calling dmEnd() when OpenGL has not been initialized More... over 3 years ago
ecere/com: Utility functions for locking memMutex(); String: removed duplication - Allows to keep memMutex locked to perform a large number of memory operations without releasing it More... over 3 years ago
ecere/gfx/3D/Mesh: Fixed compiling for OpenGL ES 2.0 / Emscripten More... over 3 years ago
butterbur/GraphicalElement; compiler/eccss: Fixed memory leaks More... over 3 years ago
compiler/eccss/expressions: Fixed deletion of instances which should be using eInstance_DecRef() - This fixed crashes on style sheets with labels More... over 3 years ago
ecere/com/instance: Protecting class instances counter with memMutex - This solves strange MemoryGuard reports of memory leaks from modules registration More... over 3 years ago
ide: epj2make: makefile generation: don't use --no-undefined linker flag when __EMSCRIPTEN__ is defined. More... over 3 years ago
compiler/ecs: add -no-attribute-common for targetting wasm. workaround "Common symbols are not yet implemented for Wasm" message coming from emscripten-releases\llvm-project\llvm\lib\MC\MCWasmStreamer.cpp's MCWasmStreamer::emitCommonSymbol function. More... over 3 years ago
ecere/sys/EARArchive: Fixed crashes when trying to access a file as a folder More... over 3 years ago
tarball: add '32' suffix to ecp, ecc, ecs and ear when building for 32bit on 64bit system when RENAME_B32 is specified. More... over 3 years ago
compiler/libec: add version info and how to instructions in make-lexer.bat file. More... over 3 years ago