]> O.S.I.I.S - jp/crow.git/log
jp/crow.git
8 years agoallow enum value in xml and styling delegates
Jean-Philippe Bruyère [Sat, 26 Aug 2017 13:03:27 +0000 (15:03 +0200)]
allow enum value in xml and styling delegates

8 years agoremove Initialise, currentInterface is set by instanciator
Jean-Philippe Bruyère [Sat, 26 Aug 2017 08:24:39 +0000 (10:24 +0200)]
remove Initialise, currentInterface is set by instanciator

8 years agocairo.region to handle clipping, native pointer leaking...
Jean-Philippe Bruyère [Sun, 13 Aug 2017 17:11:00 +0000 (19:11 +0200)]
cairo.region to handle clipping, native pointer leaking...

8 years agodont back cache in byte array
Jean-Philippe Bruyère [Sun, 13 Aug 2017 14:45:33 +0000 (16:45 +0200)]
dont back cache in byte array

8 years agoUpdate README.md
j-p [Sun, 13 Aug 2017 07:32:20 +0000 (09:32 +0200)]
Update README.md

8 years agoUpdate README.md
j-p [Sun, 13 Aug 2017 07:30:50 +0000 (09:30 +0200)]
Update README.md

8 years agoappveyor update
Jean-Philippe Bruyère [Sun, 13 Aug 2017 06:22:22 +0000 (08:22 +0200)]
appveyor update

8 years agodebug
Jean-Philippe Bruyère [Sun, 13 Aug 2017 06:17:58 +0000 (08:17 +0200)]
debug

8 years agoembed Mono.Cairo
Jean-Philippe Bruyère [Sun, 13 Aug 2017 05:24:44 +0000 (07:24 +0200)]
embed Mono.Cairo

8 years agodebug
Jean-Philippe Bruyère [Wed, 19 Jul 2017 13:14:41 +0000 (15:14 +0200)]
debug

8 years agomono.cairo ref instead of cairo-sharp, ScrollingObject
Jean-Philippe Bruyère [Wed, 19 Jul 2017 12:44:11 +0000 (14:44 +0200)]
mono.cairo ref instead of cairo-sharp, ScrollingObject

8 years agoRevert "replace foreach loops with for ones"
jpbruyere [Thu, 15 Jun 2017 15:32:04 +0000 (17:32 +0200)]
Revert "replace foreach loops with for ones"

This reverts commit 1c3263454961eb207a01b67c51d0acf88376d522.

8 years agoreplace foreach loops with for ones
jpbruyere [Wed, 14 Jun 2017 00:14:48 +0000 (02:14 +0200)]
replace foreach loops with for ones

8 years agoupdate perf measures
jpbruyere [Thu, 25 May 2017 21:25:36 +0000 (23:25 +0200)]
update perf measures

9 years agoensure itemTemplate instantiator has a unique id per path+dataType+data
jpbruyere [Fri, 28 Apr 2017 10:21:35 +0000 (12:21 +0200)]
ensure itemTemplate instantiator has a unique id per path+dataType+data

9 years agoadd CrowIDE in progress to master
jpbruyere [Fri, 28 Apr 2017 10:20:39 +0000 (12:20 +0200)]
add CrowIDE in progress to master

9 years agosimple treeView presenting example with source of crow files
jpbruyere [Thu, 27 Apr 2017 13:52:59 +0000 (15:52 +0200)]
simple treeView presenting example with source of crow files

9 years agoupdate nuget package with latest debug
jpbruyere [Wed, 26 Apr 2017 00:17:06 +0000 (02:17 +0200)]
update nuget package with latest debug

9 years agoclear datasource when removing obj from graphic tree
jpbruyere [Wed, 19 Apr 2017 10:37:40 +0000 (12:37 +0200)]
clear datasource when removing obj from graphic tree

9 years agocomplete set invisible with normal layouting
jpbruyere [Wed, 19 Apr 2017 10:35:13 +0000 (12:35 +0200)]
complete set invisible with normal layouting

