]> O.S.I.I.S - jp/crow.git/log
jp/crow.git
9 years agoDEBUG_LAYOUTING:save every LQI in GraphicObjects for further analysis
jpbruyere [Thu, 4 Aug 2016 22:59:24 +0000 (00:59 +0200)]
DEBUG_LAYOUTING:save every LQI in GraphicObjects for further analysis
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/LayoutingQueueItem.cs

9 years agoUpdate README.md
j-p [Thu, 4 Aug 2016 20:32:55 +0000 (22:32 +0200)]
Update README.md

9 years agoupdate readme 14/head
jpbruyere [Thu, 4 Aug 2016 20:23:13 +0000 (22:23 +0200)]
update readme

9 years agotry travis trusty, for easy cil lib binding
jpbruyere [Thu, 4 Aug 2016 18:49:30 +0000 (20:49 +0200)]
try travis trusty, for easy cil lib binding

9 years agoupdate travis config
jpbruyere [Thu, 4 Aug 2016 18:25:38 +0000 (20:25 +0200)]
update travis config

9 years agoLayouting DiscardQueue with MaxDiscardCount
jpbruyere [Thu, 4 Aug 2016 17:48:05 +0000 (19:48 +0200)]
Layouting DiscardQueue with MaxDiscardCount
modifié :         src/Interface.cs
modifié :         src/LayoutingQueueItem.cs

modifié :         src/GraphicObjects/ListBox.cs

9 years agoSet regLayout.ALL to new object to prevent queuing in layout or
jpbruyere [Thu, 4 Aug 2016 13:45:02 +0000 (15:45 +0200)]
Set regLayout.ALL to new object to prevent queuing in layout or
drawing, set to regLayout.None just before adding parent
LayoutingTries moved into LQI

9 years ago* Tests.csproj:
jpbruyere [Thu, 4 Aug 2016 11:12:30 +0000 (13:12 +0200)]
* Tests.csproj:
* BasicTests.cs:
* TreeView.crow:
* welcome.crow:
* test4.crow:
* testWindow2.goml:
* testTreeView.crow:
* testDirViewer.crow: update tests

* Interface.cs:
* OpenTKGameWindow.cs: perf measures

* IMLStream.cs: datas prop

* TemplatedControl.cs: ItemTemplate

* ListBox.cs: thread sync

nouveau fichier : Tests/test.style

9 years agoItemTemplate xml element implementation
jpbruyere [Wed, 3 Aug 2016 12:21:19 +0000 (14:21 +0200)]
ItemTemplate xml element implementation
nouveau fichier : Tests/Interfaces/Unsorted/testItemTemplateTag.crow
modifié :         Tests/Tests.csproj
modifié :         src/GraphicObjects/ListBox.cs
modifié :         src/GraphicObjects/TemplatedControl.cs
modifié :         src/IMLStream.cs

9 years agoIMLStream
jpbruyere [Wed, 3 Aug 2016 10:37:04 +0000 (12:37 +0200)]
IMLStream

9 years agodebug.print only when debugging binding
jpbruyere [Wed, 3 Aug 2016 10:07:32 +0000 (12:07 +0200)]
debug.print only when debugging binding

9 years agoremove GtkSharp dep that comes with mono, add .config to point to
jpbruyere [Wed, 3 Aug 2016 09:54:27 +0000 (11:54 +0200)]
remove GtkSharp dep that comes with mono, add .config to point to
correct lib files depending on os
modifié :         Crow.OpenTK.nuspec
modifié :         Crow.csproj
nouveau fichier : Crow.dll.config
modifié :         Tests/Tests.csproj

9 years agoupdate tests
jpbruyere [Wed, 3 Aug 2016 09:23:09 +0000 (11:23 +0200)]
update tests

9 years agoremove image property, set img as fixed in template
jpbruyere [Wed, 3 Aug 2016 09:16:56 +0000 (11:16 +0200)]
remove image property, set img as fixed in template
modifié :         Templates/CheckBox.goml
modifié :         Templates/RadioButton.goml
modifié :         src/GraphicObjects/CheckBox.cs
debug
modifié :         Templates/MessageBox.goml
Deep clone
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/GraphicObjects/Group.cs
Deep clone and code clean
modifié :         src/GraphicObjects/PrivateContainer.cs
modifié :         src/GraphicObjects/RadioButton.cs

