]> O.S.I.I.S - jp/crow.git/log
jp/crow.git
9 years ago prevent expand delegate in Trees to refetch datas if data is already set
jpbruyere [Tue, 16 Aug 2016 01:02:59 +0000 (03:02 +0200)]
prevent expand delegate in Trees to refetch datas if data is already set

9 years ago iml source handling, mouse hover in imlVE
jpbruyere [Mon, 15 Aug 2016 18:54:15 +0000 (20:54 +0200)]
iml source handling, mouse hover in imlVE

9 years ago * Crow.sln, test.crow, CrowIDE.csproj, CrowIDE.cs, imlEditor.crow, TreeView.cs,...
jpbruyere [Mon, 15 Aug 2016 14:34:17 +0000 (16:34 +0200)]
* Crow.sln, test.crow, CrowIDE.csproj, CrowIDE.cs, imlEditor.crow, TreeView.cs, DirectoryView.cs:
  basic IML loading into imlVE interface

* ImlVisualEditor.cs:
  basic IML loading into veIface

* CompilerServices.cs:
  CurrentInterface as public

* GraphicObject.cs:
  RegisterForRedraw as virtual

9 years agoCrowIDE project creation
jpbruyere [Sun, 14 Aug 2016 19:39:08 +0000 (21:39 +0200)]
CrowIDE project creation

9 years agoMerge pull request #29 from jpbruyere/TemplatedGroup
j-p [Thu, 1 Sep 2016 11:22:56 +0000 (13:22 +0200)]
Merge pull request #29 from jpbruyere/TemplatedGroup

Templated group, proportional splitter, menus

9 years agoupdate tests 28/head 29/head
jpbruyere [Thu, 1 Sep 2016 10:43:21 +0000 (12:43 +0200)]
update tests

9 years agodebug splitter for stretched item (min max size check)
jpbruyere [Thu, 1 Sep 2016 09:20:54 +0000 (11:20 +0200)]
debug splitter for stretched item (min max size check)

9 years ago proportional size spliter.
jpbruyere [Thu, 1 Sep 2016 02:38:22 +0000 (04:38 +0200)]
proportional size spliter.

9 years ago debug mouse leave, move recursive test back into interface instead of go.MouseLeave
jpbruyere [Wed, 31 Aug 2016 10:26:16 +0000 (12:26 +0200)]
debug mouse leave, move recursive test back into interface instead of go.MouseLeave
Menu IsOpen handling
MenuItem Open and Close events

9 years ago debug mouse focus
jpbruyere [Tue, 30 Aug 2016 11:18:21 +0000 (13:18 +0200)]
debug mouse focus

9 years agorename propless bind Orientation=>PopDirection in menu, update examples
jpbruyere [Tue, 23 Aug 2016 08:31:14 +0000 (10:31 +0200)]
rename propless bind Orientation=>PopDirection in menu, update examples

9 years agoset sender of mouse leave to widget loosing mouse
jpbruyere [Mon, 22 Aug 2016 21:13:49 +0000 (23:13 +0200)]
set sender of mouse leave to widget loosing mouse

9 years agosome TODO:
jpbruyere [Sun, 21 Aug 2016 07:25:54 +0000 (09:25 +0200)]
some TODO:

9 years agoMenuItem execute
jpbruyere [Sat, 20 Aug 2016 18:02:22 +0000 (20:02 +0200)]
MenuItem execute

9 years agoCommand class creation
jpbruyere [Sat, 20 Aug 2016 16:58:31 +0000 (18:58 +0200)]
Command class creation

9 years agoCan't pop is no submenu on node
jpbruyere [Sat, 20 Aug 2016 15:40:01 +0000 (17:40 +0200)]
Can't pop is no submenu on node
modifié :         Templates/MenuItem.template
modifié :         src/GraphicObjects/MenuItem.cs
  add CanPop property
modifié :         src/GraphicObjects/Popper.cs
  add 'HasChildren' propertyless binding
