]>
O.S.I.I.S - jp/crow.git/log
jpbruyere [Thu, 5 Jan 2017 14:47:33 +0000 (15:47 +0100)]
Merge branch 'master' into CrowIDE
jpbruyere [Thu, 5 Jan 2017 14:13:49 +0000 (15:13 +0100)]
openGL draw measure
jpbruyere [Thu, 5 Jan 2017 00:27:01 +0000 (01:27 +0100)]
remove old binding class
jpbruyere [Wed, 4 Jan 2017 20:35:03 +0000 (21:35 +0100)]
debug
jpbruyere [Wed, 4 Jan 2017 20:34:06 +0000 (21:34 +0100)]
debug tab view
jpbruyere [Wed, 4 Jan 2017 19:18:18 +0000 (20:18 +0100)]
menuItem derived from Menu + automatic opening when sibling opens
jpbruyere [Wed, 4 Jan 2017 18:28:43 +0000 (19:28 +0100)]
debug menus
jpbruyere [Wed, 4 Jan 2017 12:42:52 +0000 (13:42 +0100)]
new PerformanceMeasure class
jpbruyere [Wed, 4 Jan 2017 10:43:15 +0000 (11:43 +0100)]
* Interface.cs:
maxLayoutTries = 3; max discard = 5, test if dirtyRect.width != 0, lqi logging removed because lqi is now a struct
* LayoutingQueueItem.cs:
lqi logging removed
Jean-Philippe Bruyère [Wed, 4 Jan 2017 00:09:54 +0000 (01:09 +0100)]
lock layouting when image loading
jpbruyere [Tue, 3 Jan 2017 20:23:35 +0000 (21:23 +0100)]
update appveyor.yml
jpbruyere [Tue, 3 Jan 2017 19:53:27 +0000 (20:53 +0100)]
debug OpenTK2.0 ref path
Jean-Philippe Bruyère [Tue, 3 Jan 2017 13:51:10 +0000 (14:51 +0100)]
lqi as struct instead of class, output in debug layouring tries and discard if > 1
jpbruyere [Tue, 3 Jan 2017 12:20:21 +0000 (13:20 +0100)]
* Grid.cs, TabView.cs, Wrapper.cs, GenericStack.cs, GraphicObject.cs:
IsDirty instead of deleting bmp, resolve blinking bug
* Interface.cs:
DrawingQueue locked inside the foreach loop, once per item
* OpenTKGameWindow.cs:
non blocking mutex inside render frame loop
jpbruyere [Tue, 3 Jan 2017 12:20:01 +0000 (13:20 +0100)]
* Tests.csproj:
update to opentk-2.0
* Enums.cs, Rectangle.cs, Rectangles.cs:
Code clean
* TemplatedGroup.cs:
remove logicalParent in items loading
Jean-Philippe Bruyère [Mon, 2 Jan 2017 23:37:06 +0000 (00:37 +0100)]
Spinner styling, ColorPicker SelectedRawColor, config conversion debug, color.resetName
jpbruyere [Mon, 2 Jan 2017 14:49:11 +0000 (15:49 +0100)]
search for private and public handler methods
jpbruyere [Sun, 1 Jan 2017 18:59:28 +0000 (19:59 +0100)]
debug when vc of ds newVal is null
jpbruyere [Sun, 1 Jan 2017 17:30:51 +0000 (18:30 +0100)]
New binding system and new inherited measures
jpbruyere [Sun, 1 Jan 2017 17:23:48 +0000 (18:23 +0100)]
code clean and debug
jpbruyere [Sun, 1 Jan 2017 10:24:34 +0000 (11:24 +0100)]
replace Activator.CreateInstance in Instantiator with an Emited NewOjb
jpbruyere [Sun, 1 Jan 2017 09:21:36 +0000 (10:21 +0100)]
caching of recurent reflexion elements
jpbruyere [Sun, 1 Jan 2017 07:46:35 +0000 (08:46 +0100)]
* FileDialog.template:
right pane
* BasicTests.cs:
divers
* OpenTKGameWindow.cs:
sleep removed from update loop
* TemplatedGroup.cs:
replace .clone with quick prop affectations
* Instantiator.cs:
prop less debug
jpbruyere [Fri, 30 Dec 2016 15:23:50 +0000 (16:23 +0100)]
new binding debug and new inherited sizing method
jpbruyere [Tue, 27 Dec 2016 15:20:19 +0000 (16:20 +0100)]
use LogicalParent in binding, debug Parenting and DS changes in several classes
jpbruyere [Sat, 24 Dec 2016 15:48:58 +0000 (16:48 +0100)]
cancel for now reverse template binding and code clean and formating
jpbruyere [Fri, 23 Dec 2016 23:36:27 +0000 (00:36 +0100)]
remove oldDataSource second way bindings
jpbruyere [Fri, 23 Dec 2016 23:05:37 +0000 (00:05 +0100)]
enable two way binding, reverser binding for datasource
jpbruyere [Fri, 23 Dec 2016 14:33:58 +0000 (15:33 +0100)]
Compile style dynamic events
jpbruyere [Fri, 23 Dec 2016 10:08:25 +0000 (11:08 +0100)]
Remove old datasource handler if not null
jpbruyere [Thu, 22 Dec 2016 23:14:39 +0000 (00:14 +0100)]
remove old parent property bindings for templatewq
jpbruyere [Thu, 22 Dec 2016 18:38:49 +0000 (19:38 +0100)]
New property binding, init emitted in ctx.
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Thu, 22 Dec 2016 11:32:16 +0000 (12:32 +0100)]
allow one level of binding outside IML current fragment or file
jpbruyere [Thu, 22 Dec 2016 11:29:10 +0000 (12:29 +0100)]
Add in tree handler at end of parsing just after name resolution
Move several static func for emit in CompilerService class
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IML/BindingDefinition.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Thu, 22 Dec 2016 09:41:50 +0000 (10:41 +0100)]
replace castclass by IsInst when sure it's not null
jpbruyere [Thu, 22 Dec 2016 09:08:15 +0000 (10:08 +0100)]
Template handler binding, name resolution, IsTemplateBinding property in
BindingDefinition class
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IML/BindingDefinition.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Wed, 21 Dec 2016 15:41:07 +0000 (16:41 +0100)]
box valuetype value fetched for init before passing it to convert
jpbruyere [Wed, 21 Dec 2016 15:05:08 +0000 (16:05 +0100)]
binding expression corrections
modifié : Templates/ArrowButTemplate.crow
modifié : Templates/Button.template
modifié : Templates/Spinner.template
modifié : Templates/treeList.crow
jpbruyere [Wed, 21 Dec 2016 15:01:28 +0000 (16:01 +0100)]
Named node resolution, code clean and debug
modifié : Crow.csproj
modifié : src/IML/BindingDefinition.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
modifié : src/ItemTemplate.cs
jpbruyere [Wed, 21 Dec 2016 09:45:51 +0000 (10:45 +0100)]
use class BindingDefinition to store source and target data's
modifié : src/IML/BindingDefinition.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Wed, 21 Dec 2016 09:20:39 +0000 (10:20 +0100)]
BindingDefinition class
jpbruyere [Wed, 21 Dec 2016 09:04:13 +0000 (10:04 +0100)]
code clean and debug
jpbruyere [Wed, 21 Dec 2016 09:00:03 +0000 (10:00 +0100)]
Context.StorePropertyBinding
jpbruyere [Tue, 20 Dec 2016 05:29:46 +0000 (06:29 +0100)]
automatic implicit openrator conversion for class
jpbruyere [Sat, 17 Dec 2016 21:07:18 +0000 (22:07 +0100)]
improve emitCheckAndConvert
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/Instantiator.cs
jpbruyere [Fri, 16 Dec 2016 17:46:22 +0000 (18:46 +0100)]
emitHandlerBinding for oot template
jpbruyere [Fri, 16 Dec 2016 17:27:22 +0000 (18:27 +0100)]
prop less bindings in normal GTobj bindings, generic binding expression splitting function (splitBindingExp)
jpbruyere [Fri, 16 Dec 2016 11:42:59 +0000 (12:42 +0100)]
Code simplification, only 1 cachedDelegates list.
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Thu, 15 Dec 2016 17:32:52 +0000 (18:32 +0100)]
emit bind datasource handler methods
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IML/Context.cs
modifié : src/Instantiator.cs
jpbruyere [Thu, 15 Dec 2016 10:57:05 +0000 (11:57 +0100)]
simplify datasourcechange dynMeth with a helper func in the Instantiator
jpbruyere [Wed, 14 Dec 2016 16:20:54 +0000 (17:20 +0100)]
property less bindings in template handling
jpbruyere [Wed, 14 Dec 2016 00:03:55 +0000 (01:03 +0100)]
Template binding instantiation, dynamic event handler emition.
intermediate save.
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IML/Context.cs
modifié : src/IML/Node.cs
modifié : src/IML/NodeAddress.cs
modifié : src/Instantiator.cs
jpbruyere [Tue, 13 Dec 2016 23:59:29 +0000 (00:59 +0100)]
ParentChanged event in GraphicObject
jpbruyere [Tue, 22 Nov 2016 16:49:16 +0000 (17:49 +0100)]
debug
jpbruyere [Tue, 22 Nov 2016 12:29:32 +0000 (13:29 +0100)]
debug current obj stacking in instantiator
jpbruyere [Tue, 22 Nov 2016 10:32:11 +0000 (11:32 +0100)]
graphic tree binding initializer, set actual value of orig to dest at instantiation time
jpbruyere [Tue, 22 Nov 2016 10:01:58 +0000 (11:01 +0100)]
graphic tree bindings valuechanges implementation
jpbruyere [Sat, 19 Nov 2016 10:16:01 +0000 (11:16 +0100)]
basic datasource binding functional without inititial set value during dschanged
jpbruyere [Fri, 11 Nov 2016 10:15:57 +0000 (11:15 +0100)]
NodeAddress hashcode
jpbruyere [Fri, 11 Nov 2016 10:09:23 +0000 (11:09 +0100)]
new instanciator class without IML.Reader, Context class will handle temorary parsing structures
jpbruyere [Tue, 8 Nov 2016 15:39:31 +0000 (16:39 +0100)]
IML parser wip
jpbruyere [Sat, 5 Nov 2016 08:17:30 +0000 (09:17 +0100)]
IML namespace for Reader
jpbruyere [Fri, 4 Nov 2016 07:56:28 +0000 (08:56 +0100)]
remove old ResolveBinding call, remove IBindable, DataSourceChanged event
jpbruyere [Sat, 22 Oct 2016 12:04:54 +0000 (14:04 +0200)]
File dialog derived from Window, not functional
modifié : Default.style
modifié : Templates/FileDialog.template
nouveau fichier : Tests/Interfaces/Unsorted/testFileDialog.crow
supprimé : Tests/Interfaces/Unsorted/testFileDialog.goml
modifié : Tests/Tests.csproj
modifié : src/GraphicObjects/FileDialog.cs
divers
modifié : src/GraphicObjects/HueSelector.cs
modifié : src/LayoutingQueueItem.cs
jpbruyere [Fri, 21 Oct 2016 22:04:35 +0000 (00:04 +0200)]
debug and test 2 way binding, working ok.
jpbruyere [Fri, 21 Oct 2016 05:11:34 +0000 (07:11 +0200)]
update cursors on layout changes
modifié : src/GraphicObjects/HueSelector.cs
modifié : src/GraphicObjects/SaturationValueSelector.cs
jpbruyere [Fri, 21 Oct 2016 04:18:21 +0000 (06:18 +0200)]
debug
modifié : Templates/ColorPicker.template
modifié : Tests/Interfaces/Divers/colorPicker.crow
copié : src/GraphicObjects/ColorSelector.cs -> src/GraphicObjects/ColorPicker.cs
modifié : src/GraphicObjects/ColorSelector.cs
modifié : src/GraphicObjects/HueSelector.cs
modifié : src/GraphicObjects/SaturationValueSelector.cs
modifié : src/Colors.cs
jpbruyere [Thu, 20 Oct 2016 14:11:40 +0000 (16:11 +0200)]
first test with color in property tab from CrowIDE
modifié : CrowIDE/ui/imlEditor.crow
modifié : Templates/ColorPicker.template
modifié : Tests/Interfaces/Divers/colorPicker.crow
modifié : src/GraphicObjects/ColorPicker.cs
modifié : src/GraphicObjects/ColorSelector.cs
jpbruyere [Thu, 20 Oct 2016 12:48:43 +0000 (14:48 +0200)]
Hex color value
modifié : Templates/ColorPicker.template
modifié : src/GraphicObjects/ColorSelector.cs
jpbruyere [Thu, 20 Oct 2016 12:08:29 +0000 (14:08 +0200)]
code clean and debug
modifié : src/GraphicObjects/ColorSelector.cs
modifié : src/GraphicObjects/SaturationValueSelector.cs
jpbruyere [Thu, 20 Oct 2016 08:22:58 +0000 (10:22 +0200)]
HSV to and from RGBA
modifié : Default.style
modifié : Templates/ColorPicker.template
modifié : src/GraphicObjects/ColorSelector.cs
modifié : src/GraphicObjects/SaturationValueSelector.cs
jpbruyere [Thu, 20 Oct 2016 06:41:00 +0000 (08:41 +0200)]
Hue selector and Saturation/value selector
modifié : Crow.csproj
modifié : Templates/ColorPicker.template
modifié : src/GraphicObjects/ColorSelector.cs
nouveau fichier : src/GraphicObjects/HueSelector.cs
nouveau fichier : src/GraphicObjects/SaturationValueSelector.cs
jpbruyere [Wed, 19 Oct 2016 16:22:30 +0000 (18:22 +0200)]
Basic color picker widget
modifié : Crow.csproj
modifié : CrowIDE/CrowIDE.csproj
nouveau fichier : CrowIDE/Default.style
modifié : Default.style
nouveau fichier : Templates/ColorPicker.template
nouveau fichier : Tests/Interfaces/Divers/colorPicker.crow
nouveau fichier : src/GraphicObjects/ColorPicker.cs
nouveau fichier : src/GraphicObjects/ColorSelector.cs
modifié : Tests/Tests.csproj
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/SolidColor.cs
simplify Alignment
modifié : src/Enums.cs
prevent null background fill
modifié : src/GraphicObjects/GraphicObject.cs
jpbruyere [Tue, 18 Oct 2016 16:09:47 +0000 (18:09 +0200)]
Different temp items in Obj property tab depending on property type
modifié : CrowIDE/CrowIDE.csproj
modifié : CrowIDE/src/MembersView.cs
modifié : CrowIDE/ui/imlEditor.crow
jpbruyere [Tue, 18 Oct 2016 16:07:49 +0000 (18:07 +0200)]
add DataTest property to TemplatedGroup for testing data members in addition to data type
jpbruyere [Tue, 18 Oct 2016 16:03:07 +0000 (18:03 +0200)]
dont try to find covertion methode to object in emitted MSIL
jpbruyere [Tue, 18 Oct 2016 16:02:16 +0000 (18:02 +0200)]
add RegisterLayouting for position when vert or horiz align changed
jpbruyere [Tue, 18 Oct 2016 09:38:37 +0000 (11:38 +0200)]
Merge branch 'master' into CrowIDE
jpbruyere [Mon, 17 Oct 2016 09:17:34 +0000 (11:17 +0200)]
Assebly signature
modifié : Crow.csproj
modifié : Crow.sln
modifié : Properties/AssemblyInfo.cs
nouveau fichier : crow.key
modifié : src/Colors.cs
modifié : src/GraphicObjects/Popper.cs
j-p [Tue, 4 Oct 2016 14:55:37 +0000 (16:55 +0200)]
Inherited dims (#31)
* Implement 'Inherit' measure to reduce bindings load.
modifié : Templates/ArrowButTemplate.crow
modifié : Templates/Button.template
modifié : Templates/CheckBox.template
modifié : Templates/ComboBox.template
modifié : Templates/DirectoryView.template
modifié : Templates/Expandable.template
modifié : Templates/GroupBox.template
modifié : Templates/ListBox.template
modifié : Templates/Menu.template
modifié : Templates/MenuItem.template
modifié : Templates/MessageBox.template
modifié : Templates/Popper.template
modifié : Templates/RadioButton.template
modifié : Templates/ScrollBar.template
modifié : Templates/ScrollingListBox.goml
modifié : Templates/Spinner.template
modifié : Templates/TabItem.template
modifié : Templates/TreeView.template
modifié : Templates/Window.template
modifié : Templates/treeList.crow
modifié : Tests/Interfaces/Container/0.crow
modifié : Tests/Interfaces/TemplatedContainer/testTreeView.crow
modifié : Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
modifié : Tests/Interfaces/TmpExpandable.goml
modifié : Tests/Interfaces/treeList.crow
modifié : Tests/ui/Popper.template
modifié : Tests/ui/tmpWindow.crow
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/Measure.cs
* leave template bindings for sizing in ScrollBar template because
Inherited values are not working.
modifié : Templates/ScrollBar.template
renommé : Tests/Interfaces/TemplatedControl/testScrollbar.goml -> Tests/Interfaces/TemplatedControl/testScrollbar.crow
renommé : Tests/Interfaces/TemplatedControl/testSpinner.goml -> Tests/Interfaces/TemplatedControl/testSpinner.crow
modifié : Tests/Tests.csproj
* update nuspec
jpbruyere [Tue, 4 Oct 2016 06:41:39 +0000 (08:41 +0200)]
work in progress
jpbruyere [Tue, 13 Sep 2016 16:37:42 +0000 (18:37 +0200)]
move recurent reflexion to static in CompilerServices
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IMLReader.cs
jpbruyere [Tue, 13 Sep 2016 12:44:26 +0000 (14:44 +0200)]
Merge improvements from CrowIDE
modifié : Templates/DirectoryView.template
modifié : Templates/Menu.template
modifié : Templates/MenuItem.template
modifié : Templates/Window.template
modifié : Tests/Interfaces/Divers/0.crow
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/ExtensionsMethods.cs
modifié : src/GraphicObjects/DirectoryView.cs
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/GraphicObjects/Group.cs
modifié : src/GraphicObjects/TreeView.cs
modifié : src/GraphicObjects/Wrapper.cs
modifié : src/IMLReader.cs
modifié : src/Interface.cs
modifié : src/ItemTemplate.cs
modifié : src/LayoutingQueueItem.cs
modifié : src/Measure.cs
modifié : src/Point.cs
jpbruyere [Tue, 13 Sep 2016 09:55:49 +0000 (11:55 +0200)]
test already registeredLayouting at the beginning of RegisterForLayouting
jpbruyere [Tue, 13 Sep 2016 09:46:07 +0000 (11:46 +0200)]
simplified SizePolicy check
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/Measure.cs
jpbruyere [Sun, 11 Sep 2016 10:33:18 +0000 (12:33 +0200)]
appveyor test
jpbruyere [Sun, 11 Sep 2016 10:29:55 +0000 (12:29 +0200)]
appveyor test
jpbruyere [Fri, 9 Sep 2016 16:38:04 +0000 (18:38 +0200)]
Move recurent Reflexion items to static in CompilerServices
modifié : src/CompilerServices/CompilerServices.cs
jpbruyere [Tue, 6 Sep 2016 16:34:48 +0000 (18:34 +0200)]
+ visibility does not work, removed
jpbruyere [Tue, 6 Sep 2016 15:55:41 +0000 (17:55 +0200)]
rebase master
j-p [Tue, 6 Sep 2016 14:52:57 +0000 (16:52 +0200)]
Merge pull request #30 from jpbruyere/TreeViewItemAsTemplatedGroup
Tree view and list as templated group, templatedGroup will hold data handling
jpbruyere [Tue, 6 Sep 2016 11:42:33 +0000 (13:42 +0200)]
remove selected item handling (moved into TemplatedGroup)
modifié : src/GraphicObjects/TreeView.cs
renames
modifié : src/ItemTemplate.cs
jpbruyere [Sun, 4 Sep 2016 16:41:04 +0000 (18:41 +0200)]
Derive ListBox from TemplatedGroup
Move Data List handling and selection in TemplatedGroup
modifié : Templates/ComboBox.template
modifié : Templates/ListBox.template
modifié : Templates/ScrollingListBox.goml
modifié : Templates/TreeView.template
modifié : Templates/treeList.crow
modifié : Tests/BasicTests.cs
modifié : Tests/Interfaces/TemplatedContainer/testTreeView.crow
modifié : Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
modifié : src/GraphicObjects/ListBox.cs
modifié : src/GraphicObjects/MenuItem.cs
modifié : src/GraphicObjects/TemplatedControl.cs
modifié : src/GraphicObjects/TemplatedGroup.cs
modifié : src/GraphicObjects/TreeView.cs
modifié : src/IMLReader.cs
modifié : src/ItemTemplate.cs
jpbruyere [Fri, 2 Sep 2016 10:47:13 +0000 (12:47 +0200)]
update appveyor
jpbruyere [Fri, 2 Sep 2016 10:44:36 +0000 (12:44 +0200)]
rename Root to CurrentDirectory, et CurrentDirectory to
FileSystemEntries
modifié : CrowIDE/ui/imlEditor.crow
modifié : Templates/DirectoryView.template
modifié : Tests/Interfaces/Divers/0.crow
modifié : src/GraphicObjects/DirectoryView.cs
thiner menu
modifié : Templates/Menu.template
modifié : Templates/MenuItem.template
jpbruyere [Tue, 23 Aug 2016 09:21:35 +0000 (11:21 +0200)]
adapt when DEBUG_LAYOUTING not set
jpbruyere [Mon, 22 Aug 2016 19:57:39 +0000 (21:57 +0200)]
Move Debug LQIs lists to CurrentInterface
LQIs visualizer
ItemTemplate expandable may use 'self' keywork
modifié : CrowIDE/CrowIDE.csproj
modifié : CrowIDE/src/CrowIDE.cs
nouveau fichier : CrowIDE/src/Extensions.cs
modifié : CrowIDE/src/ImlVisualEditor.cs
nouveau fichier : CrowIDE/ui/LQIsExplorer.crow
nouveau fichier : CrowIDE/ui/bindingExpITemp.crow
nouveau fichier : CrowIDE/ui/bindingExplorer.crow
modifié : Templates/DirectoryView.template
modifié : Templates/Window.template
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/GraphicObjects/Wrapper.cs
modifié : src/Interface.cs
modifié : src/ItemTemplate.cs
modifié : src/LayoutingQueueItem.cs
jpbruyere [Mon, 22 Aug 2016 11:41:50 +0000 (13:41 +0200)]
search extension methods for expand delegate
move recurent MemberInfo to global static.
modifié : src/CompilerServices/CompilerServices.cs
modifié : src/IMLReader.cs
modifié : src/ItemTemplate.cs
jpbruyere [Mon, 22 Aug 2016 05:10:38 +0000 (07:10 +0200)]
adapt child layout register on group size change depending on units of child measure, change visible state change logic in go
jpbruyere [Tue, 16 Aug 2016 04:30:37 +0000 (06:30 +0200)]
* CrowIDE.csproj, imlEditor.crow, MembersView.cs, ImlVisualEditor.cs, MembersView.template:
MembersView
* ListBox.cs:
check data baseTypes before choosing default itemTemplate