ecere/gfx/drivers/Win32BitmapPrinter: Fixed warnings
[sdk] / ecere /
2016-04-29 Jerome St-Louisecere/gfx/drivers/Win32BitmapPrinter: Fixed warnings dev
2016-04-29 Jerome St-Louisecere/gui/Window: Fixed snapshot extent using native...
2016-04-29 Jerome St-Louisecere/gfx/3D/Object3DS: Enums for chunks and bit classe...
2016-04-29 Jerome St-Louisecere/gfx/3D/Object: Fixed missing mesh flags checks...
2016-04-29 Jerome St-Louisecere/gfx/3D/Object: Replacing public data members...
2016-04-29 Jerome St-Louisecere/gfx/3D: Camera integration support
2016-04-29 Jerome St-Louisecere/gfx/Surface; drivers: Font outline support
2016-04-29 Jerome St-Louisecere/com/Containers/Array: Performance tweak
2016-04-29 Jerome St-Louisecere/com/dataTypes: OnGetString() - Not escaping or...
2016-04-29 Jerome St-Louisecere/com/CustomAVLTree: Some optimizations for common...
2016-04-29 Jerome St-Louisecere/sys/JSON: Avoiding confusion by letting WriteNumb...
2016-04-29 Jerome St-Louisecere/com/instance: Fixed _strto(u)i64() - *endPtr...
2016-04-29 Jerome St-Louisecere/gui/controls/TabControl: Resetting tabs 'checked...
2016-04-29 Jerome St-Louisecere/sys/JSON: Fixed leak with color strings
2016-04-29 Jerome St-Louisecere/com/instance.ec: Fixed long standing leaks in...
2016-04-29 Jerome St-Louisecere/gui/Window: Silencing silly uninitialized GCC...
2016-04-29 Jerome St-Louisecere/gui/dialogs/FileDialog: (#845) Fixed Select Direc...
2016-04-29 Jerome St-Louisextras/GuiConfigData: Fixes and simplification
2016-04-29 Jerome St-Louisecere/com/dataTypes: Avoid infinite recursion on bit...
2016-04-29 Jerome St-Louisecere/com/instance.ec: Prevent IDE crashes in instance.ec
2016-04-29 Jerome St-Louisecere/com/instance.ec: Simpler code in BlockPool::Remove()
2016-04-29 Jerome St-Louiscompiler: (WIP) Fixes for MinGW/GCC 5
2016-04-29 Rejean Loyertarball,Makefiles; use _SDK_SRC_ROOT instead of misuses...
2016-04-29 Jerome St-Louisdocumentor; ecere/eCON: Avoiding more residual changes
2016-04-29 Jerome St-Louisecere/gui/Win32: Allow windows bigger than desktop
2016-04-29 Jerome St-Louisecere/gfx/DisplaySystem: Fixed constness of SetPrinting...
2016-04-29 Jerome St-Louisecere/units: Degrees: Addressing 'inf' compiler issue...
2016-04-29 Rejean Loyerecere: gui/Window: DISABLED tweak to update normalAncho...
2016-04-29 Jerome St-Louisdocumentor, ecere/sys/json: Addressed various issues...
2016-04-29 Jerome St-Louisecere/JSON;eCON: Splitting WriteJSONObject / WriteECONO...
2016-04-29 Rejean Loyerecere/sys/JSON: add eCON mode.
2016-04-29 Rejean Loyertarball,crossplatform.mk: improve cross-platform shell...
2016-04-29 Jerome St-Louisecere/src/sys/JSON: Skipping '/'
2016-04-29 Jerome St-Louisecere/gfx/Display: Adding some parameter names to Displ...
2016-04-29 Jerome St-Louisecere/gui/DropBox: Fixed File Dialogs having blacked...
2016-04-29 Jerome St-Louisecere/gui/ListBox: Debugging code
2016-01-16 Jerome St-Louisecere/sys/Date: OnGetStringEn() to retrieve date always...
2016-01-13 Jerome St-Louisinstaller: Updated LICENSE, NEWS, README, i18n, templat... 0.44.14
2016-01-12 Jerome St-Louisecere: Spelling fix (occurences->occurrences)
2016-01-09 Jerome St-Louisecere/sys/File.c: Fixed misrepresentation of st_ctime...
2016-01-05 Jerome St-Louisecere/gui/ListBox: Fixed clearing of data in UnsetData()
2015-12-22 Jerome St-Louistarball; installer: Updated NEWS, README, LICENSE for... 0.44.13
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Keeping original format after...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Rebinding 0 buffers on making...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Added '0' checks for freeing...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL; 3DS: Fixed GLES indices,...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGLDisplayDriver: Fixed building...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Added useVertTrans()
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: GLAB fixes to build on Windows
2015-12-22 Jerome St-Louisecere/gui;gfx: ODROID Support
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGLDisplayDriver: Initial take...
2015-12-22 Jerome St-Louisecere/ecere.epj: Added StaticGLES configuration
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Fixed VBO/IBOs mixup
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: Added GLLoadMatrix()
2015-12-22 Jerome St-Louisecere/gfx/OpenGLDisplayDriver: Creating VBOs when calli...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGLDisplayDriver: (GL ES) Support...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGLDisplayDriver: Exporting access...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGL: *OES definitions included...
2015-12-22 Jerome St-Louisecere/gfx/drivers/OpenGLDisplayDriver: Work around...
2015-12-22 Jerome St-Louisecere.epj; ecere/gfx/drivers/OpenGL: GL ES/Android...
2015-12-22 Jerome St-Louisecere/gfx/3D/Matrix: Fixed non Android GLES issues...
2015-12-22 Jerome St-Louisecere/gfx/3D/Object: Support for setting transforms...
2015-12-22 Jerome St-Louisecere/gfx3D/OpenGL: Also checking flags in addition...
2015-12-22 Jerome St-Louisecere/gfx/OpenGLDisplayDriver: Fixed mistake in GLVecto...
2015-12-22 Jerome St-Louisecere/gfx3D/OpenGL: Making GLVertexPointer() (new)...
2015-12-22 Jerome St-Louisecere/gfx3D/Vector3D: Added double version of fast...
2015-12-22 Jerome St-Louisecere/gfx3D/Mesh: Temporary Workaround to access OpenGL...
2015-12-22 Jerome St-Louisecere/gfx/3D/Mesh: Commented out new definitions
2015-12-22 Jerome St-Louisecere/gui/Window; EDA/ERS: New 'noConsequential' proper...
2015-12-22 Jerome St-Louisecere/com/instance: Fixed alignment issue (structSize...
2015-12-22 Jerome St-Louisecere/src/com; gfx; gui: Patches for alignment issues
2015-12-22 Jerome St-Louisecere/gui/Window: Fixed support for changing active...
2015-12-22 Jerome St-Louiscompiler/libec; ecere; ide: Safer default virtual metho...
2015-12-22 Jerome St-Louisecere/gui/Window;AndroidInterface: Initial multi-touch...
2015-12-22 Jerome St-Louisecere/gui/drivers/AndroidInterface: Double click support
2015-12-22 Rejean Loyerbuildsystem; makefiles; tarball: always use ifeq/ifneq...
2015-12-21 Jerome St-Louisecere/gui/Window: Tweak to avoid wasting time on fullRender
2015-12-21 Rejean Loyerecere/gui/drivers/Win32: Removed useless call to GetWin...
2015-12-21 Jerome St-Louisecere/gui/StatusBar: Added option to set minimum info...
2015-12-21 Jerome St-Louiscontrols/TabControl: Modifications to solve Cartographe...
2015-12-21 Jerome St-Louisgui/TabControl: Fixed memory leaks
2015-12-21 Jerome St-Louisecere/gui/controls/TabControl: Tweaks to remove and...
2015-12-21 Jerome St-Louisecere/gui/Stacker: Fixed issue when not using scroller...
2015-12-21 Jerome St-Louisecere/gui/controls/DataBox: Only setting autoSize on...
2015-12-21 Jerome St-Louisecere/gui/controls/Stacker: Fixed issues with scrollers...
2015-12-21 Jerome St-Louisecere/gui/controls/Stacker: Freeing space for scrollers...
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Fixed remaining issue cause...
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Simplified member access
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Fixed drag-select issues...
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Fixed issue moving rows...
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Fixes for moving row in...
2015-12-21 Rejean Loyerecere/gui/controls/ListBox: add NotifyMoved.
2015-12-21 Jerome St-Louisecere/gui/controls/ListBox: Attempts to improve row...
2015-12-21 Jerome St-Louisecere/gui/drivers/Win32Interface: Hacks for Pimiento...
2015-12-21 Jerome St-Louisecere/sys/Date: OnCompare method (optimization)
2015-12-21 Rejean Loyerecere/GlobalAppSettings: do not add 'rc' to settings...
2015-12-21 Jerome St-Louisecere/sys/units: Taking out GeoPoint, WorldPoint, Polar...
2015-12-21 Jerome St-Louisecere/containers: Saving null containers as empty
2015-12-21 Jerome St-Louisecere/com: Improvements to float stringification
2015-12-21 Jerome St-Louiscom/instance (MemoryGuard): Options to just check leaks...
next