modifié :         src/GraphicObjects/TemplatedGroup.cs

9 years agoMenu and MenuItem classes, templates, styles and tests
jpbruyere [Fri, 19 Aug 2016 20:44:48 +0000 (22:44 +0200)]
Menu and MenuItem classes, templates, styles and tests
modifié :         Crow.csproj
modifié :         Default.style
modifié :         Style.cs
nouveau fichier : Templates/Menu.template
nouveau fichier : Templates/MenuItem.template
modifié :         Tests/Interfaces/TemplatedGroup/0.crow
nouveau fichier : Tests/Interfaces/TemplatedGroup/1.crow
nouveau fichier : Tests/Interfaces/TemplatedGroup/2.crow
modifié :         Tests/Tests.csproj
nouveau fichier : src/GraphicObjects/Menu.cs
nouveau fichier : src/GraphicObjects/MenuItem.cs
modifié :         src/GraphicObjects/TemplatedGroup.cs

9 years agoresolve bug popper content childs not arranged if top container is Stack
jpbruyere [Fri, 19 Aug 2016 07:57:17 +0000 (09:57 +0200)]
resolve bug popper content childs not arranged if top container is Stack

9 years agotests reorganization
jpbruyere [Thu, 18 Aug 2016 15:26:50 +0000 (17:26 +0200)]
tests reorganization
modifié :         Crow.csproj
modifié :         Tests/BasicTests.cs
renommé :         Tests/Interfaces/Expandable/0.crow -> Tests/Interfaces/TemplatedContainer/0.crow
renommé :         Tests/Interfaces/Expandable/6.crow -> Tests/Interfaces/TemplatedContainer/6.crow
renommé :         Tests/Interfaces/Expandable/7.crow -> Tests/Interfaces/TemplatedContainer/7.crow
renommé :         Tests/Interfaces/Divers/testDirViewer2.crow -> Tests/Interfaces/TemplatedContainer/testDirViewer2.crow
renommé :         Tests/Interfaces/Divers/testGroupBox.crow -> Tests/Interfaces/TemplatedContainer/testGroupBox.crow
renommé :         Tests/Interfaces/Divers/testMsgBox.crow -> Tests/Interfaces/TemplatedContainer/testMsgBox.crow
renommé :         Tests/Interfaces/Divers/testPopper.crow -> Tests/Interfaces/TemplatedContainer/testPopper.crow
renommé :         Tests/Interfaces/Divers/testTabView.crow -> Tests/Interfaces/TemplatedContainer/testTabView.crow
renommé :         Tests/Interfaces/Divers/testTreeView.crow -> Tests/Interfaces/TemplatedContainer/testTreeView.crow
renommé :         Tests/Interfaces/Divers/testWindow.goml -> Tests/Interfaces/TemplatedContainer/testWindow.goml
renommé :         Tests/Interfaces/Divers/testWindow2.goml -> Tests/Interfaces/TemplatedContainer/testWindow2.goml
renommé :         Tests/Interfaces/Divers/testWindow3.goml -> Tests/Interfaces/TemplatedContainer/testWindow3.goml
renommé :         Tests/Interfaces/Divers/test_Listbox.crow -> Tests/Interfaces/TemplatedContainer/test_Listbox.crow
renommé :         Tests/Interfaces/Divers/testButton.crow -> Tests/Interfaces/TemplatedControl/testButton.crow
renommé :         Tests/Interfaces/Divers/testCheckbox.crow -> Tests/Interfaces/TemplatedControl/testCheckbox.crow
renommé :         Tests/Interfaces/Divers/testCombobox.crow -> Tests/Interfaces/TemplatedControl/testCombobox.crow
renommé :         Tests/Interfaces/Divers/testItemTemplateTag.crow -> Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
renommé :         Tests/Interfaces/Divers/testRadioButton.crow -> Tests/Interfaces/TemplatedControl/testRadioButton.crow
renommé :         Tests/Interfaces/Divers/testScrollbar.goml -> Tests/Interfaces/TemplatedControl/testScrollbar.goml
renommé :         Tests/Interfaces/Divers/testSpinner.goml -> Tests/Interfaces/TemplatedControl/testSpinner.goml
modifié :         Tests/Tests.csproj
modifié :         src/GraphicObjects/Expandable.cs
modifié :         src/GraphicObjects/Group.cs

