]>
O.S.I.I.S - jp/crow.git/log
jpbruyere [Tue, 2 Aug 2016 00:09:03 +0000 (02:09 +0200)]
test stacking orientation for contentSize of stack adjustments
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
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
jpbruyere [Mon, 1 Aug 2016 22:04:28 +0000 (00:04 +0200)]
Show xml file path for exceptions during loading.
modifié : src/Interface.cs
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
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
jpbruyere [Mon, 1 Aug 2016 11:50:55 +0000 (13:50 +0200)]
use RegisterForRedraw when applicable
jpbruyere [Mon, 1 Aug 2016 11:19:41 +0000 (13:19 +0200)]
just query repaint for visible state
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
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
jpbruyere [Sun, 31 Jul 2016 11:25:05 +0000 (13:25 +0200)]
style key
jpbruyere [Sun, 31 Jul 2016 10:29:20 +0000 (12:29 +0200)]
Merge branch 'StylingImprovments'
jpbruyere [Sun, 31 Jul 2016 10:08:15 +0000 (12:08 +0200)]
update basic tests
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
jpbruyere [Sun, 31 Jul 2016 09:22:43 +0000 (11:22 +0200)]
create Default.style, remove Styles directory
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
jpbruyere [Sat, 30 Jul 2016 17:41:21 +0000 (19:41 +0200)]
removed old applyStyle
modifié : src/GraphicObjects/GraphicObject.cs
jpbruyere [Sat, 30 Jul 2016 15:01:40 +0000 (17:01 +0200)]
cumulative styling
jpbruyere [Sat, 30 Jul 2016 13:32:52 +0000 (15:32 +0200)]
basic styling ok, need handler and expression now.
jpbruyere [Sat, 30 Jul 2016 10:42:25 +0000 (12:42 +0200)]
replace ';' separator between members by ',' and set '.' as decimal mark in files
jpbruyere [Sat, 30 Jul 2016 08:00:02 +0000 (10:00 +0200)]
remove style attributes, add ';' to style files line ending, new style parser
jpbruyere [Sat, 30 Jul 2016 07:53:42 +0000 (09:53 +0200)]
remove os test for config path building, resolve windows bug
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
j-p [Fri, 29 Jul 2016 19:51:05 +0000 (21:51 +0200)]
Merge pull request #11 from jpbruyere/appveyor
compilation on Appveyor OK
Your Name [Fri, 29 Jul 2016 17:49:24 +0000 (19:49 +0200)]
appveyor tests
Your Name [Fri, 29 Jul 2016 17:44:52 +0000 (19:44 +0200)]
appveyor tests
Your Name [Fri, 29 Jul 2016 17:39:33 +0000 (19:39 +0200)]
appveyor tests
Your Name [Fri, 29 Jul 2016 17:34:04 +0000 (19:34 +0200)]
appveyor tests
Your Name [Fri, 29 Jul 2016 17:24:26 +0000 (19:24 +0200)]
appveyor tests
jpbruyere [Fri, 29 Jul 2016 17:20:32 +0000 (19:20 +0200)]
list dir struct
j-p [Wed, 27 Jul 2016 14:53:29 +0000 (16:53 +0200)]
Merge pull request #9 from jpbruyere/appveyor
Appveyor tests merge
jp [Wed, 27 Jul 2016 14:47:25 +0000 (16:47 +0200)]
use GtkSharp 3.1
JP Bruyère [Mon, 25 Jul 2016 13:07:56 +0000 (15:07 +0200)]
remove test tm dir
jp [Mon, 25 Jul 2016 08:36:49 +0000 (10:36 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 08:32:56 +0000 (10:32 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 08:31:23 +0000 (10:31 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 08:20:08 +0000 (10:20 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 08:16:32 +0000 (10:16 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 08:00:00 +0000 (10:00 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 07:46:52 +0000 (09:46 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 07:39:01 +0000 (09:39 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 07:37:18 +0000 (09:37 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 07:33:43 +0000 (09:33 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 07:26:46 +0000 (09:26 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:48:42 +0000 (08:48 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:47:14 +0000 (08:47 +0200)]
appveyor test, removed c#6 feature
jp [Mon, 25 Jul 2016 06:41:04 +0000 (08:41 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:39:12 +0000 (08:39 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:35:42 +0000 (08:35 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:21:22 +0000 (08:21 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 06:00:44 +0000 (08:00 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:57:13 +0000 (07:57 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:56:07 +0000 (07:56 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:54:21 +0000 (07:54 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:49:00 +0000 (07:49 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:43:07 +0000 (07:43 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:35:27 +0000 (07:35 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:34:04 +0000 (07:34 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:33:12 +0000 (07:33 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:32:12 +0000 (07:32 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:31:10 +0000 (07:31 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:29:21 +0000 (07:29 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:27:16 +0000 (07:27 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:25:54 +0000 (07:25 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:23:37 +0000 (07:23 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:21:29 +0000 (07:21 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:19:50 +0000 (07:19 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:19:09 +0000 (07:19 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:18:29 +0000 (07:18 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 05:06:06 +0000 (07:06 +0200)]
appveyor test
jp [Mon, 25 Jul 2016 04:51:10 +0000 (06:51 +0200)]
appveyor test
jp [Sun, 24 Jul 2016 17:56:20 +0000 (19:56 +0200)]
test 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
jp [Sun, 24 Jul 2016 17:32:51 +0000 (19:32 +0200)]
test 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
jp [Sun, 24 Jul 2016 17:24:15 +0000 (19:24 +0200)]
test 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
jp [Sun, 24 Jul 2016 17:07:23 +0000 (19:07 +0200)]
test 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
jp [Sun, 24 Jul 2016 16:55:57 +0000 (18:55 +0200)]
test 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
jp [Sun, 24 Jul 2016 16:49:49 +0000 (18:49 +0200)]
test appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 16:37:12 +0000 (18:37 +0200)]
test appveyor with Mono targetFramework in csproj
jp [Sun, 24 Jul 2016 16:26:13 +0000 (18:26 +0200)]
test mono appveyor
j-p [Sun, 24 Jul 2016 13:22:39 +0000 (15:22 +0200)]
Update README.md
j-p [Sun, 24 Jul 2016 12:25:59 +0000 (14:25 +0200)]
Update README.md
JP Bruyère [Sun, 24 Jul 2016 08:27:13 +0000 (10:27 +0200)]
update appveyor config
JP Bruyère [Sun, 24 Jul 2016 08:21:53 +0000 (10:21 +0200)]
update appveyor config
JP Bruyère [Sun, 24 Jul 2016 08:19:04 +0000 (10:19 +0200)]
update appveyor config
JP Bruyère [Sun, 24 Jul 2016 08:15:00 +0000 (10:15 +0200)]
update appveyor config
JP Bruyère [Sun, 24 Jul 2016 08:11:06 +0000 (10:11 +0200)]
add appveyor config
j-p [Sun, 24 Jul 2016 06:42:04 +0000 (08:42 +0200)]
Update README.md
JP Bruyère [Sun, 24 Jul 2016 03:51:46 +0000 (05:51 +0200)]
Removed Utf16->Utf8 conversion on Win os, so Mono framework, which use
Utf8 for string encoding on every os becomes mandatory.
modified: src/GraphicObjects/Label.cs
modified: src/GraphicObjects/TextRun.cs
jp [Sat, 23 Jul 2016 14:50:32 +0000 (16:50 +0200)]
implement Crow.LoadFromStream and filenotfound catch
modifié : Tests/OpenGL/Texture.cs
debug window resize bugs
modifié : src/GraphicObjects/GraphicObject.cs
modifié : src/GraphicObjects/Window.cs
jp [Sat, 23 Jul 2016 09:42:41 +0000 (11:42 +0200)]
tutorial examples
j-p [Thu, 21 Jul 2016 19:11:01 +0000 (21:11 +0200)]
Update README.md
jpbruyere [Thu, 21 Jul 2016 18:07:24 +0000 (20:07 +0200)]
update readme
jpbruyere [Thu, 21 Jul 2016 18:04:51 +0000 (20:04 +0200)]
override last shadowed commit
j-p [Thu, 21 Jul 2016 16:18:19 +0000 (18:18 +0200)]
Update README.md
jpbruyere [Thu, 21 Jul 2016 15:02:42 +0000 (17:02 +0200)]
improve splitter mouse move