sdk
10 years agoLICENSE: Updated 0.44.09
Jerome St-Louis [Fri, 30 Aug 2013 11:16:32 +0000 (07:16 -0400)]
LICENSE: Updated

10 years agoNEWS, README: Updated
Jerome St-Louis [Fri, 30 Aug 2013 11:09:28 +0000 (07:09 -0400)]
NEWS, README: Updated

10 years agoide/about: Updated version for 0.44.09; i18n: updated templates
Jerome St-Louis [Fri, 30 Aug 2013 10:57:24 +0000 (06:57 -0400)]
ide/about: Updated version for 0.44.09; i18n: updated templates

10 years agoecere/gfx/drivers/OpenGL: (#715) Using non power of 2 and bigger textures when available
Jerome St-Louis [Fri, 30 Aug 2013 10:36:03 +0000 (06:36 -0400)]
ecere/gfx/drivers/OpenGL: (#715) Using non power of 2 and bigger textures when available

10 years agoextras/HTMLView: Fixed crashes on failed load
Jerome St-Louis [Fri, 30 Aug 2013 09:01:35 +0000 (05:01 -0400)]
extras/HTMLView: Fixed crashes on failed load

10 years agoecere/gfx/PNGFormat: (#960) Fixed crash on palette PNG
Jerome St-Louis [Fri, 30 Aug 2013 07:04:00 +0000 (03:04 -0400)]
ecere/gfx/PNGFormat: (#960) Fixed crash on palette PNG
- This is a partial fix for #960
- 'channels' still say 1 even though it gets expanded
- even get_row_width multiplies by 1 byte!

10 years agoide/Debugger, CallStackView: Fixed long standing callstack woes
Jerome St-Louis [Fri, 30 Aug 2013 06:02:49 +0000 (02:02 -0400)]
ide/Debugger, CallStackView: Fixed long standing callstack woes

10 years agoextras/HTMLView: Fixed 64 bit issue with ids
Jerome St-Louis [Fri, 30 Aug 2013 05:47:10 +0000 (01:47 -0400)]
extras/HTMLView: Fixed 64 bit issue with ids

10 years agobuildsystem, ide, ecere, ecs; (#906) added runtime option to ecere's memory manager...
Jerome St-Louis [Fri, 30 Aug 2013 05:28:57 +0000 (01:28 -0400)]
buildsystem, ide, ecere, ecs; (#906) added runtime option to ecere's memory manager pooling.

10 years agoide/debugger: Fixed opening paths in call stack view when absolute path is wrong
Jerome St-Louis [Fri, 30 Aug 2013 04:58:33 +0000 (00:58 -0400)]
ide/debugger: Fixed opening paths in call stack view when absolute path is wrong

10 years agoide/valgrind: Fixed menus to reflect settings in effect when switching workspace
Jerome St-Louis [Fri, 30 Aug 2013 04:11:29 +0000 (00:11 -0400)]
ide/valgrind: Fixed menus to reflect settings in effect when switching workspace

10 years agoide;debugger; (#986) don't use internal breakpoints during step out and step over...
Rejean Loyer [Thu, 29 Aug 2013 17:29:55 +0000 (13:29 -0400)]
ide;debugger; (#986) don't use internal breakpoints during step out and step over. more:
 - added useful userAction data and optimized reason data.
 - don't call GdbExecFinish() when frameCount is not greater than 1.

10 years agomarked all generated bootstrap C source files with the updated 'code generated from...
Rejean Loyer [Thu, 29 Aug 2013 16:23:18 +0000 (12:23 -0400)]
marked all generated bootstrap C source files with the updated 'code generated from eC source file: file.ec' comment.

10 years agoecc; added source file name to 'code generated from ec source file' comment at top...
Rejean Loyer [Thu, 29 Aug 2013 15:18:40 +0000 (11:18 -0400)]
ecc; added source file name to 'code generated from ec source file' comment at top of generated .c files.

10 years agoide;debugger; (#986) fixed the appearance of a bad state when a command fails and...
Rejean Loyer [Thu, 29 Aug 2013 14:34:59 +0000 (10:34 -0400)]
ide;debugger; (#986) fixed the appearance of a bad state when a command fails and all information was cleared as if the target was running again.

10 years agoide: Fixed bad usage of PipeOpenMode causing showWindow to be set
Jerome St-Louis [Thu, 29 Aug 2013 21:18:04 +0000 (17:18 -0400)]
ide: Fixed bad usage of PipeOpenMode causing showWindow to be set
- Filed #994

10 years agoide; (#993) fixed exact same file in two projects but one is excluded prevents single...
Rejean Loyer [Thu, 29 Aug 2013 20:06:12 +0000 (16:06 -0400)]
ide; (#993) fixed exact same file in two projects but one is excluded prevents single file (ctrlF7) compilation.

10 years agoide;debugger; (#897) added a default option to redzone size option for valgrind integ...
Rejean Loyer [Thu, 29 Aug 2013 13:10:05 +0000 (09:10 -0400)]
ide;debugger; (#897) added a default option to redzone size option for valgrind integration.

10 years agoide: Fixed zombie documentor processes
Jerome St-Louis [Thu, 29 Aug 2013 14:28:53 +0000 (10:28 -0400)]
ide: Fixed zombie documentor processes

10 years agodocumentor, ecere: Fix for documentor closing when being debugged
Jerome St-Louis [Thu, 29 Aug 2013 09:42:01 +0000 (05:42 -0400)]
documentor, ecere: Fix for documentor closing when being debugged

10 years agoide/debugger/breakpoints: Fixed a null pointer crash on a bpItem
Jerome St-Louis [Thu, 29 Aug 2013 09:10:53 +0000 (05:10 -0400)]
ide/debugger/breakpoints: Fixed a null pointer crash on a bpItem

10 years agodocumentor, ide: (#773) bidirectional communication
Jerome St-Louis [Thu, 29 Aug 2013 09:06:55 +0000 (05:06 -0400)]
documentor, ide: (#773) bidirectional communication
- Ensuring only a single instance of Documentor is running per IDE
- The documentor is closed on exiting the IDE
- Paving the way for lookup/search (#143/#441)

10 years agomarked all generated bootstrap C source files with 'code generated from eC srouce...
Rejean Loyer [Thu, 22 Aug 2013 05:33:31 +0000 (01:33 -0400)]
marked all generated bootstrap C source files with 'code generated from eC srouce file.' comment.

10 years agoecc; output 'code generated from eC source file.' comment at top of generated .c...
Rejean Loyer [Thu, 22 Aug 2013 04:46:07 +0000 (00:46 -0400)]
ecc; output 'code generated from eC source file.' comment at top of generated .c files.

10 years agoide;debugger; (#897) added options (leak check, redzone size and track origins) to...
Rejean Loyer [Wed, 28 Aug 2013 21:37:57 +0000 (17:37 -0400)]
ide;debugger; (#897) added options (leak check, redzone size and track origins) to valgrind integration.

10 years agoide; (#968) fixed toggling a breakpoint in wrong file with same file name in differen...
Rejean Loyer [Wed, 28 Aug 2013 18:40:22 +0000 (14:40 -0400)]
ide; (#968) fixed toggling a breakpoint in wrong file with same file name in different added projects.

10 years agoecere/gui/X11: Further fixes related to #850
Jerome St-Louis [Thu, 29 Aug 2013 04:34:33 +0000 (00:34 -0400)]
ecere/gui/X11: Further fixes related to #850
- Fixed broken anchors
- Fixed restore from maximized

10 years agodocumentor: Fixed first Save on doc file creation
Jerome St-Louis [Wed, 28 Aug 2013 09:14:18 +0000 (05:14 -0400)]
documentor: Fixed first Save on doc file creation

10 years agodocumentor: Fixed crash on doc dir refresh
Jerome St-Louis [Wed, 28 Aug 2013 08:43:09 +0000 (04:43 -0400)]
documentor: Fixed crash on doc dir refresh

10 years agodocumentor: Read-only mode; Fixed 's' added to parameters; Update on changing doc dir
Jerome St-Louis [Wed, 28 Aug 2013 08:20:07 +0000 (04:20 -0400)]
documentor: Read-only mode; Fixed 's' added to parameters; Update on changing doc dir

10 years agoide/CodeEditor: fixed escape not closing membersList on X11
Jerome St-Louis [Wed, 28 Aug 2013 05:12:24 +0000 (01:12 -0400)]
ide/CodeEditor: fixed escape not closing membersList on X11

10 years agoide/CodeEditor: (#990) Fix for escape on autocomplete popups repositioning windows
Jerome St-Louis [Wed, 28 Aug 2013 04:35:55 +0000 (00:35 -0400)]
ide/CodeEditor: (#990) Fix for escape on autocomplete popups repositioning windows

10 years agoecere/gui/EditBox: Fixed broken highlighting of hexadecimal numbers
Jerome St-Louis [Tue, 27 Aug 2013 23:32:57 +0000 (19:32 -0400)]
ecere/gui/EditBox: Fixed broken highlighting of hexadecimal numbers

10 years agodocumentor: Fixed editing status on failed write
Jerome St-Louis [Tue, 27 Aug 2013 05:07:16 +0000 (01:07 -0400)]
documentor: Fixed editing status on failed write

10 years agodocumentor: Fix for double clicking on a word's last character's right half
Jerome St-Louis [Tue, 27 Aug 2013 04:57:02 +0000 (00:57 -0400)]
documentor: Fix for double clicking on a word's last character's right half

10 years agodocumentor: Fixed releasing capture on button up
Jerome St-Louis [Tue, 27 Aug 2013 04:38:48 +0000 (00:38 -0400)]
documentor: Fixed releasing capture on button up

10 years agodocumentor: Fixed crash on double click outside editable text
Jerome St-Louis [Tue, 27 Aug 2013 02:55:49 +0000 (22:55 -0400)]
documentor: Fixed crash on double click outside editable text

10 years agodocumentor; extras/html: (#440, #866) Selection/Cut/Copy/Paste/Delete/Replace
Jerome St-Louis [Tue, 27 Aug 2013 02:20:25 +0000 (22:20 -0400)]
documentor; extras/html: (#440, #866) Selection/Cut/Copy/Paste/Delete/Replace

10 years agoextras/FileSystemIterator, XMLParser: Minor tweaks
Jerome St-Louis [Tue, 27 Aug 2013 02:13:26 +0000 (22:13 -0400)]
extras/FileSystemIterator, XMLParser: Minor tweaks

10 years agoextras/gui/CheckListBox: Fixed missing NotifyChecked() callback on parent row
Jerome St-Louis [Tue, 27 Aug 2013 00:18:10 +0000 (20:18 -0400)]
extras/gui/CheckListBox: Fixed missing NotifyChecked() callback on parent row

10 years agoecere/gui/X11: Fixed wrong 'key' value for Ctrl-Space
Jerome St-Louis [Mon, 26 Aug 2013 03:03:49 +0000 (23:03 -0400)]
ecere/gui/X11: Fixed wrong 'key' value for Ctrl-Space

10 years agoide;ProjectView; added support for quickly switching active configuration for whole...
Rejean Loyer [Sat, 24 Aug 2013 14:59:35 +0000 (10:59 -0400)]
ide;ProjectView; added support for quickly switching active configuration for whole workspace using ctrl+[shift]+space key combinations.

10 years agoide/Project: Fixed broken UPX compression Makefile introduced by 9b2b296033c3b987d6a6...
Jerome St-Louis [Sat, 24 Aug 2013 09:43:38 +0000 (05:43 -0400)]
ide/Project: Fixed broken UPX compression Makefile introduced by 9b2b296033c3b987d6a63d44ba01ae340d824200

10 years agoecere;gui;drivers;XInterface; (#757) fix for x driver modal windows.
Rejean Loyer [Sun, 25 Aug 2013 01:53:26 +0000 (21:53 -0400)]
ecere;gui;drivers;XInterface; (#757) fix for x driver modal windows.

10 years agoecere;gui;drivers;XInterface; (#700 and #795) improvements to X driver for invisible...
Rejean Loyer [Sun, 23 Jun 2013 18:54:34 +0000 (14:54 -0400)]
ecere;gui;drivers;XInterface; (#700 and #795) improvements to X driver for invisible ide in mint and window sizing issues.

10 years agoecere;gui;drivers;XInterface; (#850) fix for unity double menu bar and mouse pointer...
Rejean Loyer [Sun, 25 Aug 2013 00:37:52 +0000 (20:37 -0400)]
ecere;gui;drivers;XInterface; (#850) fix for unity double menu bar and mouse pointer offset bug in ide.

10 years agoide;debugger;valgrind; (#897) fixed target breaks in _start when using valgrind.
Rejean Loyer [Sun, 25 Aug 2013 03:26:06 +0000 (23:26 -0400)]
ide;debugger;valgrind; (#897) fixed target breaks in _start when using valgrind.

10 years agoide; (#968) silence invalid ValidateBreakpoint message.
Rejean Loyer [Sat, 24 Aug 2013 13:00:39 +0000 (09:00 -0400)]
ide; (#968) silence invalid ValidateBreakpoint message.

10 years agoecere/Win32 driver: Fixed lock-up on updating caption from other thread (#985)
Jerome St-Louis [Sat, 24 Aug 2013 08:50:08 +0000 (04:50 -0400)]
ecere/Win32 driver: Fixed lock-up on updating caption from other thread (#985)
- Could happen from a window activation, visible property...
- This solved the IDE from hanging on GDB present but failing to start

10 years agoRevert "crossplatform.mk: Tweak for Windows 8"
Jerome St-Louis [Sat, 24 Aug 2013 08:35:09 +0000 (04:35 -0400)]
Revert "crossplatform.mk: Tweak for Windows 8"
- The problem had nothing to do with Windows 8, it was a bad mingw32-make.exe that sadly slipped into the 0.44.08 Windows installer

This reverts commit a1aaf6fa7345e8702ab3df13a9bbad784472348c.

10 years agoide; (#959) fixed missformed linker error message in build output.
Rejean Loyer [Thu, 22 Aug 2013 18:54:46 +0000 (14:54 -0400)]
ide; (#959) fixed missformed linker error message in build output.

10 years agobuildsystem,epj2make,ide; (#973) use -L rather than -Wl,--library-path in makefile...
Rejean Loyer [Thu, 22 Aug 2013 18:52:03 +0000 (14:52 -0400)]
buildsystem,epj2make,ide; (#973) use -L rather than -Wl,--library-path in makefile generation.

10 years agoide; (#968, #982) support for breakpoints in files with same name in different projec...
Rejean Loyer [Wed, 17 Jul 2013 04:42:20 +0000 (00:42 -0400)]
ide; (#968, #982) support for breakpoints in files with same name in different projects. handle multiple address breakpoints.

10 years agoide/debugger: Improved fallback to GDB on watch evaluation
Jerome St-Louis [Fri, 16 Aug 2013 18:25:57 +0000 (14:25 -0400)]
ide/debugger: Improved fallback to GDB on watch evaluation
- Support for dumping whole structures

10 years agoide/NewProject: Fixed crash on new project
Jerome St-Louis [Fri, 16 Aug 2013 18:22:59 +0000 (14:22 -0400)]
ide/NewProject: Fixed crash on new project
- Problem introduced by fix for #803

10 years agoinstaller: Yet another 32 bit fix 0.44.08
Jerome St-Louis [Fri, 9 Aug 2013 12:36:05 +0000 (08:36 -0400)]
installer: Yet another 32 bit fix

10 years agoinstaller: Fixed broken install dir on 32 bit
Jerome St-Louis [Fri, 9 Aug 2013 11:35:49 +0000 (07:35 -0400)]
installer: Fixed broken install dir on 32 bit

10 years agoinstaller: gdb-32 fix
Jerome St-Louis [Fri, 9 Aug 2013 10:43:34 +0000 (06:43 -0400)]
installer: gdb-32 fix

10 years agoide/Debugger: Fixed memory errors
Jerome St-Louis [Fri, 9 Aug 2013 10:42:40 +0000 (06:42 -0400)]
ide/Debugger: Fixed memory errors

10 years agocrossplatform.mk: Tweak for Windows 8 fix
Jerome St-Louis [Fri, 9 Aug 2013 10:12:41 +0000 (06:12 -0400)]
crossplatform.mk: Tweak for Windows 8 fix

10 years agoRevert "buildsystem, ide, tarball; moved some variable definitions from Makefile...
Jerome St-Louis [Fri, 9 Aug 2013 09:58:05 +0000 (05:58 -0400)]
Revert "buildsystem, ide, tarball; moved some variable definitions from Makefile to crossplatform.mk in order to support install commands."

This reverts commit c4a9091be3541f003752243af9e93aae237e76c2.

This was breaking TARGET_ARCH awareness for DESTDIR on Windows

10 years agoinstaller: Fixed 32 bit paths; Opted to have them selected by default
Jerome St-Louis [Fri, 9 Aug 2013 09:11:31 +0000 (05:11 -0400)]
installer: Fixed 32 bit paths; Opted to have them selected by default

10 years agoinstaller: Don't make 32 bit GDB mandatory
Jerome St-Louis [Fri, 9 Aug 2013 08:45:44 +0000 (04:45 -0400)]
installer: Don't make 32 bit GDB mandatory

10 years agoinstaller: Moved documentation to doc folder; Got rid of locale
Jerome St-Louis [Fri, 9 Aug 2013 08:34:49 +0000 (04:34 -0400)]
installer: Moved documentation to doc folder; Got rid of locale
- MinGW-w64 or TDM builds don't seem to have localization

10 years agoLICENSE: Updated to mention MinGW-w64
Jerome St-Louis [Fri, 9 Aug 2013 08:34:26 +0000 (04:34 -0400)]
LICENSE: Updated to mention MinGW-w64

10 years agocrossplatform.mk: Tweak for Windows 8
Jerome St-Louis [Fri, 9 Aug 2013 08:12:25 +0000 (04:12 -0400)]
crossplatform.mk: Tweak for Windows 8
- cmd /c apparently doesn't want %%I anymore

10 years agoide; debugger; stepping to (run to cursor), over or around internal breakpoint locati...
Rejean Loyer [Fri, 5 Jul 2013 21:38:54 +0000 (17:38 -0400)]
ide; debugger; stepping to (run to cursor), over or around internal breakpoint locations. closes #938.
- fixed run to cursor to start debug run.
- improved messed up gdb communication highlighted by 59984d6414c328cd5f067eaed0b9d50e3ede52fa causing a crash.
- cleaned up breakpoints handling.

10 years agoide; fixed ide hangs on missing valgrind. closes #948.
Rejean Loyer [Wed, 3 Jul 2013 02:49:30 +0000 (22:49 -0400)]
ide; fixed ide hangs on missing valgrind. closes #948.

10 years agoide; debugger; valgrind integration. gdb dialog command history. old valgrind launche...
Rejean Loyer [Fri, 5 Apr 2013 01:21:35 +0000 (21:21 -0400)]
ide; debugger; valgrind integration. gdb dialog command history. old valgrind launcher with toolbar button.

10 years agoproject files for; ecc, ecp, ecs, ec, documentor, ear, ecere, ecereCOM, EDASQLite...
Rejean Loyer [Thu, 4 Apr 2013 02:12:02 +0000 (22:12 -0400)]
project files for; ecc, ecp, ecs, ec, documentor, ear, ecere, ecereCOM, EDASQLite, SQLiteShellCmd, EDASQLiteCipher, SQLiteCipherShellCmd, EDA, epj2make, ide; added install commands.

10 years agobuildsystem, ide, tarball; moved some variable definitions from Makefile to crossplat...
Rejean Loyer [Thu, 4 Apr 2013 01:00:16 +0000 (21:00 -0400)]
buildsystem, ide, tarball; moved some variable definitions from Makefile to crossplatform.mk in order to support install commands.

10 years agobuildsystem, ide; added install feature. aka install library or executable from ide...
Rejean Loyer [Tue, 2 Apr 2013 14:10:08 +0000 (10:10 -0400)]
buildsystem, ide; added install feature. aka install library or executable from ide as per install commands.

10 years agoide; project settings; (#969) tweaked 7876cc55eb13b7538027cab1152d19bf8e72dfe5 to...
Rejean Loyer [Sun, 23 Jun 2013 17:52:55 +0000 (13:52 -0400)]
ide; project settings; (#969) tweaked 7876cc55eb13b7538027cab1152d19bf8e72dfe5 to be smarter.

10 years agoinstaller: Proper broken folder fix; Install directory fix
Jerome St-Louis [Fri, 9 Aug 2013 07:45:08 +0000 (03:45 -0400)]
installer: Proper broken folder fix; Install directory fix

10 years agoinstaller: 32/64 bit Installer with TDM-MinGW-w64
Jerome St-Louis [Fri, 9 Aug 2013 07:00:15 +0000 (03:00 -0400)]
installer: 32/64 bit Installer with TDM-MinGW-w64

10 years agosamples/android/hello: Updated note, project
Jerome St-Louis [Fri, 9 Aug 2013 06:54:30 +0000 (02:54 -0400)]
samples/android/hello: Updated note, project

10 years agoide; (#975) fixed space char in source code file name regression.
Rejean Loyer [Thu, 8 Aug 2013 19:33:06 +0000 (15:33 -0400)]
ide; (#975) fixed space char in source code file name regression.

10 years agoide; (#975) fixed space char in resources file name regression.
Rejean Loyer [Thu, 8 Aug 2013 19:02:20 +0000 (15:02 -0400)]
ide; (#975) fixed space char in resources file name regression.

10 years agoide/Project: Fixed compiling info for Windows resource with platform flag
Jerome St-Louis [Fri, 9 Aug 2013 06:12:24 +0000 (02:12 -0400)]
ide/Project: Fixed compiling info for Windows resource with platform flag

10 years agoextras/gui/controls/CheckListBox: Fixed for static linking
Jerome St-Louis [Fri, 9 Aug 2013 06:11:42 +0000 (02:11 -0400)]
extras/gui/controls/CheckListBox: Fixed for static linking

10 years agoecere/gui/EditBox: (#670) Yet another number syntax highlighting fix
Jerome St-Louis [Fri, 9 Aug 2013 06:11:06 +0000 (02:11 -0400)]
ecere/gui/EditBox: (#670) Yet another number syntax highlighting fix

10 years agoi18n: (#980) templates updated
Jerome St-Louis [Fri, 9 Aug 2013 03:02:09 +0000 (23:02 -0400)]
i18n: (#980) templates updated

10 years agoNEWS, README: Updated for 0.44.08
Jerome St-Louis [Fri, 9 Aug 2013 02:55:33 +0000 (22:55 -0400)]
NEWS, README: Updated for 0.44.08

10 years agocompiler/bootstrap: (#980) Updated for 0.44.08
Jerome St-Louis [Fri, 9 Aug 2013 02:47:51 +0000 (22:47 -0400)]
compiler/bootstrap: (#980) Updated for 0.44.08

10 years agoinstaller: (#981) Fixed problems with missing User env. variable
Jerome St-Louis [Fri, 9 Aug 2013 01:56:46 +0000 (21:56 -0400)]
installer: (#981) Fixed problems with missing User env. variable
- Fixed problems caused by moving things into Additional components
- Added 'available' field to components to make different installer flavors to maintain

10 years agoinstaller: (#781) Fixed setting documentor API ref path; fixed broken default project...
Jerome St-Louis [Thu, 8 Aug 2013 23:48:00 +0000 (19:48 -0400)]
installer: (#781) Fixed setting documentor API ref path; fixed broken default project/files directory

10 years agoinstaller: Fixed Options CheckListBox NotifyChecked()
Jerome St-Louis [Thu, 8 Aug 2013 23:47:29 +0000 (19:47 -0400)]
installer: Fixed Options CheckListBox NotifyChecked()

10 years agodeps/jpeg-6b: Patch for header conflicts
Jerome St-Louis [Thu, 8 Aug 2013 23:18:10 +0000 (19:18 -0400)]
deps/jpeg-6b: Patch for header conflicts

10 years agoide; ear/extract: (#937) Not calling UPX for 64 bit Windows executables (not supported)
Jerome St-Louis [Thu, 8 Aug 2013 23:17:04 +0000 (19:17 -0400)]
ide; ear/extract: (#937) Not calling UPX for 64 bit Windows executables (not supported)

10 years agoide/Debugger: Fixed F7 not bringing up Output View after a Debug run
Jerome St-Louis [Thu, 8 Aug 2013 21:43:11 +0000 (17:43 -0400)]
ide/Debugger: Fixed F7 not bringing up Output View after a Debug run

10 years agoecere/gui/Window: (#966) Cascade/Tiling Support for leaving room for non-client windows
Jerome St-Louis [Thu, 8 Aug 2013 07:42:52 +0000 (03:42 -0400)]
ecere/gui/Window: (#966) Cascade/Tiling Support for leaving room for non-client windows

10 years agoide/Panels: (#965) Fixed non-sensical repositioning of Windows on activation
Jerome St-Louis [Thu, 8 Aug 2013 07:41:54 +0000 (03:41 -0400)]
ide/Panels: (#965) Fixed non-sensical repositioning of Windows on activation

10 years agoide/Debugger: (#798) Fixed hiding Debugger views when GDB is lost
Jerome St-Louis [Thu, 8 Aug 2013 07:40:32 +0000 (03:40 -0400)]
ide/Debugger: (#798) Fixed hiding Debugger views when GDB is lost

10 years agoide/Debugger: (#780) Hiding debugging views on Debug/Stop
Jerome St-Louis [Thu, 8 Aug 2013 07:30:38 +0000 (03:30 -0400)]
ide/Debugger: (#780) Hiding debugging views on Debug/Stop

10 years agocompiler/libec: (#954) Fixed handling huge constant double expressions
Jerome St-Louis [Thu, 8 Aug 2013 06:22:18 +0000 (02:22 -0400)]
compiler/libec: (#954) Fixed handling huge constant double expressions

10 years agoecere/sys/MakeDir(): (#899) Fixed proper return status for MakeDir()
Jerome St-Louis [Thu, 8 Aug 2013 06:02:55 +0000 (02:02 -0400)]
ecere/sys/MakeDir(): (#899) Fixed proper return status for MakeDir()

10 years agoide/GlobalSettingsDialog: (#956) Fixed SYSROOT browser should expect a directory
Jerome St-Louis [Thu, 8 Aug 2013 05:53:00 +0000 (01:53 -0400)]
ide/GlobalSettingsDialog: (#956) Fixed SYSROOT browser should expect a directory

10 years agoide/CodeEditor: (#198, #225, #492, #907) Fixed enumeration values popping up
Jerome St-Louis [Thu, 8 Aug 2013 05:40:37 +0000 (01:40 -0400)]
ide/CodeEditor: (#198, #225, #492, #907) Fixed enumeration values popping up

10 years agoide/CodeEditor: (#338, #672, #976) Fixed auto complete popups
Jerome St-Louis [Thu, 8 Aug 2013 05:14:05 +0000 (01:14 -0400)]
ide/CodeEditor: (#338, #672, #976) Fixed auto complete popups

10 years agoecere/gui/DropBox; ide/Property Sheet: (#818) Fixed counter-intuitive selection colors
Jerome St-Louis [Thu, 8 Aug 2013 04:11:16 +0000 (00:11 -0400)]
ecere/gui/DropBox; ide/Property Sheet: (#818) Fixed counter-intuitive selection colors
- Also tweaked EditBox, ListBox to handle black vs unset through ColorAlpha