TemplatedGroup class
nouveau fichier : src/GraphicObjects/TemplatedGroup.cs
nouveau fichier : Tests/Interfaces/TemplatedGroup/0.crow
modifié :         src/IMLReader.cs

9 years agoupdate Crow.dll.config v0.4
jpbruyere [Thu, 25 Aug 2016 11:19:39 +0000 (13:19 +0200)]
update Crow.dll.config

9 years agomove Style.cs in src/
jpbruyere [Tue, 23 Aug 2016 15:49:46 +0000 (17:49 +0200)]
move Style.cs in src/

9 years agoupdate tests, test disable control
jpbruyere [Thu, 18 Aug 2016 08:52:41 +0000 (10:52 +0200)]
update tests, test disable control
modifié :         Tests/Interfaces/Divers/0.crow
copié :           Tests/Interfaces/Divers/4.crow -> Tests/Interfaces/Divers/3.crow
modifié :         Tests/Interfaces/Divers/4.crow
nouveau fichier : Tests/Interfaces/Divers/testDisable.crow
modifié :         Tests/Tests.csproj
modifié :         Tests/test.style
code clean and comments
modifié :         Tests/OpenTKGameWindow.cs
modifié :         src/GraphicObjects/TemplatedControl.cs

9 years ago isDisabled handling
jpbruyere [Wed, 17 Aug 2016 12:09:01 +0000 (14:09 +0200)]
isDisabled handling

9 years agoupdate readme
jpbruyere [Tue, 16 Aug 2016 15:10:56 +0000 (17:10 +0200)]
update readme

9 years agoclean test files
jpbruyere [Tue, 16 Aug 2016 14:40:34 +0000 (16:40 +0200)]
clean test files

9 years agoCorrect bug 'Instanciing from code instead of IML'
jpbruyere [Tue, 16 Aug 2016 13:23:34 +0000 (15:23 +0200)]
Correct bug 'Instanciing from code instead of IML'
set currentInterface to default one if null
modifié :         Crow.OpenTK.nuspec
modifié :         src/CompilerServices/CompilerServices.cs
modifié :         src/GraphicObjects/Container.cs
modifié :         src/GraphicObjects/GraphicObject.cs
modifié :         src/GraphicObjects/PrivateContainer.cs
modifié :         src/GraphicObjects/TemplatedControl.cs
modifié :         src/Interface.cs

9 years agoMerge pull request #19 from jpbruyere/TemplatesPathes
j-p [Mon, 15 Aug 2016 18:55:55 +0000 (20:55 +0200)]
Merge pull request #19 from jpbruyere/TemplatesPathes

Default Templates searched among resources finishing with .template
Textbox and label debug
Keyboard repeat
Double click
Wrapper

9 years agoCurrentInterface in GraphicObject base 19/head
jpbruyere [Sun, 14 Aug 2016 23:49:35 +0000 (01:49 +0200)]
CurrentInterface in GraphicObject base

9 years ago adjusting stroke position to have sharper lines, ClipToClientRect property
jpbruyere [Sun, 14 Aug 2016 13:07:08 +0000 (15:07 +0200)]
adjusting stroke position to have sharper lines, ClipToClientRect property

9 years ago * Crow.csproj, XCursor.cs, Interface.cs, ibeam:
jpbruyere [Sun, 14 Aug 2016 04:43:59 +0000 (06:43 +0200)]
* Crow.csproj, XCursor.cs, Interface.cs, ibeam:
  text xcursor

