]> O.S.I.I.S - jp/crow.git/shortlog
jp/crow.git
2016-03-13  jpbruyereremove IGOLibHost.cs
2016-03-13  jpbruyereset CurrentInterface in CTOR of Interface
2016-03-13  jpbruyerefire Scrolled event in Scroller
2016-03-13  jpbruyerecorrect popper mouse leave bug
2016-03-13  jpbruyeresearch entry assembly for new crow widgets
2016-03-13  jpbruyeretest datasource null in bindings
2016-03-10  jpbruyereadd OTK mouse event if not in interface; add CTOR for...
2016-03-08  jpbruyereensure bindings are resolved as soon as chil is added
2016-03-08  jpbruyereremove IGOLibHost
2016-03-08  jpbruyerecombo popup sizing, binding creation in code
2016-03-07  jpbruyeretest recursive expandable
2016-03-07  jpbruyeredon't test visibility of children in OnLayoutChange...
2016-03-06  jpbruyereupdate ignore list
2016-03-06  jpbruyereupdate tests
2016-03-06  jpbruyeredivers
2016-03-06  jpbruyerenon blocking update mutex, removed delegates, test...
2016-03-06  j-pMerge pull request #4 from jpbruyere/MultithreadedInterface
2016-03-06  jpbruyeredivers 4/head
2016-03-05  jpbruyereremove double buffered LayoutingQueue,use dirtyBmp...
2016-03-05  jpbruyeresplit update registration and user
2016-03-03  jpbruyeresplit Update steps
2016-03-02  jpbruyerelock RenderMutex when loading, test lqi==null, list...
2016-03-01  jpbruyereadd fps
2016-03-01  jpbruyerelock Interface when update
2016-03-01  jpbruyerefirst tests with Interface update in a separate thread
2016-03-01  jpbruyereremove unecessary GOs array copy and reverse
2016-03-01  jpbruyereupdate mouse cursor for OTK container
2016-03-01  jpbruyeredebug after rebase
2016-03-01  jpbruyerecheck content==null when Unpop
2016-03-01  jpbruyereupdate OpenTKGameWin with shared CrowInterface
2016-03-01  jpbruyereCrowInterface object holding common functions, IGOLibHo...
2016-03-01  jpbruyereGtkCrowContainer test, functionnal, keyboard issue
2016-03-01  jpbruyerefree Crow base from OpenTK
2016-03-01  jpbruyereupdate MouseState buttons
2016-03-01  jpbruyerebase changed done, need mouse state to be updated
2016-02-29  jpupdate MessageBox template
2016-02-29  jpbruyereupdate tests
2016-02-29  jpwindow style
2016-02-29  jpdebug xmlloadingcount
2016-02-29  jpbruyereensure template are loaded when created in code
2016-02-29  jpbruyerecode clean
2016-02-29  jpbruyeredebug bindings, clear only necessary bindings depending...
2016-02-29  jpbruyereensure Selection change is notified when data changed...
2016-02-29  jpbruyereinverse Source and Target usage, deleteEventHandler
2016-02-29  jpbruyereMessageBox styling and events
2016-02-28  jpbruyerecombo debug
2016-02-28  jpbruyereMerge branch 'master' of https://github.com/jpbruyere...
2016-02-28  jpbruyerecombo minimum size
2016-02-28  jpmessage box events ok cancel
2016-02-28  jpbruyeredebug combobox
2016-02-28  jpbruyereclean
2016-02-28  jpreset resolved state of binding when cleared
2016-02-28  jpquery layouting when image path change
2016-02-27  jpresolveBinding when datasource change event if dataSour...
2016-02-27  jptest selectedIndex<0 in listbox
2016-02-27  jpbruyerexmlignore LayoutingTries
2016-02-27  jpbruyeredebug paged listbox
2016-02-27  jpDataSource as full crow property with notify
2016-02-26  jpbruyereadd LogicalParent null test for getDataSource
2016-02-25  jpbruyeredebug listboxes
2016-02-25  jpbruyerespinner style
2016-02-25  jpbruyeredebug selectedItem in listbox
2016-02-25  jpbruyereexpandable image visibility <= Expandable.HasContent...
2016-02-25  jpbruyeredebug
2016-02-25  jpbruyereDefaultStyle attribute, loaded in defvalues
2016-02-25  jpbruyerereplace StyleAttribute=>DefaultStyle
2016-02-25  jpbruyereremove duplicate of LoadDefault for templated controls...
2016-02-25  jpbruyereuse boolean state as svg sub-image in templated control...
2016-02-24  jpbruyeresimple styling test
2016-02-17  jpbruyereMerge branch 'DefTemplateSizing0'
2016-02-17  jpbruyereupdate testCheckbox
2016-02-17  jpbruyereforce first child of group in Fit to Fit if no other...
2016-02-17  jpbruyeredebug text sizing
2016-02-16  jpbruyeresplitted measure with fault checking, changing default...
2016-02-16  jpbruyereimprove layouting debug output
2016-02-16  jpbruyereadd FindByName in HostContainer
2016-02-16  jpbruyereremoved useless RegisterForGraphicUpdate in GO CTOR
2016-02-16  jpbruyeredont clear Parent field, if object oldslot has to be...
2016-02-16  jpbruyereclose but on tabItem, SelectedTab checks
2016-02-15  jpbruyerecode clean
2016-02-15  jpbruyerecode clean
2016-02-15  jpbruyeremoving tabs
2016-02-15  jpbruyerecode formating
2016-02-15  jpbruyereensure dirtyRects are added if dirtyState not cleared...
2016-02-15  jpbruyeretabView functionnal, mouse handling is a bit complicate...
2016-02-15  jpbruyerecode clean
2016-02-15  jpbruyereremove Hoverable
2016-02-15  jpbruyereAdded Hoverable prop to GraphicObject, still have probl...
2016-02-15  jpbruyereonly upload to texture DirtyRect
2016-02-15  jpbruyeredont start bound computation with an empty rect or...
2016-02-15  jpbruyeredraw selected tab last, try mouseIsIn
2016-02-15  jpbruyeretest mouse is in in reverse order
2016-02-15  jpbruyeretabItem onDraw
2016-02-15  jpbruyereadd SizePolicy properties
2016-02-15  jpbruyeredebug stacking computation
2016-02-15  jpbruyereAdd ArrangeChildren boolean to ILayoutable
2016-02-15  jpbruyereremove unused DrawingIsValid
2016-02-14  jpbruyeretesting tabview, ChildLayoutConstraints
2016-02-14  jpbruyereensure Children Property is used instead of private...
2016-02-13  jpbruyereMerge branch 'SizePolicyChecking' into NewWidgets
next