9 years agodebug sync threading
jpbruyere [Wed, 3 Aug 2016 02:27:17 +0000 (04:27 +0200)]
debug sync threading

9 years agotreaded listbox
jpbruyere [Wed, 3 Aug 2016 00:28:00 +0000 (02:28 +0200)]
treaded listbox

9 years agono constraint for child positionning in container, because if Fit but
jpbruyere [Tue, 2 Aug 2016 11:25:25 +0000 (13:25 +0200)]
no constraint for child positionning in container, because if Fit but
size = minSize, child has to be positionned.

modifié :         src/GraphicObjects/PrivateContainer.cs

9 years agodebug combo: ';' instead of ','
jpbruyere [Tue, 2 Aug 2016 00:10:02 +0000 (02:10 +0200)]
debug combo:  ';' instead of ','

9 years agotest stacking orientation for contentSize of stack adjustments
jpbruyere [Tue, 2 Aug 2016 00:09:03 +0000 (02:09 +0200)]
test stacking orientation for contentSize of stack adjustments

9 years agoMerge pull request #13 from jpbruyere/UpdateQueuingReview
j-p [Mon, 1 Aug 2016 22:25:42 +0000 (00:25 +0200)]
Merge pull request #13 from jpbruyere/UpdateQueuingReview

Update queuing review and styling debug

9 years agoDebug contentSize for Stack when stack sizing policy changed. 13/head
jpbruyere [Mon, 1 Aug 2016 22:06:25 +0000 (00:06 +0200)]
Debug contentSize for Stack when stack sizing policy changed.
modifié :         src/GraphicObjects/GraphicObject.cs
queue drawing without layouting when not required
modifié :         src/GraphicObjects/Label.cs

9 years agoShow xml file path for exceptions during loading.
jpbruyere [Mon, 1 Aug 2016 22:04:28 +0000 (00:04 +0200)]
Show xml file path for exceptions during loading.
modifié :         src/Interface.cs

9 years agoQyery position layouting in all not stretched conditions
jpbruyere [Mon, 1 Aug 2016 22:00:47 +0000 (00:00 +0200)]
Qyery position layouting in all not stretched conditions

modifié :         src/GraphicObjects/PrivateContainer.cs

9 years agoDont use Fit property, it override Width and Height styling for more
jpbruyere [Mon, 1 Aug 2016 21:55:29 +0000 (23:55 +0200)]
Dont use Fit property, it override Width and Height styling for more
specific styleKey.
modifié :         Default.style

9 years agouse RegisterForRedraw when applicable
jpbruyere [Mon, 1 Aug 2016 11:50:55 +0000 (13:50 +0200)]
use RegisterForRedraw when applicable

9 years agojust query repaint for visible state
jpbruyere [Mon, 1 Aug 2016 11:19:41 +0000 (13:19 +0200)]
just query repaint for visible state

9 years agoImprove update queuing
jpbruyere [Mon, 1 Aug 2016 10:45:27 +0000 (12:45 +0200)]
Improve update queuing
modifié :         src/GraphicObjects/GenericStack.cs
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/GraphicObjects/Group.cs
modifié :         src/GraphicObjects/Label.cs
modifié :         src/GraphicObjects/ListBox.cs
modifié :         src/GraphicObjects/TabView.cs
modifié :         src/Interface.cs
modifié :         src/StyleReader.cs