* Window.template, Expandable.template, TabView.cs, 0.crow:
  divers

* ExtensionsMethods.cs, CairoHelpers.cs, Border.cs:
  stroke better alignment, should be reworked for different width

* Label.cs:
  text xcursor, selection rectangles adjustments

* Window.cs:
  Maximize

9 years ago * 0.crow, 1.crow, 2.crow, 5.crow, 7.crow:
jpbruyere [Sun, 14 Aug 2016 01:45:57 +0000 (03:45 +0200)]
* 0.crow, 1.crow, 2.crow, 5.crow, 7.crow:
  tests

* GraphicObject.cs:
  enabled, code clean and naming conventions

* Label.cs, TextBox.cs:
  debug

* Interface.cs:
  keyboard repeat

9 years ago modularize
jpbruyere [Sat, 13 Aug 2016 13:48:51 +0000 (15:48 +0200)]
modularize

9 years agodouble click
jpbruyere [Sat, 13 Aug 2016 13:47:18 +0000 (15:47 +0200)]
double click

9 years ago wrapper debug and test
jpbruyere [Sat, 13 Aug 2016 13:45:46 +0000 (15:45 +0200)]
wrapper debug and test

9 years ago allow wrapper to fit in the opposite direction of the orientation
jpbruyere [Sat, 13 Aug 2016 02:07:52 +0000 (04:07 +0200)]
allow wrapper to fit in the opposite direction of the orientation

9 years ago wrapper widget
jpbruyere [Sat, 13 Aug 2016 00:13:22 +0000 (02:13 +0200)]
wrapper widget

9 years agodefault template searched in embedded resources with .template extension
jpbruyere [Fri, 12 Aug 2016 15:17:05 +0000 (17:17 +0200)]
default template searched in embedded resources with .template extension

9 years ago * Default.style, Instantiator.cs, MessageBox.goml, ScrollBar.cs, GenericStack.cs...
jpbruyere [Fri, 12 Aug 2016 13:46:38 +0000 (15:46 +0200)]
* Default.style, Instantiator.cs, MessageBox.goml, ScrollBar.cs, GenericStack.cs, GraphicObject.cs:
  debug, codeclean, slot height and width test in Paint to prevent surface creation hang

* Splitter.cs:
  splitter debug

9 years ago * Crow.csproj, Default.style, button.svg, buttest.svg, buttest2.svg, buttest4.svg...
jpbruyere [Fri, 12 Aug 2016 01:37:29 +0000 (03:37 +0200)]
* Crow.csproj, Default.style, button.svg, buttest.svg, buttest2.svg, buttest4.svg, 0.crow:
  test and divers

* DirectoryView.cs:
  SelectedItem property

* GraphicObject.cs:
  Style class, EventInfo in styles

* Group.cs:
  lock children

* Popper.cs:
  alignment = top left, simple unpop on mouse leave, no additional tests

* Spinner.cs:
  ctor order

* TabView.cs:
  code clean

* Window.cs:
  movable

* Style.cs, Interface.cs:
  Style class

* StyleReader.cs:
  parser exception, debug expression parsing

* Button.crow, Popper.goml, TabItem.crow, CheckBox.goml, Expandable.goml, MessageBox.goml, RadioButton.goml, ScrollingListBox.goml:
  templating

* TreeView.crow:
  scrollbar

* 1.crow:
  showcase

* test.style, Tests.csproj, CheckBox2.imlt:
  tests

9 years ago modifié : README.md
jpbruyere [Thu, 11 Aug 2016 02:55:22 +0000 (04:55 +0200)]
modifié :         README.md

9 years agoMerge pull request #18 from jpbruyere/BindingImprovement
j-p [Thu, 11 Aug 2016 02:20:36 +0000 (04:20 +0200)]
Merge pull request #18 from jpbruyere/BindingImprovement

Instantiator