9 years agocheck if HoverWidget is removed from graphic tree
jpbruyere [Wed, 19 Apr 2017 07:59:39 +0000 (09:59 +0200)]
check if HoverWidget is removed from graphic tree

9 years agoupdate README
jpbruyere [Fri, 14 Apr 2017 08:57:10 +0000 (10:57 +0200)]
update README

9 years agoSimplify z ordering of root objects in GraphicTree
jpbruyere [Tue, 21 Mar 2017 12:48:50 +0000 (13:48 +0100)]
Simplify z ordering of root objects in GraphicTree
modifié :         src/GraphicObjects/Group.cs
modifié :         src/GraphicObjects/Window.cs
modifié :         src/Interface.cs

9 years agodiscard RegisterClip in higher levels if parent is dirty and parent cache is enabled
jpbruyere [Fri, 3 Mar 2017 13:21:10 +0000 (14:21 +0100)]
discard RegisterClip in higher levels if parent is dirty and parent cache is enabled

9 years agoupdate nuspec to 0.5.1
jpbruyere [Thu, 2 Mar 2017 04:11:48 +0000 (05:11 +0100)]
update nuspec to 0.5.1

9 years agoupdate license headers to MIT
Jean-Philippe Bruyère [Thu, 2 Mar 2017 03:24:15 +0000 (04:24 +0100)]
update license headers to MIT

9 years agodebug instantiator: cancel also 2 sided binding if new ds is null
Jean-Philippe Bruyère [Wed, 1 Mar 2017 06:02:36 +0000 (07:02 +0100)]
debug instantiator: cancel also 2 sided binding if new ds is null

9 years agorestore lock in Visible prop of GO
Jean-Philippe Bruyère [Wed, 1 Mar 2017 06:00:56 +0000 (07:00 +0100)]
restore lock in Visible prop of GO

9 years agoclose msgbox on butclick
jpbruyere [Tue, 28 Feb 2017 13:35:45 +0000 (14:35 +0100)]
close msgbox on butclick

9 years agodebug ds prop binding remove handler by name, should be retested exhaustively
jpbruyere [Tue, 28 Feb 2017 13:26:58 +0000 (14:26 +0100)]
debug ds prop binding remove handler by name, should be retested exhaustively

9 years agomessageBox improvements
jpbruyere [Tue, 28 Feb 2017 13:26:21 +0000 (14:26 +0100)]
messageBox improvements

9 years agoname in license
jpbruyere [Mon, 27 Feb 2017 11:58:20 +0000 (12:58 +0100)]
name in license

9 years agoremoved lock in set_Visible
jpbruyere [Mon, 27 Feb 2017 11:56:35 +0000 (12:56 +0100)]
removed lock in set_Visible

9 years agoadd LICENSE.md
jpbruyere [Mon, 27 Feb 2017 11:54:02 +0000 (12:54 +0100)]
add LICENSE.md

9 years agomove lastPaintedSlot affectation to end of Paint
Jean-Philippe Bruyère [Tue, 21 Feb 2017 07:46:24 +0000 (08:46 +0100)]
move lastPaintedSlot affectation to end of Paint

9 years agorename out of crow perif event handler funcs
Jean-Philippe Bruyère [Thu, 16 Feb 2017 14:13:53 +0000 (15:13 +0100)]
rename out of crow perif event handler funcs

9 years agoSeveral Lock while debuging for magicCrow, Image Opacity, could be put in GraphicObj
Jean-Philippe Bruyère [Tue, 14 Feb 2017 23:27:39 +0000 (00:27 +0100)]
Several Lock while debuging for magicCrow, Image Opacity, could be put in GraphicObj

9 years agodivers debug
Jean-Philippe Bruyère [Sun, 12 Feb 2017 10:40:07 +0000 (11:40 +0100)]
divers debug

9 years agoTextBox, Label, simpler SVG icon for file sys viewers (improve speed a lot), divers...
jpbruyere [Fri, 10 Feb 2017 14:54:50 +0000 (15:54 +0100)]
TextBox, Label, simpler SVG icon for file sys viewers (improve speed a lot), divers debug and code clean

