sdk
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

12 years agoecere: Native Decorations: Fixed OpenGL driver support and driver switching with...
Jerome St-Louis [Tue, 16 Aug 2011 03:20:38 +0000 (23:20 -0400)]
ecere: Native Decorations: Fixed OpenGL driver support and driver switching with native decorations (maximizing issues)

12 years agoecere: Native Decorations: Fix for misplaced system buttons on maximized client docum...
Jerome St-Louis [Mon, 15 Aug 2011 06:26:27 +0000 (02:26 -0400)]
ecere: Native Decorations: Fix for misplaced system buttons on maximized client document (on parent's menu bar)

12 years agoide: Changed breakpoint icons from blue surrounded by black to red surrounded by...
Jerome St-Louis [Mon, 15 Aug 2011 05:56:09 +0000 (01:56 -0400)]
ide: Changed breakpoint icons from blue surrounded by black to red surrounded by white

12 years agoecere: Tweaked Stacker arrow button looks, Title bar gradient
Jerome St-Louis [Mon, 15 Aug 2011 05:51:08 +0000 (01:51 -0400)]
ecere: Tweaked Stacker arrow button looks, Title bar gradient

12 years agoecere: Changed activeColor to our new blueish menu color, Brought in the gradient...
Jerome St-Louis [Mon, 15 Aug 2011 05:34:14 +0000 (01:34 -0400)]
ecere: Changed activeColor to our new blueish menu color, Brought in the gradient button from SimSkin as the default in WindowsSkin

12 years agoecere: Native Decorations: fixed broken system buttons of non-root windows
Jerome St-Louis [Mon, 15 Aug 2011 05:18:20 +0000 (01:18 -0400)]
ecere: Native Decorations: fixed broken system buttons of non-root windows

12 years agoecere: Native Decorations: Fix for proper positioning of windows when dock is at...
Jerome St-Louis [Mon, 15 Aug 2011 04:53:03 +0000 (00:53 -0400)]
ecere: Native Decorations: Fix for proper positioning of windows when dock is at top or left edge of screen, dragging of dock

12 years agoecere:FileDialog:ide:documentor: use native decorations on all platforms
Rejean Loyer [Mon, 15 Aug 2011 01:22:58 +0000 (21:22 -0400)]
ecere:FileDialog:ide:documentor: use native decorations on all platforms

12 years agoide: fixed crash on missing file name for new NodeIcons enum value mFile
Rejean Loyer [Mon, 15 Aug 2011 01:21:23 +0000 (21:21 -0400)]
ide: fixed crash on missing file name for new NodeIcons enum value mFile

12 years agoecere: fixed missing #if defined(WIN32) in WindowsSkin.ec for compiling under *nix
Rejean Loyer [Sun, 14 Aug 2011 23:06:37 +0000 (19:06 -0400)]
ecere: fixed missing #if defined(WIN32) in WindowsSkin.ec for compiling under *nix

12 years agoecere: Native Decorations: proper decorations features selection
Jerome St-Louis [Sun, 14 Aug 2011 22:07:58 +0000 (18:07 -0400)]
ecere: Native Decorations: proper decorations features selection

12 years agoecere: Safety for nativeDecorations of non-root windows; ide: Fixed file dialogs...
Jerome St-Louis [Sun, 14 Aug 2011 21:57:40 +0000 (17:57 -0400)]
ecere: Safety for nativeDecorations of non-root windows; ide: Fixed file dialogs to be root windows

12 years agoecere: embellished menu bar; ide: centralized font selection
Jerome St-Louis [Sun, 14 Aug 2011 21:34:03 +0000 (17:34 -0400)]
ecere: embellished menu bar; ide: centralized font selection

12 years agoecere: Native Decorations: Using UpdateVisual to ensure stuff gets redrawn (noticed...
Jerome St-Louis [Sun, 14 Aug 2011 17:03:48 +0000 (13:03 -0400)]
ecere: Native Decorations: Using UpdateVisual to ensure stuff gets redrawn (noticed resizing the window smaller in Test3D was making the window blank)

12 years agoecere: Native decorations tweaks (Aero snap / minClientSize fix, initial dialog size...
Jerome St-Louis [Sun, 14 Aug 2011 16:53:19 +0000 (12:53 -0400)]
ecere: Native decorations tweaks (Aero snap / minClientSize fix, initial dialog size fix with proper decorations size computed)

12 years agoecere: Tweaked maximized/restore detection in light of WM_SIZE info discoverd; Turned...
Jerome St-Louis [Sun, 14 Aug 2011 07:43:46 +0000 (03:43 -0400)]
ecere: Tweaked maximized/restore detection in light of WM_SIZE info discoverd; Turned on native decorations for File Dialogs

12 years agoecere: Added resizing adjustment support to native decorations on Windows (minClientS...
Jerome St-Louis [Sun, 14 Aug 2011 07:20:59 +0000 (03:20 -0400)]
ecere: Added resizing adjustment support to native decorations on Windows (minClientSize/OnResizing/etc.)

12 years agoecere: Fix for resetting cursor on native decorations
Jerome St-Louis [Sun, 14 Aug 2011 06:50:40 +0000 (02:50 -0400)]
ecere: Fix for resetting cursor on native decorations

12 years agoecere: Fixes for proper Native Decorations support on Windows
Jerome St-Louis [Sun, 14 Aug 2011 06:24:50 +0000 (02:24 -0400)]
ecere: Fixes for proper Native Decorations support on Windows

12 years agoextras:types:CountryCode: fixed typo in property name
Rejean Loyer [Fri, 12 Aug 2011 16:58:57 +0000 (12:58 -0400)]
extras:types:CountryCode: fixed typo in property name

12 years agoecere: included the Stacker gui control into the ecere library
Rejean Loyer [Fri, 12 Aug 2011 16:22:13 +0000 (12:22 -0400)]
ecere: included the Stacker gui control into the ecere library

12 years agoecere: removed platform specific exclusions in ecere.epj and Makefile. will add them...
Rejean Loyer [Fri, 12 Aug 2011 16:11:53 +0000 (12:11 -0400)]
ecere: removed platform specific exclusions in ecere.epj and Makefile. will add them back when they are properly implemented

12 years agoecere: fixed ecereCOM and vanilla makefiles since new ecere makefiles don't use impli...
Rejean Loyer [Fri, 12 Aug 2011 16:01:40 +0000 (12:01 -0400)]
ecere: fixed ecereCOM and vanilla makefiles since new ecere makefiles don't use implicit object rules

12 years agoide: Fixed the commented out old scheme in case people want to revert
Jerome St-Louis [Thu, 11 Aug 2011 15:59:20 +0000 (11:59 -0400)]
ide: Fixed the commented out old scheme in case people want to revert

12 years agoide: Brightened up comments (brighter gray) and numbers (brighter teal) a bit
Jerome St-Louis [Thu, 11 Aug 2011 15:51:05 +0000 (11:51 -0400)]
ide: Brightened up comments (brighter gray) and numbers (brighter teal) a bit

12 years agosdk/ecere/ide: Improved color customization support; Set up a decent default distinct...
Jerome St-Louis [Thu, 11 Aug 2011 15:37:41 +0000 (11:37 -0400)]
sdk/ecere/ide: Improved color customization support; Set up a decent default distinct skin gradient title bar; Now defaulting to dark background IDE colors

12 years agoeda: Fixes for modifications to 'SetData' handling of unit/system classes (Mantis...
Jerome St-Louis [Wed, 10 Aug 2011 02:54:18 +0000 (22:54 -0400)]
eda: Fixes for modifications to 'SetData' handling of unit/system classes (Mantis issue #72) Any more of these??

12 years agoextras/csv: Fixed CSVParser: was keeping the closing quotes in kcmd import
Jerome St-Louis [Tue, 19 Jul 2011 19:17:09 +0000 (15:17 -0400)]
extras/csv: Fixed CSVParser: was keeping the closing quotes in kcmd import

12 years agoide: fixed Project->New and Project->Open menus were disabled after closing a project.
Rejean Loyer [Fri, 1 Jul 2011 02:03:17 +0000 (22:03 -0400)]
ide: fixed Project->New and Project->Open menus were disabled after closing a project.

12 years agoecere: Fixed conversion to a format of a different bpp in LFB Display driver (was...
Jerome St-Louis [Tue, 28 Jun 2011 14:00:50 +0000 (10:00 -0400)]
ecere: Fixed conversion to a format of a different bpp in LFB Display driver (was not updating Bitmap::size)