9 years agoresolved bug multiple template level read, ensure reader stay on sybling 18/head
jpbruyere [Thu, 11 Aug 2016 00:35:39 +0000 (02:35 +0200)]
resolved bug multiple template level read, ensure reader stay on sybling
nodes
modifié :         src/IMLReader.cs
create instance from XmlFragment
modifié :         src/Instantiator.cs
update tests
modifié :         Tests/BasicTests.cs
modifié :         Tests/Interfaces/Divers/imlEditor.crow

9 years ago TreeView expand delegate creation in IMLReader
jpbruyere [Wed, 10 Aug 2016 12:24:30 +0000 (14:24 +0200)]
TreeView expand delegate creation in IMLReader

9 years ago * IMLReader.cs, MessageBox.goml:
jpbruyere [Wed, 10 Aug 2016 06:57:06 +0000 (08:57 +0200)]
* IMLReader.cs, MessageBox.goml:
  debug

* TextBox.cs:
  debug
CTOR order! parameterless should be first

9 years ago ItemTemplate instantiator, basic listbox ok
jpbruyere [Wed, 10 Aug 2016 05:13:14 +0000 (07:13 +0200)]
ItemTemplate instantiator, basic listbox ok

9 years agoItemTemplate test, major changes in Instantiator implementation
jpbruyere [Wed, 10 Aug 2016 01:07:00 +0000 (03:07 +0200)]
ItemTemplate test, major changes in Instantiator implementation
bugs
modifié :         Crow.csproj
modifié :         Default.style
modifié :         Tests/BasicTests.cs
modifié :         Tests/Interfaces/Divers/welcome.crow
modifié :         Tests/Interfaces/basicTests/0.crow
modifié :         Tests/Interfaces/basicTests/4.crow
modifié :         src/GraphicObjects/ListBox.cs
modifié :         src/GraphicObjects/ProgressBar.cs
modifié :         src/GraphicObjects/TemplatedControl.cs
modifié :         src/IMLReader.cs
modifié :         src/Instantiator.cs
modifié :         src/Interface.cs
renommé :         src/IMLStream.cs -> src/ItemTemplate.cs

9 years agomove MSIL generator from IML into IMLReader.
jpbruyere [Tue, 9 Aug 2016 21:59:33 +0000 (23:59 +0200)]
move MSIL generator from IML into IMLReader.
modifié :         src/CompilerServices/CompilerServices.cs
rename :   src/IMLInstantiatorBuilder.cs =>  src/IMLReader.cs
modifié :         src/Interface.cs
modifié :         Crow.csproj

9 years agomove MSIL generator from IML into IMLReader.
jpbruyere [Tue, 9 Aug 2016 21:59:33 +0000 (23:59 +0200)]
move MSIL generator from IML into IMLReader.
modifié :         src/CompilerServices/CompilerServices.cs
rename :   src/IMLInstantiatorBuilder.cs =>  src/IMLReader.cs
modifié :         src/Interface.cs

9 years agoInstatiator: use loadTemplate instead of SetChild for adding child in TemplatedControl
jpbruyere [Tue, 9 Aug 2016 12:32:23 +0000 (14:32 +0200)]
Instatiator: use loadTemplate instead of SetChild for adding child in TemplatedControl
modifié :         src/CompilerServices/CompilerServices.cs

9 years agobinding emiting in Instanciator
jpbruyere [Tue, 9 Aug 2016 11:56:33 +0000 (13:56 +0200)]
binding emiting in Instanciator
modifié :         src/CompilerServices/CompilerServices.cs
remove CurrentInterface property for now from GraphicObject, some
parentings are failing
modifié :         src/GraphicObjects/GraphicObject.cs

9 years ago instanciator
jpbruyere [Tue, 9 Aug 2016 01:37:43 +0000 (03:37 +0200)]
instanciator

9 years agorevert test 16/head
jpbruyere [Tue, 9 Aug 2016 00:04:38 +0000 (02:04 +0200)]
revert test
modifié :         Templates/CheckBox.goml
simply cancel binding for now
modifié :         src/CompilerServices/CompilerServices.cs