9 years agoselection foreground for label
jpbruyere [Thu, 9 Feb 2017 08:06:45 +0000 (09:06 +0100)]
selection foreground for label

9 years agodivers debug, templated group selection, label double click,...
jpbruyere [Thu, 9 Feb 2017 07:52:22 +0000 (08:52 +0100)]
divers debug, templated group selection, label double click,...

9 years agogive layout mutex priority to properties update and dont block in update loop
jpbruyere [Tue, 7 Feb 2017 08:30:46 +0000 (09:30 +0100)]
give layout mutex priority to properties update and dont block in update loop

9 years agodispose interface controlers
jpbruyere [Fri, 3 Feb 2017 08:08:28 +0000 (09:08 +0100)]
dispose interface controlers

9 years agopopper separate content positionning
jpbruyere [Wed, 1 Feb 2017 06:54:20 +0000 (07:54 +0100)]
popper separate content positionning

9 years agoallow commented line in Style '//'
Jean-Philippe Bruyère [Wed, 1 Feb 2017 05:48:01 +0000 (06:48 +0100)]
allow commented line in Style '//'

9 years agodebug wrapper layouting, finalyse FileDialog wrapper usage
jpbruyere [Tue, 31 Jan 2017 22:29:05 +0000 (23:29 +0100)]
debug wrapper layouting, finalyse FileDialog wrapper usage

9 years agoreplace Title in Window class by Caption
jpbruyere [Tue, 31 Jan 2017 15:09:14 +0000 (16:09 +0100)]
replace Title in Window class by Caption

9 years agohandle object origType in emitConvert(origType, dstType)
jpbruyere [Tue, 31 Jan 2017 15:00:58 +0000 (16:00 +0100)]
handle object origType in emitConvert(origType, dstType)

9 years agoimplement IDisposable for InterfaceControler class
jpbruyere [Tue, 31 Jan 2017 14:59:12 +0000 (15:59 +0100)]
implement IDisposable for InterfaceControler class

9 years agomove recurrent 'Caption' property in Templated Control
jpbruyere [Tue, 31 Jan 2017 14:58:52 +0000 (15:58 +0100)]
move recurrent 'Caption' property in Templated Control

9 years agoH S V properties in Color
jpbruyere [Tue, 31 Jan 2017 14:50:47 +0000 (15:50 +0100)]
H S V properties in Color

9 years agomake publi Initialize func of GraphicObj, test logical parent in popper to allow...
Jean-Philippe Bruyère [Mon, 30 Jan 2017 11:09:57 +0000 (12:09 +0100)]
make publi Initialize func of GraphicObj, test logical parent in popper to allow shared content, test parent == null on visible changed

9 years agoMerge improvements and debug from 'CrowIDE' branch
jpbruyere [Sun, 29 Jan 2017 22:26:46 +0000 (23:26 +0100)]
Merge improvements and debug from  'CrowIDE' branch

9 years agoMenuItem Template update, test Project viewer, view commands
jpbruyere [Sun, 29 Jan 2017 22:11:34 +0000 (23:11 +0100)]
MenuItem Template update, test Project viewer, view commands

9 years agocrowObjs type search debug, improve type search in ItemTemplate selection
jpbruyere [Sun, 29 Jan 2017 21:13:14 +0000 (22:13 +0100)]
crowObjs type search debug, improve type search in ItemTemplate selection

9 years agoicon menuitem, PopWidth and PopHeight, commands
jpbruyere [Thu, 26 Jan 2017 23:21:48 +0000 (00:21 +0100)]
icon menuitem, PopWidth and PopHeight, commands

9 years agohover debug on Visible state changes => trigger mouseMove
jpbruyere [Wed, 25 Jan 2017 08:52:57 +0000 (09:52 +0100)]
hover debug on Visible state changes => trigger mouseMove

