audio: Fixed previous non-implemented PauseAudio(true)
[sdk] / ecere /
2014-05-13 Jerome St-Louisecere/gfx/3D/Matrix: Added OnGetString method for debugging
2014-05-13 Jerome St-Louisecere/com: Added missing hyperbolic trigonometry functions
2014-05-08 Jerome St-Louisecere/3D gfx: Fixed handling 32 bit indices for translu...
2014-05-08 Jerome St-Louisecere/sys/Mutex: Fixed compilation by providing Mutex...
2014-05-08 Jerome St-Louisecere/gui/Window: Fixed deadlock on reload dialog boxes
2014-05-06 Jerome St-Louisecere/X11: Fixed new warnings
2014-05-04 Jerome St-Louiscompiler/libec: (#402, #772) Improved reporting syntax...
2014-05-03 Jerome St-Louisecere/com/instance: Fixed alignment for union within...
2014-05-02 Jerome St-Louiscompiler/libec/lexer; expression, ide/debugger: (#67...
2014-04-30 Jerome St-Louisecere/gui/EditBox:Highligting: (#1034, #1073) Fixed...
2014-04-29 Jerome St-Louisecere/gui/drivers/XInterface: (#850) Disabling special...
2014-04-29 Jerome St-Louisecere/gui/drivers/XInterface: (#850) Fixed re-maximized...
2014-04-28 Jerome St-Louisecere/GlobalAppSettings; ide/IDESettings: Fixed global...
2014-04-27 Jerome St-Louisecere/gfx/drivers/XDisplayDriver: Fixed mistake in...
2014-04-27 Jerome St-Louisecere/gui/EditBox:Syntax Highlighting: Optimization...
2014-04-26 Jerome St-Louisecere/gui/Window: Fixed a leak with FontResources
2014-04-25 Jerome St-Louisecere/gfx/Bitmap; drivers: Fixed leaks introduced by...
2014-04-25 Jerome St-Louisecere/gui/drivers/XInterface: Added stay on top support
2014-04-25 Jerome St-Louisecere/gui/drivers/Win32: Fixed Stay on Top going away...
2014-04-25 Jerome St-Louisecere/gfx/drivers/X: Preventing crashes on null display
2014-04-25 Jerome St-Louiside/Debugger: Rubber Ducking Support
2014-04-25 Jerome St-Louisecere/com: Fixed class registration mixups with namespa...
2014-04-25 Jerome St-Louisecere/gfx/Bitmap: Fixed crash on reloading textures...
2014-04-25 Jerome St-Louisecere/gui/Window: (#844) Fixed clickThrough behavior...
2014-04-24 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Better handling of textur...
2014-04-24 Jerome St-Louisi18n: Updated templates
2014-04-24 Jerome St-Louiscompiler/ecs: Fixed .pot generation not going where...
2014-04-24 Jerome St-Louisecere/com: Fixed warning from prevous bool cast fix...
2014-04-23 Jerome St-Louisecere/gfx/bitmaps/JPEG: Added support for CMYK JPEGs
2014-04-23 Jerome St-Louisecere/com: Fixed improper cast to bool type
2014-04-23 Jerome St-Louisecere/sys/GlobalAppSettings: Fixed saving to new user...
2014-04-23 Jerome St-Louiside/WorkspaceSettings; ecere/gui/PathBox: Debug working...
2014-04-23 Jerome St-Louisecere/gfx/drivers/OpenGL: Fixed blurry IDE about box...
2014-04-19 Jerome St-Louisecere/gfx/3D/Object: Letting Merge() copy the mesh...
2014-04-19 Jerome St-Louisecere/gfx/3D/Object: Fixed Duplicate() to copy name...
2014-04-19 Jerome St-Louisecere/gfx/3D/Object: Fixed Merge() to work with 32...
2014-04-19 Jerome St-Louisecere/net/Socket: Fixed call to Disconnect() during...
2014-04-17 Jerome St-Louisecere/gui/Picture: Fixed variable mix up in render...
2014-04-17 Jerome St-Louisecere/gui/3D Desktop: Fixed decorations handling
2014-04-17 Jerome St-Louisecere/gfx/3D/Camera: Fixed Rotate() methods with euler...
2014-04-16 Jerome St-Louisecere/gfx/DisplaySystem: Incrementing ref count for...
2014-04-16 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Improvements to Smoothing...
2014-04-16 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Using absolute paths...
2014-04-16 Jerome St-Louisecere/gfx/Display: Fixed up disabled Z-sorting code
2014-04-16 Jerome St-Louisecere/gui/EditBox: Fixed broken { auto-indenting
2014-04-15 Jerome St-Louisecere/gfx/3D/Mesh: Added member to access 32 bit indices
2014-04-15 Jerome St-Louisecere/ecere.epj: Simplification fixes
2014-04-11 Jerome St-Louisecere/gui/Window: Fixed leaks when switching mode in...
2014-04-10 Jerome St-Louisecere/gfx/3D: Object, 3DS, DisplaySystem: Fixed memory...
2014-04-10 Jerome St-Louisecere/gui/EditBox: Fixed another out of bound memory...
2014-04-10 Jerome St-Louisecere/gui/EditBox: Fixed out of bound reads checking...
2014-04-10 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Fixed potential memory...
2014-04-10 Jerome St-Louisecere/gfx/drivers/OpenGL: Casting to GLXDrawable rather...
2014-04-09 Jerome St-Louisecere/gui/Desktop3D: Fixed full screen 3D desktop
2014-04-09 Jerome St-Louisecere/gui/drivers/XInterface: Fixed windows without...
2014-04-09 Jerome St-Louisecere/gui/EditBox: Fixed overwrite caret not redrawing...
2014-04-09 Jerome St-Louisecere/gui/EditBox: Fixed overwrite caret losing positio...
2014-04-09 Jerome St-Louisgfx/3D/Mesh: Added vertex safety checks when computing...
2014-04-09 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Fixed crash when a bumpma...
2014-04-08 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Fixed bump map messing...
2014-04-08 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Fixed setting radius...
2014-04-08 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Loading bump maps
2014-04-08 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Added more materials...
2014-04-08 Jerome St-Louisecere/gfx/3D/Object3DSFormat: Fixes to alpha blending...
2014-04-08 Jerome St-Louisecere/gfx/drivers/OpenGL: Fixed indices > 32k
2014-04-08 Jerome St-Louisecere/gfx/3D/Mesh; Object: Fixed radius and bounding...
2014-04-08 Jerome St-Louisecere/gfx/drivers/OpenGL; 3DS: Added support for scalin...
2014-04-08 Jerome St-Louisecere/gfx/drivers/OpenGL: Fixed support for textures...
2014-04-08 Jerome St-LouisSamples/ModelViewer, Camera, Object: Fixed glitchy...
2014-04-08 Jerome St-Louisecere/gui/FormDesigner: Fixed string which should be...
2014-04-08 Jerome St-Louisecere/sys: Fixed error messages arrays leak
2014-04-08 Jerome St-Louisecere/EditBox: (#1073) Fixed hex number highlighting...
2014-04-02 Jerome St-Louisecere/GuiApplication: Avoiding redundant attempts to...
2014-04-02 Jerome St-Louisecere/GuiApplication: Avoid extra SwitchMode when setti...
2014-04-02 Jerome St-Louisecere: Fixed error messages
2014-04-02 Jerome St-Louisecere/sys: Fixed error code ranges
2014-04-02 Jerome St-Louisecere/GuiApplication: Fixed selecting X11 driver by...
2014-04-02 Jerome St-Louisecere: Resolved error codes conflicts
2014-04-02 Jerome St-Louiscompiler/ecp: Generate an error on enum computation...
2014-04-02 Jerome St-Louisecere/GuiApplication: Fixed fallback driver for OS...
2014-04-02 Jerome St-Louisecere/gui/Window: Handling null driver in Consequential...
2014-04-02 Jerome St-Louisecere/gui/Window: Prevent crash on null interface drive...
2014-04-02 Jerome St-Louisecere/gui/drivers/XInterface: Moved calls to XCreateFon...
2014-04-02 Jerome St-Louiseda/drivers/sqlite: Work around for Clang compilation
2014-04-02 Jerome St-Louisecere/3D gfx/Camera: Fixed 'attached' (euler) orientati...
2014-04-02 Jerome St-Louisecere/Makefile (OS X): Took out unused reference to...
2014-04-02 Jerome St-Louisecere/gui/EditBox: Prevent toggling overwrite caret...
2014-04-02 Jerome St-Louisecere/gui/EditBox: Fixed _DelCh not returning a value
2014-04-01 Jerome St-Louisecere:DateTime: Fixed return value
2014-04-01 Jerome St-Louisecere:EditBox: Fixed typo in syntax highlighting update
2014-04-01 Jerome St-Louiscompiler/libec; ecere:SecSince1970: (#1072) Generating...
2014-04-01 Jerome St-Louisecere/sys/EARArchive: Fixed bad return values
2014-04-01 Jerome St-Louiscompiler/libec: Fixed 'restrict' to be an extended...
2014-03-29 Jerome St-Louisecere/sys/Semaphore (OS X): TryWait(): Fixed uninitiali...
2014-03-29 Jerome St-Louisecere/net/SSLSocket: Fixed compilation on OS X
2014-03-28 Jerome St-Louisecere/sys/GetEnvironment (win32); i18n: More fixes
2014-03-27 Jerome St-Louisecere/sys/GetEnvironment() (win32, i18n): Fixed return...
2014-03-27 Jerome St-Louisecere/i18n; ide: Improved adapting to LANGUAGE env...
2014-03-26 Jerome St-Louisecere/gui/Label: Fixed memory leaks on watching labeled...
2014-03-26 Jerome St-Louisecere/gui/EditBox; ide: (#1065) Support for chaining...
next