]> O.S.I.I.S - jp/crow.git/shortlog
jp/crow.git
2021-08-02 Jean-Philippe... reenable gradients, in vkvg also
2021-08-02 Jean-Philippe... merge step 2
2021-08-02 Jean-Philippe... merge vkvg2 into devel
2021-07-23 Jean-Philippe... ctx & surf debug events
2021-07-13 Jean-Philippe... remove try/catch from types searches
2021-07-12 Jean-Philippe... dont use solidBackground=true on windows, Stack and...
2021-07-12 Jean-Philippe... replace FastEnum with Enums.NET for flags handling...
2021-07-05 Jean-Philippe... set SolidBackground to false for DebugInterface
2021-07-02 Jean-Philippe... lock on ext method search, IList<widget> in dbg log
2021-07-01 Jean-Philippe... wip
2021-06-18 Jean-Philippe... try funding.yml
2021-06-16 Jean-Philippe... using try/finally to ensure mutexes release
2021-06-09 Jean-Philippe... split Tokenizer in separate file
2021-06-07 Jean-Philippe... debug: using Samples;
2021-06-07 Jean-Philippe... suggestion in IML editor, editor base classe for ShowCa... SimplifiedTabView
2021-06-05 Jean-Philippe... ItemsScroller for list, layouting changes, editor sugge...
2021-04-22 Jean-Philippe... IToggle for TemplatedGroup recursion, Popper without...
2021-04-19 Jean-Philippe... dock windows parent.parent test
2021-04-19 Jean-Philippe... dont set handled=true for mouseWheen in single line...
2021-04-15 Jean-Philippe... dont block on childrenMutex for checkHoverWidget
2021-04-15 Jean-Philippe... debug ObservableList, new Table widget
2021-04-15 Jean-Philippe... save commit to find bug
2021-04-15 Jean-Philippe... GenericStack:override addChild to increment contenSize...
2021-04-15 Jean-Philippe... wip
2021-04-13 Jean-Philippe... discard registerLayouting for group onChildLayoutChange...
2021-04-11 Jean-Philippe... debug docking windows
2021-04-10 Jean-Philippe... registerSubData in TemplatedGroup to handle IObservable...
2021-04-10 Jean-Philippe... DebugLogAnalyzer StickyMouse bug
2021-04-09 Jean-Philippe... iface.draw: clip only after pop to source
2021-04-09 Jean-Philippe... Style value as string, no longer as object
2021-04-09 Jean-Philippe... TG recursive lock check, IObsList clear evt, sample...
2021-04-09 Jean-Philippe... label.Text locations check, event.Handled = true for...
2021-04-02 Jean-Philippe... DebugLog, event bindings resolutions, enumSelector...
2021-04-02 Jean-Philippe... ConvertedVal in valueRefx converted by boxing if isAssi...
2021-03-29 Jean-Philippe... enumSelector for bitfields, CommandBase abstract class...
2021-03-27 Jean-Philippe... simplified tabView as TemplatedGroup
2021-03-27 Jean-Philippe... test loadingThread != null before checking cancel state
2021-03-27 Jean-Philippe... dragNdrop AcceptDrop debug
2021-03-27 Jean-Philippe... TemplatedGroup: cancelLoadingThread on obsList.add...
2021-03-27 Jean-Philippe... wip
2021-03-27 Jean-Philippe... samples works
2021-03-27 Jean-Philippe... wip
2021-03-27 Jean-Philippe... Visible renamed IsVisible
2021-03-27 Jean-Philippe... ISelectable handling improvments
2021-03-27 Jean-Philippe... measure units preservation while resizing and lock...
2021-03-27 Jean-Philippe... multiline init bug, use foreground for cursor color...
2021-03-27 Jean-Philippe... observableList<Widget> in Group
2021-03-26 Jean-Philippe... Splitter simplification, source header in src/Text...
2021-03-25 Jean-Philippe... Table widget columns resize with mouse
2021-03-25 Jean-Philippe... experimental Table and TableRow widgets, passed child...
2021-03-25 Jean-Philippe... add a static Parse method in ObservableList<T>, use...
2021-03-25 Jean-Philippe... IEditableTextWidget, cache design FieldInfos for iml
2021-03-18 Jean-Philippe... drawing optimisation:group double drawing solved, Regio...
2021-03-18 Jean-Philippe... prevent SvgPicture to cause exception if picture not...
2021-03-18 Jean-Philippe... mouse event handled=true in ColorSlider overrides
2021-03-18 Jean-Philippe... debug tabview
2021-03-17 Jean-Philippe... handle drop dockWin in dockWin, AllowedDockTypes check
2021-03-17 Jean-Philippe... improve dragNdrop, debug docking
2021-03-14 Jean-Philippe... use console for binding debug output
2021-03-14 Jean-Philippe... color conversion debug
2021-03-04 Jean-Philippe... use stringbuilder for shape expression parsing
2021-03-02 Jean-Philippe... implement theme from directory
2021-03-02 Jean-Philippe... debug privateContainer sizing
2021-02-19 Jean-Philippe... dont start timer before source is loaded
2021-02-15 Jean-Philippe... ShowCase undo/redo
2021-02-15 Jean-Philippe... button enabled state with command change, TextChange...
2021-02-15 Jean-Philippe... unshownpostaction for visible state, Label.SetCurrentLo...
2021-02-15 Jean-Philippe... add CurrentLine and CurrentColumn to label, SetCursorPo...
2021-02-12 Jean-Philippe... handle enums in Configuration, use Task to run command...
2021-02-09 Jean-Philippe... default button sizing
2021-02-06 Jean-Philippe... add mouseMove event handled = true
2021-02-06 Jean-Philippe... debug TextBox bottom limit with margin
2021-02-06 Jean-Philippe... TextLineCollection.update(TextChange ...)
2021-02-06 Jean-Philippe... draw Label in double/RectangleD instead of int/Rectangle
2021-02-06 Jean-Philippe... page up/down
2021-02-06 Jean-Philippe... LangVersion=>7.3, Scrolling TextBox, multi svg Part...
2021-02-06 Jean-Philippe... TabView activate new tab or not
2021-02-06 Jean-Philippe... unbox value type in emitGetSubData, FileDialog enabled...
2021-02-06 Jean-Philippe... save/restore ctx only if clipToClientRect=true, add...
2021-02-06 Jean-Philippe... out of client rectangle text cursor handling
2021-02-06 Jean-Philippe... dont preload all cursors, use standard one if available
2021-02-06 Jean-Philippe... blinking text cursor, goto word start/end in label...
2021-02-06 Jean-Philippe... DbgLogger output to console by default
2021-02-06 Jean-Philippe... label lines mutex, debug selection
2021-02-06 Jean-Philippe... dont fix utf8 ref char, it's fixed by marshaler
2021-02-06 Jean-Philippe... custom utf8 encoding with tabulation handling, linebrea...
2021-02-06 Jean-Philippe... text box Validate event
2021-02-06 Jean-Philippe... Crow.Text namespace, new TextBox using TextChange structure
2021-02-06 Jean-Philippe... perftests improvments, truncated mean, unittests, start...
2021-02-06 Jean-Philippe... Typed static Parse instead of returning object
2021-02-06 Jean-Philippe... use NameTable for XmlReader of Instantiatior
2021-02-06 Jean-Philippe... use StringBuilder in StyleReader
2021-02-06 Jean-Philippe... rationalize allocations in Color
2021-02-06 Jean-Philippe... allocations in Point, Size, Fill => Span
2021-02-06 Jean-Philippe... clean somme unneeded allocations
2021-02-06 Jean-Philippe... add netcore NativeResolve for PerfTests
2021-02-06 Jean-Philippe... selection in focusable label
2021-02-06 Jean-Philippe... simple label base
2021-02-06 Jean-Philippe... label, cached line width in pixel in LineSpan struct...
2021-02-06 Jean-Philippe... planned Queue<T> capacity set to INIT_QUEUE_CAPACITY...
next