9 years agoCrowThread;AlwaysOnTop win;GTree explorer;
jpbruyere [Wed, 25 Jan 2017 08:25:14 +0000 (09:25 +0100)]
CrowThread;AlwaysOnTop win;GTree explorer;

9 years agoMerge branch 'master' into CrowIDE
jpbruyere [Tue, 24 Jan 2017 11:46:43 +0000 (12:46 +0100)]
Merge branch 'master' into CrowIDE

9 years agodataType for expandable itemTemplate use 'isAssignableFrom'; GraphicTree View
jpbruyere [Tue, 24 Jan 2017 11:11:30 +0000 (12:11 +0100)]
dataType for expandable itemTemplate use 'isAssignableFrom'; GraphicTree View

9 years agoalways on top windows
jpbruyere [Tue, 24 Jan 2017 10:21:37 +0000 (11:21 +0100)]
always on top windows

9 years agodebug
jpbruyere [Tue, 24 Jan 2017 01:09:27 +0000 (02:09 +0100)]
debug

9 years agomaximize and minimize for window
jpbruyere [Tue, 24 Jan 2017 00:54:22 +0000 (01:54 +0100)]
maximize and minimize for window

9 years agoMerge branch 'master' into CrowIDE
jpbruyere [Tue, 24 Jan 2017 00:29:09 +0000 (01:29 +0100)]
Merge branch 'master' into CrowIDE

9 years agoadd debug msg for DEBUG_LAYOUTING
jpbruyere [Tue, 24 Jan 2017 00:28:16 +0000 (01:28 +0100)]
add debug msg for DEBUG_LAYOUTING

9 years agodebug new dynEvent handler
Jean-Philippe Bruyère [Mon, 23 Jan 2017 20:59:14 +0000 (21:59 +0100)]
debug new dynEvent handler

9 years agonew CompileDynEventHandler method with new 'BindingMember' class
Jean-Philippe Bruyère [Mon, 23 Jan 2017 17:12:07 +0000 (18:12 +0100)]
new CompileDynEventHandler method with new 'BindingMember' class

9 years agoremove GLib refs from rsvg-sharp, keep mostly only func used by crow
Jean-Philippe Bruyère [Sun, 22 Jan 2017 19:34:28 +0000 (20:34 +0100)]
remove GLib refs from rsvg-sharp, keep mostly only func used by crow

9 years agocode clean and comments
Jean-Philippe Bruyère [Fri, 20 Jan 2017 15:27:38 +0000 (16:27 +0100)]
code clean and comments

9 years agobinding expression allowing named and unamed target, code clean and
Jean-Philippe Bruyère [Fri, 20 Jan 2017 14:37:47 +0000 (15:37 +0100)]
binding expression allowing named and unamed target, code clean and
comments

9 years agocode clean and comment
Jean-Philippe Bruyère [Fri, 20 Jan 2017 07:16:44 +0000 (08:16 +0100)]
code clean and comment

9 years agodebug ColorPicker
Jean-Philippe Bruyère [Fri, 20 Jan 2017 05:35:36 +0000 (06:35 +0100)]
debug ColorPicker

9 years agoTag as full crow property + comments
Jean-Philippe Bruyère [Wed, 18 Jan 2017 14:25:43 +0000 (15:25 +0100)]
Tag as full crow property + comments

9 years agodebug remove old binding from ds
Jean-Philippe Bruyère [Wed, 18 Jan 2017 14:23:43 +0000 (15:23 +0100)]
debug remove old binding from ds

9 years agomove implicit converstion of fill from and to color into Fill class, solid color...
Jean-Philippe Bruyère [Wed, 18 Jan 2017 14:21:50 +0000 (15:21 +0100)]
move implicit converstion of fill from and to color into Fill class, solid color equality debug

9 years ago'this' keyword in compiled handler
Jean-Philippe Bruyère [Wed, 18 Jan 2017 14:19:37 +0000 (15:19 +0100)]
'this' keyword in compiled handler