tests updates
modifié :         Tests/BasicTests.cs
modifié :         Tests/Interfaces/Divers/testWindow.goml
modifié :         Tests/Interfaces/Divers/welcome.crow
modifié :         Tests/Interfaces/Expandable/0.crow
renommé :         Tests/Interfaces/Nouveau dossier/test4.1.crow -> Tests/Interfaces/Unsorted/test4.1.crow
renommé :         Tests/Interfaces/Nouveau dossier/test4.crow -> Tests/Interfaces/Unsorted/test4.crow
renommé :         Tests/Interfaces/Nouveau dossier/test6.crow -> Tests/Interfaces/Unsorted/test6.crow
renommé :         Tests/Interfaces/Nouveau dossier/testColorList.crow -> Tests/Interfaces/Unsorted/testColorList.crow
renommé :         Tests/Interfaces/Nouveau dossier/testDirViewer.crow -> Tests/Interfaces/Unsorted/testDirViewer.crow
renommé :         Tests/Interfaces/Nouveau dossier/testFileDialog.goml -> Tests/Interfaces/Unsorted/testFileDialog.goml
renommé :         Tests/Interfaces/Nouveau dossier/testImage.crow -> Tests/Interfaces/Unsorted/testImage.crow
renommé :         Tests/Interfaces/Nouveau dossier/testLabel.crow -> Tests/Interfaces/Unsorted/testLabel.crow
renommé :         Tests/Interfaces/Nouveau dossier/testMsgBox.crow -> Tests/Interfaces/Unsorted/testMsgBox.crow
renommé :         Tests/Interfaces/Nouveau dossier/testOutOfClipUpdate.crow -> Tests/Interfaces/Unsorted/testOutOfClipUpdate.crow
renommé :         Tests/Interfaces/Nouveau dossier/testRadioButton2.crow -> Tests/Interfaces/Unsorted/testRadioButton2.crow
renommé :         Tests/Interfaces/Nouveau dossier/testTabView.crow -> Tests/Interfaces/Unsorted/testTabView.crow
renommé :         Tests/Interfaces/Nouveau dossier/testTreeView.crow -> Tests/Interfaces/Unsorted/testTreeView.crow
renommé :         Tests/Interfaces/Nouveau dossier/testTypeViewer.goml -> Tests/Interfaces/Unsorted/testTypeViewer.goml
modifié :         Tests/Tests.csproj

9 years agoadd fixed width and height to default win style.
jpbruyere [Mon, 1 Aug 2016 07:44:59 +0000 (09:44 +0200)]
add fixed width and height to default win style.
modifié :         Default.style

Remove redundant drawing Queue (redrawingList)
modifié :         src/GraphicObjects/GenericStack.cs
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/GraphicObjects/Grid.cs
modifié :         src/GraphicObjects/TabView.cs
modifié :         src/Interface.cs

9 years agostyle key
jpbruyere [Sun, 31 Jul 2016 11:25:05 +0000 (13:25 +0200)]
style key

9 years agoMerge branch 'StylingImprovments'
jpbruyere [Sun, 31 Jul 2016 10:29:20 +0000 (12:29 +0200)]
Merge branch 'StylingImprovments'

9 years agoupdate basic tests 12/head
jpbruyere [Sun, 31 Jul 2016 10:08:15 +0000 (12:08 +0200)]
update basic tests

9 years agoStyle attribute in xml, add default value loader style key.
jpbruyere [Sun, 31 Jul 2016 10:02:14 +0000 (12:02 +0200)]
Style attribute in xml, add default value loader style key.
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/Interface.cs

9 years agocreate Default.style, remove Styles directory
jpbruyere [Sun, 31 Jul 2016 09:22:43 +0000 (11:22 +0200)]
create Default.style, remove Styles directory

9 years agochange style values from string to object to be able to store dynMehods
jpbruyere [Sat, 30 Jul 2016 17:45:38 +0000 (19:45 +0200)]
change style values from string to object to be able to store dynMehods
modifié :         src/CompilerServices/CompilerServices.cs
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/Interface.cs
modifié :         src/StyleReader.cs

9 years agoremoved old applyStyle
jpbruyere [Sat, 30 Jul 2016 17:41:21 +0000 (19:41 +0200)]
removed old applyStyle
modifié :         src/GraphicObjects/GraphicObject.cs

9 years agocumulative styling
jpbruyere [Sat, 30 Jul 2016 15:01:40 +0000 (17:01 +0200)]
cumulative styling

9 years agobasic styling ok, need handler and expression now.
jpbruyere [Sat, 30 Jul 2016 13:32:52 +0000 (15:32 +0200)]
basic styling ok, need handler and expression now.

9 years agoreplace ';' separator between members by ',' and set '.' as decimal mark in files
jpbruyere [Sat, 30 Jul 2016 10:42:25 +0000 (12:42 +0200)]
replace ';' separator between members by ',' and set '.' as decimal mark in files

9 years agoremove style attributes, add ';' to style files line ending, new style parser
jpbruyere [Sat, 30 Jul 2016 08:00:02 +0000 (10:00 +0200)]
remove style attributes, add ';' to style files line ending, new style parser

9 years agoremove os test for config path building, resolve windows bug
jpbruyere [Sat, 30 Jul 2016 07:53:42 +0000 (09:53 +0200)]
remove os test for config path building, resolve windows bug