9 years agoIMLInstantiator implementation
jpbruyere [Mon, 8 Aug 2016 17:22:52 +0000 (19:22 +0200)]
IMLInstantiator implementation

9 years ago divers
jpbruyere [Sun, 7 Aug 2016 11:36:50 +0000 (13:36 +0200)]
divers

9 years ago add missing files in previous commit
jpbruyere [Sun, 7 Aug 2016 00:43:45 +0000 (02:43 +0200)]
add missing files in previous commit

9 years ago * Label.cs:
jpbruyere [Sun, 7 Aug 2016 00:40:26 +0000 (02:40 +0200)]
* Label.cs:
  no cursor drawn if not selectable

* IMLStream.cs:
  invariant culture loading

9 years agobetter git validation layout
jpbruyere [Sat, 6 Aug 2016 15:52:54 +0000 (17:52 +0200)]
better git validation layout

9 years ago* Crow.csproj:
jpbruyere [Sat, 6 Aug 2016 15:48:03 +0000 (17:48 +0200)]
* Crow.csproj:
* Label.cs: update

* GraphicObject.cs: key up

* ListBox.cs: IMLStream instanciing

* PrivateContainer.cs: Clear child Changes

* Scroller.cs: scroller have VerticalSrcrolling by default

* TemplatedControl.cs: remove unused hostClass attribute

* IMLStream.cs: IMLStream instance and source properties

* Interface.cs: removed unused hostClass
Only putOnTop Window widget when focused
KeyboardState key up and down

* TreeView.crow: no border in default template

* BasicTests.cs: IMLEditor
PropLessBinding test

* Tests.csproj:
* 2.crow:
* 0.crow:
* test5.crow:
* 2.crow:
* testTreeView.crow: update tests

* Bindings.cs:
* MemberReference.cs:
* CompilerServices.cs: property less bindings debug

9 years agodebug and update nuspec
jpbruyere [Sat, 6 Aug 2016 01:24:35 +0000 (03:24 +0200)]
debug and update nuspec

9 years agoMerge pull request #15 from jpbruyere/TemplateImprovments
j-p [Fri, 5 Aug 2016 16:48:09 +0000 (18:48 +0200)]
Merge pull request #15 from jpbruyere/TemplateImprovments

Template improvments

9 years agoTreeView 15/head
jpbruyere [Fri, 5 Aug 2016 16:32:18 +0000 (18:32 +0200)]
TreeView
template access with './', update all templates
binding path begining with '/' starts at current level

9 years ago* ListBox.cs:
jpbruyere [Fri, 5 Aug 2016 05:05:13 +0000 (07:05 +0200)]
* ListBox.cs:
* TemplatedControl.cs: set ItemTemplate as public

* IMLStream.cs: copy ItemTemplates in tree hierarchy

* TreeView.crow: add scrolling

* treeList.crow: simple list template for tree children

* testTreeView.crow: update test

* Tests.csproj: update tests

9 years agoFirst MSIL expand in TreeView with ItemTemplate, need to share
jpbruyere [Fri, 5 Aug 2016 03:32:49 +0000 (05:32 +0200)]
First MSIL expand in TreeView with ItemTemplate, need to share
ItemTemplates.

modifié :         Tests/Interfaces/Unsorted/testTreeView.crow
modifié :         src/GraphicObjects/TemplatedControl.cs
modifié :         src/IMLStream.cs
modifié :         src/Interface.cs

9 years agoItemTemplate class derived from IMLStream.
jpbruyere [Fri, 5 Aug 2016 01:59:33 +0000 (03:59 +0200)]
ItemTemplate class derived from IMLStream.
replace xmlLoadingCount by xmlLoading.
modifié :         src/GraphicObjects/ListBox.cs
modifié :         src/GraphicObjects/TemplatedControl.cs
modifié :         src/IMLStream.cs
modifié :         src/Interface.cs

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