sdk
12 years agoAdded staticLink sample; Renamed disguised .bmp Vanilla resources to .png as they...
Jerome St-Louis [Wed, 7 Sep 2011 02:56:06 +0000 (22:56 -0400)]
Added staticLink sample; Renamed disguised .bmp Vanilla resources to .png as they should have been; Fixed extract project accordingly

12 years agoecere/EditBox: Fixed continued lines showing up as comments ( Corrected fix for http...
Jerome St-Louis [Tue, 6 Sep 2011 03:39:55 +0000 (23:39 -0400)]
ecere/EditBox: Fixed continued lines showing up as comments ( Corrected fix for ecere.com/mantis/view.php?id=489 )

12 years agoDeleted debian/ folder from master branch; Moving it into debian branch
Jerome St-Louis [Sun, 4 Sep 2011 19:15:11 +0000 (15:15 -0400)]
Deleted debian/ folder from master branch; Moving it into debian branch

12 years ago.gitignore where it should be so that all may enjoy it.
Rejean Loyer [Sun, 4 Sep 2011 13:13:41 +0000 (09:13 -0400)]
.gitignore where it should be so that all may enjoy it.

12 years agocompiler/libec: last tweak for last patch to work on a clean (no compiler/libec/obj...
Rejean Loyer [Sun, 4 Sep 2011 05:41:32 +0000 (01:41 -0400)]
compiler/libec: last tweak for last patch to work on a clean (no compiler/libec/obj/debug.platform/ dir present) snapshot. for example, after a git clone or after a make distclean.

12 years agocompiler/libec: Tweak for last patch to work on Linux, @cp was failing, worked withou...
Jerome St-Louis [Sun, 4 Sep 2011 04:11:25 +0000 (00:11 -0400)]
compiler/libec: Tweak for last patch to work on Linux, @cp was failing, worked without the 'cd libec &&'

12 years agocompiler/libec: Moved precompiled sources copy rule to parent compiler directory...
Jerome St-Louis [Sun, 4 Sep 2011 04:03:44 +0000 (00:03 -0400)]
compiler/libec: Moved precompiled sources copy rule to parent compiler directory: it didn't work with -j8 and objdir phony target order-only dependency

12 years agocompiler/libec: Fixed building on Linux that was broken by dllexport in precompiled...
Jerome St-Louis [Sun, 4 Sep 2011 01:20:18 +0000 (21:20 -0400)]
compiler/libec: Fixed building on Linux that was broken by dllexport in precompiled grammar; Fixed copying the precompiled files that was not happening when objdir existed already.

12 years agocompiler/libec/Makefile: made precompiled files optional. to test compilation without...
Rejean Loyer [Sat, 3 Sep 2011 17:47:45 +0000 (13:47 -0400)]
compiler/libec/Makefile: made precompiled files optional. to test compilation without precompiled simply use rm -r compiler/libec/precompiled; make

12 years agosdk: added Makefiles.epj usefull when working on makefiles.
Rejean Loyer [Sat, 3 Sep 2011 13:56:13 +0000 (09:56 -0400)]
sdk: added Makefiles.epj usefull when working on makefiles.

12 years agoecere:XInterface driver: fixed null pointer crash
Rejean Loyer [Sat, 3 Sep 2011 13:14:35 +0000 (09:14 -0400)]
ecere:XInterface driver: fixed null pointer crash

12 years agoide:find in files: implemented ability to search within a project folder.
Rejean Loyer [Sat, 3 Sep 2011 12:43:00 +0000 (08:43 -0400)]
ide:find in files: implemented ability to search within a project folder.

12 years agomaster Makefile: added support for OBJALT variable to help manage installation of...
Rejean Loyer [Thu, 1 Sep 2011 08:51:55 +0000 (04:51 -0400)]
master Makefile: added support for OBJALT variable to help manage installation of binaries from multiple branches.

12 years agomaster Makefile: added copyonlyinstall target which does not depend on prepinstall.
Rejean Loyer [Thu, 1 Sep 2011 08:25:13 +0000 (04:25 -0400)]
master Makefile: added copyonlyinstall target which does not depend on prepinstall.

12 years agoide:find in files: use proper technique to get a relative path from a project node.
Rejean Loyer [Thu, 1 Sep 2011 08:15:59 +0000 (04:15 -0400)]
ide:find in files: use proper technique to get a relative path from a project node.

12 years agoide: allow files with same name in project as long as common and platform-specific...
Rejean Loyer [Thu, 1 Sep 2011 08:13:28 +0000 (04:13 -0400)]
ide: allow files with same name in project as long as common and platform-specific build exclusions prevent actual conflicts from occuring.

12 years agoecere/ide/libec/parser: Fixed crash on null Symbol string parsing code
Jerome St-Louis [Wed, 31 Aug 2011 17:26:05 +0000 (13:26 -0400)]
ecere/ide/libec/parser: Fixed crash on null Symbol string parsing code

12 years agoecere/menus: Upped menu click delay to 0.1 for remote desktop
Jerome St-Louis [Wed, 31 Aug 2011 07:37:02 +0000 (03:37 -0400)]
ecere/menus: Upped menu click delay to 0.1 for remote desktop

12 years agoecere/menu: Fixed reclick on XP/7 Classic by increasing unpressedTime delay to 0...
Jerome St-Louis [Wed, 31 Aug 2011 07:27:28 +0000 (03:27 -0400)]
ecere/menu: Fixed reclick on XP/7 Classic by increasing unpressedTime delay to 0.02 seconds

12 years agoecere/menu: Further tweaks to fix behavior on Win7; Test cases:
Jerome St-Louis [Wed, 31 Aug 2011 05:30:19 +0000 (01:30 -0400)]
ecere/menu: Further tweaks to fix behavior on Win7; Test cases:
- Bring up driver menu, click IDE background (Make sure View is unpressed)
- Bring up driver menu, move mouse around directly to 'View', Reclick (Make sure View doesn't come back)
- Click View, reclick (Make sure view doesn't come back, and is beveled up)
- Move mouse across menus, click-reclick one menu: make sure the IDE title bar keeps active look all along

12 years agosdk: Fixes to include.mk to allow building from MSYS (Thanks Naji!)
Jerome St-Louis [Wed, 31 Aug 2011 01:17:59 +0000 (21:17 -0400)]
sdk: Fixes to include.mk to allow building from MSYS (Thanks Naji!)

12 years agoTweak to last patch for when virtual screen size is not set ( X driver )
Jerome St-Louis [Wed, 31 Aug 2011 00:57:39 +0000 (20:57 -0400)]
Tweak to last patch for when virtual screen size is not set ( X driver )

12 years agoecere/Menu fixes: Activation fixes for reclick on menu bar item, and reclick with...
Jerome St-Louis [Wed, 31 Aug 2011 00:50:57 +0000 (20:50 -0400)]
ecere/Menu fixes: Activation fixes for reclick on menu bar item, and reclick with sub menu up (destroy all); Multi-monitor popup fix

12 years agoecere/bootstrap: Tweak to instance.ec for stdcall to make it to bootstrap (Is it...
Jerome St-Louis [Tue, 30 Aug 2011 17:52:44 +0000 (13:52 -0400)]
ecere/bootstrap: Tweak to instance.ec for stdcall to make it to bootstrap (Is it OK on Linux?); added compiled Chinese documentor translation

12 years agoecere: Added system include path to look for glext.h in deps/ folder
Jerome St-Louis [Tue, 30 Aug 2011 14:42:25 +0000 (10:42 -0400)]
ecere: Added system include path to look for glext.h in deps/ folder

12 years agocompiler/bootstrap/ecere: instance.c: Put back MinGW workaround (39816d7eb907a160b8dc...
Jerome St-Louis [Tue, 30 Aug 2011 06:29:21 +0000 (02:29 -0400)]
compiler/bootstrap/ecere: instance.c: Put back MinGW workaround (39816d7eb907a160b8dcc1331512607bc2bdc811) that was taken out in e78cdadcd4a489ebfa04aa5280e0935d94ab3362

12 years agocompiler/ecs: Double free memory fix (comment)
Jerome St-Louis [Sun, 28 Aug 2011 21:26:30 +0000 (17:26 -0400)]
compiler/ecs: Double free memory fix (comment)

12 years agocompiler: Support for i18n through $"string" syntax (generates .pot, requires libintl...
Jerome St-Louis [Sun, 28 Aug 2011 21:13:26 +0000 (17:13 -0400)]
compiler: Support for i18n through $"string" syntax (generates .pot, requires libintl); documentor: Chinese localization contributed by liqi

12 years agoFix for crash when switching mode while app is running (e.g. alt-tabbing to SC2!...
Jerome St-Louis [Sat, 27 Aug 2011 21:56:12 +0000 (17:56 -0400)]
Fix for crash when switching mode while app is running (e.g. alt-tabbing to SC2!), fix for proper _displayDriver data type in last commit

12 years agoecere/ide: Fix for 'Setting isModal = true on a form jams the IDE' (http://ecere...
Jerome St-Louis [Sat, 27 Aug 2011 16:26:03 +0000 (12:26 -0400)]
ecere/ide: Fix for 'Setting isModal = true on a form jams the IDE' (ecere.com/mantis/view.php?id=602)

12 years agomakefiles: made changes to order only dependencies consistent across all makefiles
Rejean Loyer [Thu, 25 Aug 2011 18:32:20 +0000 (14:32 -0400)]
makefiles: made changes to order only dependencies consistent across all makefiles

12 years agoide: Fixed Makefile generation order-only objdir rules for good (now they match SDK...
Jerome St-Louis [Thu, 25 Aug 2011 16:53:47 +0000 (12:53 -0400)]
ide: Fixed Makefile generation order-only objdir rules for good (now they match SDK makefiles without breaking the build), updated ide/ecere/documentor/epj2make Makefiles

12 years agoide (epj/makefile): proper platform specific build exclusion of vsSupport.ec
Rejean Loyer [Thu, 25 Aug 2011 14:25:20 +0000 (10:25 -0400)]
ide (epj/makefile): proper platform specific build exclusion of vsSupport.ec

12 years agomakefiles: fixed broken snapshot build by reverting change to order only dependencies
Rejean Loyer [Thu, 25 Aug 2011 13:45:39 +0000 (09:45 -0400)]
makefiles: fixed broken snapshot build by reverting change to order only dependencies

12 years agoecere/FilePath/PathBox: Minor tweaks
Jerome St-Louis [Thu, 25 Aug 2011 06:58:34 +0000 (02:58 -0400)]
ecere/FilePath/PathBox: Minor tweaks

12 years agoide: Reverted CodeEditor font to Courier New (Consolas was committed by error)
Jerome St-Louis [Thu, 25 Aug 2011 05:29:18 +0000 (01:29 -0400)]
ide: Reverted CodeEditor font to Courier New (Consolas was committed by error)

12 years agoFix for double clicking DirectoriesBox entries popping up PathBox (proper fix for...
Jerome St-Louis [Thu, 25 Aug 2011 04:03:04 +0000 (00:03 -0400)]
Fix for double clicking DirectoriesBox entries popping up PathBox (proper fix for 396bd468c77485c52a33e0e355857d44927c74fb)

12 years agoecere/ide: Added DirPath/FilePath support in DataBox (tweaked PathBox), Merged PathBo...
Jerome St-Louis [Thu, 25 Aug 2011 02:47:44 +0000 (22:47 -0400)]
ecere/ide: Added DirPath/FilePath support in DataBox (tweaked PathBox), Merged PathBox/DirectoriesBox into Ecere, Fixed an extra space after $(CC) in makefile Generation, Updated Projects and Makefiles

12 years agoide/extras/PathBox: Fixed crash (http://ecere.com/mantis/view.php?id=600) in NewProje...
Jerome St-Louis [Wed, 24 Aug 2011 23:35:58 +0000 (19:35 -0400)]
ide/extras/PathBox: Fixed crash (ecere.com/mantis/view.php?id=600) in NewProjectDialog, d1a536052622e6b449a2078acc9368983b2afcc3 was missing a null check; Fixed text wrongly selected when modifying location and tabbing.

12 years agoecere/Color editor: Patched active vs inactive y offset drawing glitch (Did it break...
Jerome St-Louis [Wed, 24 Aug 2011 05:15:03 +0000 (01:15 -0400)]
ecere/Color editor: Patched active vs inactive y offset drawing glitch (Did it break anything?)

12 years agoecere:SavingDataBox: Fixes for 'enter' to re-highlight the combo box text
Jerome St-Louis [Wed, 24 Aug 2011 05:04:43 +0000 (01:04 -0400)]
ecere:SavingDataBox: Fixes for 'enter' to re-highlight the combo box text

12 years agoecere/Date editing: Improvement to the Date box fixes in e124e1bb7ddd675bf434a3eb152a...
Jerome St-Louis [Wed, 24 Aug 2011 04:35:30 +0000 (00:35 -0400)]
ecere/Date editing: Improvement to the Date box fixes in e124e1bb7ddd675bf434a3eb152aaeac93ba2d96

12 years agoecere: Safer fix for last SavingDataBox fix
Jerome St-Louis [Wed, 24 Aug 2011 03:57:04 +0000 (23:57 -0400)]
ecere: Safer fix for last SavingDataBox fix

12 years agoecere: Fix to SavingDataBox for 'Custom' color picker to work in Color Editor
Jerome St-Louis [Wed, 24 Aug 2011 03:54:13 +0000 (23:54 -0400)]
ecere: Fix to SavingDataBox for 'Custom' color picker to work in Color Editor

12 years agoide/Makefile Generation: Gave priority to File compiler flags (beware of Global setti...
Jerome St-Louis [Tue, 23 Aug 2011 22:39:37 +0000 (18:39 -0400)]
ide/Makefile Generation: Gave priority to File compiler flags (beware of Global settings, -isystem will take priority!)

12 years agosamples/OpenGL: Added a full-GL snippet to the GL demo
Jerome St-Louis [Tue, 23 Aug 2011 21:05:27 +0000 (17:05 -0400)]
samples/OpenGL: Added a full-GL snippet to the GL demo

12 years agoide/GlobalSettings: Fixed modifiedDocument being set on switching away from workspace tab
Jerome St-Louis [Tue, 23 Aug 2011 17:20:14 +0000 (13:20 -0400)]
ide/GlobalSettings: Fixed modifiedDocument being set on switching away from workspace tab

12 years agoecere/ide/FormDesigner/Toolbox: Display SavingDataBox instead of DataBox in toolbox...
Jerome St-Louis [Tue, 23 Aug 2011 17:06:54 +0000 (13:06 -0400)]
ecere/ide/FormDesigner/Toolbox: Display SavingDataBox instead of DataBox in toolbox, fixed DelayedCPvalues problem, Display derivative common controls with icon set in toolbox

12 years agoecere/FormDesigner: Fix for default 'transparent = true' to not show up when updating...
Jerome St-Louis [Tue, 23 Aug 2011 15:56:52 +0000 (11:56 -0400)]
ecere/FormDesigner: Fix for default 'transparent = true' to not show up when updating BitmapResource property

12 years agodocumentor/epj2make: Updated makefiles and projects for PathBox's dependency on Direc...
Jerome St-Louis [Tue, 23 Aug 2011 15:33:37 +0000 (11:33 -0400)]
documentor/epj2make: Updated makefiles and projects for PathBox's dependency on DirectoriesBox

12 years agoide/GlobalSettingsDialog: Added confirmation for dropping changes, Fixed settingsModi...
Jerome St-Louis [Tue, 23 Aug 2011 15:21:43 +0000 (11:21 -0400)]
ide/GlobalSettingsDialog: Added confirmation for dropping changes, Fixed settingsModified wrongly set to true on loading

12 years agoide/CodeEditor: Patch for CodeEditor displaying code on wrong lines after the FormEdi...
Jerome St-Louis [Tue, 23 Aug 2011 15:20:56 +0000 (11:20 -0400)]
ide/CodeEditor: Patch for CodeEditor displaying code on wrong lines after the FormEditor updates the code

12 years agoextras/PathBox/DirectoriesBox: Fixes for browsing not saving properly the value
Jerome St-Louis [Tue, 23 Aug 2011 15:20:04 +0000 (11:20 -0400)]
extras/PathBox/DirectoriesBox: Fixes for browsing not saving properly the value

12 years agoecere: Fix for Double cicking project view list box row not activating opened documen...
Jerome St-Louis [Tue, 23 Aug 2011 15:14:11 +0000 (11:14 -0400)]
ecere: Fix for Double cicking project view list box row not activating opened document (Introduced in 'DateBox with pulled CalendarControl fixes - e124e1bb7ddd675bf434')

12 years agoecere/FormDesigner: Fixes to BitmapResource property edition
Jerome St-Louis [Tue, 23 Aug 2011 15:11:06 +0000 (11:11 -0400)]
ecere/FormDesigner: Fixes to BitmapResource property edition

12 years agoecere/FormDesigner: Fix for ignoring displayDriver in Designer mode (Fixed ***ANNOYIN...
Jerome St-Louis [Tue, 23 Aug 2011 05:36:29 +0000 (01:36 -0400)]
ecere/FormDesigner: Fix for ignoring displayDriver in Designer mode (Fixed ***ANNOYING*** display bug in eda/ers.ec)

12 years agoide/FormDesigner: Fix for the form designer not to reset nativeDecorations property
Jerome St-Louis [Tue, 23 Aug 2011 05:35:03 +0000 (01:35 -0400)]
ide/FormDesigner: Fix for the form designer not to reset nativeDecorations property

12 years agoecere/ide: Fixed property editor problems relating to SetData/any_object changes...
Jerome St-Louis [Tue, 23 Aug 2011 05:13:40 +0000 (01:13 -0400)]
ecere/ide: Fixed property editor problems relating to SetData/any_object changes (Was not properly casting it to data type, Fixed font edition among other things)

12 years agoecere/ide: Fixed BitmapResource property editor going behind browse button
Jerome St-Louis [Tue, 23 Aug 2011 05:11:30 +0000 (01:11 -0400)]
ecere/ide: Fixed BitmapResource property editor going behind browse button

12 years agoecere/ide: Visbility fix for non-created invisible windows (Fixed FileDialog's filter...
Jerome St-Louis [Tue, 23 Aug 2011 05:10:23 +0000 (01:10 -0400)]
ecere/ide: Visbility fix for non-created invisible windows (Fixed FileDialog's filter/type ListBoxes popping up at 0,0)

12 years agoecere/ide: Fixes for editing the sub properties of Icons
Jerome St-Louis [Tue, 23 Aug 2011 03:08:35 +0000 (23:08 -0400)]
ecere/ide: Fixes for editing the sub properties of Icons

12 years agoaudio: Made DirectBuffer API public and now import EcereAudio from DirectBufferPlayer
Jerome St-Louis [Tue, 23 Aug 2011 02:43:47 +0000 (22:43 -0400)]
audio: Made DirectBuffer API public and now import EcereAudio from DirectBufferPlayer

12 years agoecere/anchors: Fixed unsetting anchors from Form designer's expanded fields
Jerome St-Louis [Mon, 22 Aug 2011 07:25:28 +0000 (03:25 -0400)]
ecere/anchors: Fixed unsetting anchors from Form designer's expanded fields

12 years agoide:Fixed environment variables crash and made them work (needs further improvements...
Jerome St-Louis [Mon, 22 Aug 2011 06:54:11 +0000 (02:54 -0400)]
ide:Fixed environment variables crash and made them work (needs further improvements to not pollute environment)

12 years agosamples/scanning: Updated the WiaTest to work with the latest version of Wia.ec ...
Jerome St-Louis [Sun, 21 Aug 2011 19:45:29 +0000 (15:45 -0400)]
samples/scanning: Updated the WiaTest to work with the latest version of Wia.ec (Which supports scanning multiple images, e.g. from feed scanners)

12 years agoecere: Tweak to select on first click (activation) in Communicator's history
Jerome St-Louis [Sun, 21 Aug 2011 18:04:19 +0000 (14:04 -0400)]
ecere: Tweak to select on first click (activation) in Communicator's history

12 years agoecere: DateBox with pulled CalendarControl fixes
Jerome St-Louis [Sat, 20 Aug 2011 06:51:42 +0000 (02:51 -0400)]
ecere: DateBox with pulled CalendarControl fixes

12 years agoecere: Support for Alt+Enter for maximizing/restoring with native decorations
Jerome St-Louis [Fri, 19 Aug 2011 21:35:11 +0000 (17:35 -0400)]
ecere: Support for Alt+Enter for maximizing/restoring with native decorations

12 years agoecere: Fixes for mouse over notifications to work with native decorations
Jerome St-Louis [Fri, 19 Aug 2011 20:08:03 +0000 (16:08 -0400)]
ecere: Fixes for mouse over notifications to work with native decorations

12 years agoecere: Activation/Maximization Fixes for Ecere Communicator
Jerome St-Louis [Fri, 19 Aug 2011 19:32:29 +0000 (15:32 -0400)]
ecere: Activation/Maximization Fixes for Ecere Communicator

12 years agoide: ProjectSettings/PathBox: Fixed browsing additional dirs in project settings...
Jerome St-Louis [Fri, 19 Aug 2011 07:40:46 +0000 (03:40 -0400)]
ide: ProjectSettings/PathBox: Fixed browsing additional dirs in project settings dialog not working, had to force visibility of DataBox before saving path; Fixed crash where PathBox was not getting incref'ed around its usage

12 years agoecere/ide: Support automatically chaining modal masters, can now use master = ide...
Jerome St-Louis [Fri, 19 Aug 2011 07:40:24 +0000 (03:40 -0400)]
ecere/ide: Support automatically chaining modal masters, can now use master = ide everywhere (the ide's current modal slave will be the effective master)

12 years agoecere: Tweaked wsms & vanilla config
Jerome St-Louis [Fri, 19 Aug 2011 06:04:59 +0000 (02:04 -0400)]
ecere: Tweaked wsms & vanilla config

12 years agoide: Fixed up some MessageBoxes 'master' property
Jerome St-Louis [Fri, 19 Aug 2011 06:02:38 +0000 (02:02 -0400)]
ide: Fixed up some MessageBoxes 'master' property

12 years agoextras/audio: Tweaked EcereAudio to get it to compile
Jerome St-Louis [Fri, 19 Aug 2011 05:54:28 +0000 (01:54 -0400)]
extras/audio: Tweaked EcereAudio to get it to compile

12 years agoide/ecere: Put back master assignment, as this is required for the dialogs not to...
Jerome St-Louis [Fri, 19 Aug 2011 05:50:12 +0000 (01:50 -0400)]
ide/ecere: Put back master assignment, as this is required for the dialogs not to show on the taskbar; Added 'thin' and 'sizableThin' border styles to select Windows's tool window style; Dialogs now inherit master window's icon

12 years agoecere: Fix for not displaying hidden designer in Window menu
Jerome St-Louis [Thu, 18 Aug 2011 19:44:07 +0000 (15:44 -0400)]
ecere: Fix for not displaying hidden designer in Window menu

12 years agoecere: Tweaked previous Tiling fix
Jerome St-Louis [Thu, 18 Aug 2011 19:36:31 +0000 (15:36 -0400)]
ecere: Tweaked previous Tiling fix

12 years agoecere: Fixes for driver switch flicker; Tiling windows; Window listing dialog; Vanill...
Jerome St-Louis [Thu, 18 Aug 2011 18:48:38 +0000 (14:48 -0400)]
ecere: Fixes for driver switch flicker; Tiling windows; Window listing dialog; Vanilla config tweaks

12 years agoecere: DateBox/CalendarControl useability: Editing date from keyboard; Moved SavingDa...
Jerome St-Louis [Thu, 18 Aug 2011 09:27:58 +0000 (05:27 -0400)]
ecere: DateBox/CalendarControl useability: Editing date from keyboard; Moved SavingDataBox where it belongs (Until merged with DataBox class)

12 years agoecere: Worked around Key::modifiers and Modifiers members now being public by overrid...
Jerome St-Louis [Thu, 18 Aug 2011 08:41:13 +0000 (04:41 -0400)]
ecere: Worked around Key::modifiers and Modifiers members now being public by overriding Modifiers::OnGetString (Fixed ctrl/alt showing up twice when not mapping to a PredefinedKey)

12 years agobuild system / makefiles / ide: added support for ccache and distcc
Rejean Loyer [Tue, 16 Aug 2011 09:59:07 +0000 (05:59 -0400)]
build system / makefiles / ide: added support for ccache and distcc

12 years agoecere: Made nativeDecorations default on MessageBox; ide: Took out setting master...
Jerome St-Louis [Thu, 18 Aug 2011 07:53:15 +0000 (03:53 -0400)]
ecere: Made nativeDecorations default on MessageBox; ide: Took out setting master on dialogs to avoid getting tool (thin) title bar

12 years agoecere: Default Skin: Button: Fixed background gradient to only show on 'bevel' button...
Jerome St-Louis [Thu, 18 Aug 2011 07:48:48 +0000 (03:48 -0400)]
ecere: Default Skin: Button: Fixed background gradient to only show on 'bevel' buttons; Updated improved positionning of text and bitmap (e.g. for Paper2PACS)

12 years agoeda: Fixed setting 'field' overriding a label set on a FieldDataBox (The DB field...
Jerome St-Louis [Thu, 18 Aug 2011 07:47:25 +0000 (03:47 -0400)]
eda: Fixed setting 'field' overriding a label set on a FieldDataBox (The DB field names were appearing in WSMS rather than the nice labels)

12 years agoecere: ListBox: Fixed readability of alwaysEdit'ed listbox fields and centralized...
Jerome St-Louis [Thu, 18 Aug 2011 07:45:48 +0000 (03:45 -0400)]
ecere: ListBox: Fixed readability of alwaysEdit'ed listbox fields and centralized colors

12 years agoide/Debugger/watches: Fixed freeData to be false for Watch's value in valueField...
Jerome St-Louis [Thu, 18 Aug 2011 07:42:23 +0000 (03:42 -0400)]
ide/Debugger/watches: Fixed freeData to be false for Watch's value in valueField (Fixed a crash on exit while debugger running/breaked @ a breakpoint)

12 years agoecere: Decided to add PNG support to WSMS
Jerome St-Louis [Thu, 18 Aug 2011 07:41:52 +0000 (03:41 -0400)]
ecere: Decided to add PNG support to WSMS

12 years agoecere/ide: Fixed DataBox::SetData to use any_object data type; Fixed IDE's property...
Jerome St-Louis [Thu, 18 Aug 2011 06:38:12 +0000 (02:38 -0400)]
ecere/ide: Fixed DataBox::SetData to use any_object data type; Fixed IDE's property sheet to reflect data passed being of any_object data type (Fix for hotkey crash reported by Sam on forums)

12 years agoecere: More fixes to the project file platform exclusions/inclusions and ecere/Makefile
Jerome St-Louis [Thu, 18 Aug 2011 00:07:53 +0000 (20:07 -0400)]
ecere: More fixes to the project file platform exclusions/inclusions and ecere/Makefile

12 years agoecere: Resolved some platform-specific exclusions/inclusions
Jerome St-Louis [Wed, 17 Aug 2011 23:53:55 +0000 (19:53 -0400)]
ecere: Resolved some platform-specific exclusions/inclusions

12 years agoecere: Native Decorations: Fix for show desktop/show apps bug due to lastState not...
Jerome St-Louis [Wed, 17 Aug 2011 23:31:57 +0000 (19:31 -0400)]
ecere: Native Decorations: Fix for show desktop/show apps bug due to lastState not being set

12 years agoecere: added configuration for wsms
Jerome St-Louis [Wed, 17 Aug 2011 23:15:59 +0000 (19:15 -0400)]
ecere: added configuration for wsms

12 years agoide: proper fix for improved platform specific inclusion/exclusion
Rejean Loyer [Wed, 17 Aug 2011 21:59:21 +0000 (17:59 -0400)]
ide: proper fix for improved platform specific inclusion/exclusion

12 years agoide: fixed platform-file-config specific build exclusion was broken
Rejean Loyer [Tue, 16 Aug 2011 21:26:25 +0000 (17:26 -0400)]
ide: fixed platform-file-config specific build exclusion was broken

12 years agoecere: removed stray change that slipped into Makefile
Rejean Loyer [Tue, 16 Aug 2011 08:19:03 +0000 (04:19 -0400)]
ecere: removed stray change that slipped into Makefile

12 years agoecere: updated Makefile and Makefile.vanilla with new IDE generated platform specific...
Rejean Loyer [Tue, 16 Aug 2011 08:15:04 +0000 (04:15 -0400)]
ecere: updated Makefile and Makefile.vanilla with new IDE generated platform specific file in/ex-clusions

12 years agoide: fixed platform specific build in/ex-clusion overriding file specific build in...
Rejean Loyer [Tue, 16 Aug 2011 07:00:32 +0000 (03:00 -0400)]
ide: fixed platform specific build in/ex-clusion overriding file specific build in/ex-clusion

12 years agoecere: modified project file for better platform specific in/ex-clusions. drivers...
Rejean Loyer [Tue, 16 Aug 2011 05:24:55 +0000 (01:24 -0400)]
ecere: modified project file for better platform specific in/ex-clusions. drivers folders are excluded and sub-files/folders are re-included per platform.

12 years agoide: improved platform specific inclusion/exclusion
Rejean Loyer [Tue, 16 Aug 2011 05:22:15 +0000 (01:22 -0400)]
ide: improved platform specific inclusion/exclusion