9 years agoadd custom execute command, because and are not resolved in default execute process
jp [Sat, 30 Jul 2016 07:48:54 +0000 (09:48 +0200)]
add custom execute command, because  and  are not resolved in default execute process

9 years agoMerge pull request #11 from jpbruyere/appveyor
j-p [Fri, 29 Jul 2016 19:51:05 +0000 (21:51 +0200)]
Merge pull request #11 from jpbruyere/appveyor

compilation on Appveyor OK

9 years agoappveyor tests 11/head
Your Name [Fri, 29 Jul 2016 17:49:24 +0000 (19:49 +0200)]
appveyor tests

9 years agoappveyor tests
Your Name [Fri, 29 Jul 2016 17:44:52 +0000 (19:44 +0200)]
appveyor tests

9 years agoappveyor tests
Your Name [Fri, 29 Jul 2016 17:39:33 +0000 (19:39 +0200)]
appveyor tests

9 years agoappveyor tests
Your Name [Fri, 29 Jul 2016 17:34:04 +0000 (19:34 +0200)]
appveyor tests

9 years agoappveyor tests
Your Name [Fri, 29 Jul 2016 17:24:26 +0000 (19:24 +0200)]
appveyor tests

9 years agolist dir struct
jpbruyere [Fri, 29 Jul 2016 17:20:32 +0000 (19:20 +0200)]
list dir struct

9 years agoMerge pull request #9 from jpbruyere/appveyor
j-p [Wed, 27 Jul 2016 14:53:29 +0000 (16:53 +0200)]
Merge pull request #9 from jpbruyere/appveyor

Appveyor tests merge

9 years agouse GtkSharp 3.1 9/head
jp [Wed, 27 Jul 2016 14:47:25 +0000 (16:47 +0200)]
use GtkSharp 3.1

9 years agoremove test tm dir
JP Bruyère [Mon, 25 Jul 2016 13:07:56 +0000 (15:07 +0200)]
remove test tm dir

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:36:49 +0000 (10:36 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:32:56 +0000 (10:32 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:31:23 +0000 (10:31 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:20:08 +0000 (10:20 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:16:32 +0000 (10:16 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 08:00:00 +0000 (10:00 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 07:46:52 +0000 (09:46 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 07:39:01 +0000 (09:39 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 07:37:18 +0000 (09:37 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 07:33:43 +0000 (09:33 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 07:26:46 +0000 (09:26 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:48:42 +0000 (08:48 +0200)]
appveyor test

9 years agoappveyor test, removed c#6 feature
jp [Mon, 25 Jul 2016 06:47:14 +0000 (08:47 +0200)]
appveyor test, removed c#6 feature

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:41:04 +0000 (08:41 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:39:12 +0000 (08:39 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:35:42 +0000 (08:35 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:21:22 +0000 (08:21 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 06:00:44 +0000 (08:00 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:57:13 +0000 (07:57 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:56:07 +0000 (07:56 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:54:21 +0000 (07:54 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:49:00 +0000 (07:49 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:43:07 +0000 (07:43 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:35:27 +0000 (07:35 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:34:04 +0000 (07:34 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:33:12 +0000 (07:33 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:32:12 +0000 (07:32 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:31:10 +0000 (07:31 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:29:21 +0000 (07:29 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:27:16 +0000 (07:27 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:25:54 +0000 (07:25 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:23:37 +0000 (07:23 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:21:29 +0000 (07:21 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:19:50 +0000 (07:19 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:19:09 +0000 (07:19 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:18:29 +0000 (07:18 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 05:06:06 +0000 (07:06 +0200)]
appveyor test

9 years agoappveyor test
jp [Mon, 25 Jul 2016 04:51:10 +0000 (06:51 +0200)]
appveyor test

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:56:20 +0000 (19:56 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:38:58 +0000 (19:38 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:32:51 +0000 (19:32 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:24:23 +0000 (19:24 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:24:15 +0000 (19:24 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:08:09 +0000 (19:08 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:07:23 +0000 (19:07 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 17:04:36 +0000 (19:04 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 16:55:57 +0000 (18:55 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 16:53:32 +0000 (18:53 +0200)]
test appveyor with Mono targetFramework in csproj

9 years agotest appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 16:49:49 +0000 (18:49 +0200)]
test appveyor with Mono targetFramework in csproj