9 years agodebug
jpbruyere [Sun, 15 Jan 2017 16:05:42 +0000 (17:05 +0100)]
debug

9 years agomove unproject into ProjectiveIFaceCtrl, debug
Jean-Philippe Bruyère [Sun, 15 Jan 2017 07:43:28 +0000 (08:43 +0100)]
move unproject into ProjectiveIFaceCtrl, debug

9 years ago3d interfaces
jpbruyere [Fri, 13 Jan 2017 22:36:14 +0000 (23:36 +0100)]
3d interfaces

9 years agoProcessMouseMove method copied, work in progress saved for branch switching
jpbruyere [Wed, 11 Jan 2017 06:57:27 +0000 (07:57 +0100)]
ProcessMouseMove method copied, work in progress saved for branch switching

9 years agooptimize configuration class
Jean-Philippe Bruyère [Fri, 6 Jan 2017 19:55:59 +0000 (20:55 +0100)]
optimize configuration class

9 years agodefault config embedded in AppName.default.config (resource)
Jean-Philippe Bruyère [Fri, 6 Jan 2017 18:39:15 +0000 (19:39 +0100)]
default config embedded in AppName.default.config (resource)

9 years agodebug dirtyRect
Jean-Philippe Bruyère [Fri, 6 Jan 2017 11:22:18 +0000 (12:22 +0100)]
debug dirtyRect

9 years agoMerge branch 'master' into CrowIDE
jpbruyere [Thu, 5 Jan 2017 14:47:33 +0000 (15:47 +0100)]
Merge branch 'master' into CrowIDE

9 years agoopenGL draw measure
jpbruyere [Thu, 5 Jan 2017 14:13:49 +0000 (15:13 +0100)]
openGL draw measure

9 years agoremove old binding class
jpbruyere [Thu, 5 Jan 2017 00:27:01 +0000 (01:27 +0100)]
remove old binding class

9 years ago debug
jpbruyere [Wed, 4 Jan 2017 20:35:03 +0000 (21:35 +0100)]
debug

9 years ago debug tab view
jpbruyere [Wed, 4 Jan 2017 20:34:06 +0000 (21:34 +0100)]
debug tab view

9 years ago menuItem derived from Menu + automatic opening when sibling opens
jpbruyere [Wed, 4 Jan 2017 19:18:18 +0000 (20:18 +0100)]
menuItem derived from Menu + automatic opening when sibling opens

9 years ago debug menus
jpbruyere [Wed, 4 Jan 2017 18:28:43 +0000 (19:28 +0100)]
debug menus

9 years ago new PerformanceMeasure class
jpbruyere [Wed, 4 Jan 2017 12:42:52 +0000 (13:42 +0100)]
new PerformanceMeasure class

9 years ago * Interface.cs:
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

9 years agolock layouting when image loading
Jean-Philippe Bruyère [Wed, 4 Jan 2017 00:09:54 +0000 (01:09 +0100)]
lock layouting when image loading

9 years agoupdate appveyor.yml
jpbruyere [Tue, 3 Jan 2017 20:23:35 +0000 (21:23 +0100)]
update appveyor.yml

9 years agodebug OpenTK2.0 ref path
jpbruyere [Tue, 3 Jan 2017 19:53:27 +0000 (20:53 +0100)]
debug OpenTK2.0 ref path

9 years agolqi as struct instead of class, output in debug layouring tries and discard if > 1
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

9 years ago * Grid.cs, TabView.cs, Wrapper.cs, GenericStack.cs, GraphicObject.cs:
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

9 years ago * Tests.csproj:
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

9 years agoSpinner styling, ColorPicker SelectedRawColor, config conversion debug, color.resetName
Jean-Philippe Bruyère [Mon, 2 Jan 2017 23:37:06 +0000 (00:37 +0100)]
Spinner styling, ColorPicker SelectedRawColor, config conversion debug, color.resetName

9 years agosearch for private and public handler methods
jpbruyere [Mon, 2 Jan 2017 14:49:11 +0000 (15:49 +0100)]
search for private and public handler methods