2020-01-28 |
Karl | [Winforms] Form fixes (#18427)
|
commit | commitdiff | tree |
2020-01-28 |
Karl | Don't select ListBox item if SelectionMode == None...
|
commit | commitdiff | tree |
2020-01-27 |
Karl | [Winforms] X11 Fix bounds change from within bounds...
|
commit | commitdiff | tree |
2020-01-20 |
Karl | Store the current encoding code page, not encoding
|
commit | commitdiff | tree |
2020-01-20 |
Karl | Use correct default encoding.
|
commit | commitdiff | tree |
2020-01-18 |
Karl | Calculate DPI before Recalculate.
|
commit | commitdiff | tree |
2020-01-18 |
Karl | Fix NullReferenceException when parsing RTF.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] Calculate GroupBox preferred size the same...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] Always draw at least one line of a Label...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] Improve X11 keyboard handling. (#18428)
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] Don't have non-active controls focused ...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] Implement correct Control.Region / ClipRegion...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | [Winforms] X11Keyboard LookupString fixes (#18423)
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Only calculate scrollbars once handle created
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Significantly improve DPI caching.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Correct code style problems.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Improve font name and charset handling.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Replace Document Height / Width Changed events with...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Round font ascent / descent up in LineTag.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fix updating to cover lines modified while suspended.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Rearrage slightly, fix kerning.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fix CharCount, CharIndexToLineTag, recalculate wrapped...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Recalculate after changing canvas. Fix scrolling.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Later RTF para overrides earlier. Emit \nosupersub.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Improve indent and kerning handling.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Add tabstop support. Use floats for spacings.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Lots of TextControl stuff, plus others.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Use a float for the RTF font size to avoid rounding...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Add line spacing support. Move dpi to TextControl.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fix ReplaceSelection() again. Line spacing support...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fix TextControl.ReplaceSelection to insert before removing...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | RichTextBox: Cache dpi
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Three fixes in RichTextBox, one GenerateRTF, two ContentResized.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fix line calculation for vertical positioning of tags.
|
commit | commitdiff | tree |
2020-01-13 |
Karl | * Line.cs: Finished off indent support, also added...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | Fixed so that it sets measuredText to an empty rectange...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | * RichTextBox.cs: Align Justified as Left instead of...
|
commit | commitdiff | tree |
2020-01-13 |
Karl | * RTF.cs: More work on ReadObjGroup
|
commit | commitdiff | tree |
2020-01-13 |
Karl | All sorts of work, mostly on RichTextBox.
|
commit | commitdiff | tree |
2019-09-09 |
David Karlaš | Fix Xaml reader to parse escaped values correctly
|
commit | commitdiff | tree |
2019-03-13 |
David Karlaš | Fix generating `.dSYM` for GTK assemblies
|
commit | commitdiff | tree |
2018-01-08 |
David Karlaš | [profiler] Fixed GCResizeEvent value overflow (#6335)
|
commit | commitdiff | tree |
2018-01-05 |
David Karlaš | [PerfCounters] Added "Page File Bytes" which shows...
|
commit | commitdiff | tree |
2017-12-04 |
David Karlaš | [Profiler] Fix parsing bug when `jit` is enabled
|
commit | commitdiff | tree |
2017-11-26 |
David Karlaš | [LogProfiler] Removed GcRoot events logging from start
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Merge pull request #5049 from mono/fixSdbTests
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Fixed Mono.Debugger.Soft unit tests and added new ...
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Merge pull request #5042 from mono/sdbSyncDebuggerLibs
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Bug 44266 - Unable to change variable values whilst...
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | caching thread state
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Updated SourceLocation with end line and end column
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Fix one extra allocation on MethodMirror.FullName
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Bug 36053 - Broken enum values conversion
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | Fixed fetching Enum values on older runtimes
|
commit | commitdiff | tree |
2017-06-16 |
David Karlaš | [Debugger] Set the encoding of the error/output readers.
|
commit | commitdiff | tree |
2017-04-18 |
David Karlaš | Bug 55148 - Debugger checks type which is possibly...
|
commit | commitdiff | tree |
2017-01-27 |
David Karlaš | [Debugger] Added support for stepping over await and...
|
commit | commitdiff | tree |
2017-01-27 |
David Karlaš | [Ppdb] Support for reading CustomDebugInformation and...
|
commit | commitdiff | tree |
2017-01-04 |
David Karlaš | Merge pull request #4196 from DavidKarlas/stepAndCatchException Merge pull request #4196 from DavidKarlas/stepAndCatchException
|
commit | commitdiff | tree |
2016-12-28 |
David Karlaš | [Debugger] Fixed step-in and step-out in case of exception...
|
commit | commitdiff | tree |
2016-12-28 |
David Karlaš | Merge pull request #4193 from DavidKarlas/stepinSpeedup Merge pull request #4193 from DavidKarlas/stepinSpeedup
|
commit | commitdiff | tree |
2016-12-28 |
David Karlaš | [Debugger] Fixed bug where we loop randomly long(+1...
|
commit | commitdiff | tree |
2016-12-28 |
David Karlaš | Bug 44974 - [pdb] stepping over is not working
|
commit | commitdiff | tree |
2016-09-12 |
David Karlaš | Merge pull request #3552 from DavidKarlas/getScopeChanges Merge pull request #3552 from DavidKarlas/getScopeChanges
|
commit | commitdiff | tree |
2016-09-12 |
David Karlaš | [Debugger] GetLocals was throwing NullReferenceException...
|
commit | commitdiff | tree |
2016-01-03 |
David Karlaš | Merge pull request #2380 from alexanderkyte/pdb_fix_local_vars
|
commit | commitdiff | tree |
2015-12-20 |
David Karlaš | [XBuild] Fixed method invocation with string argument...
|
commit | commitdiff | tree |
2015-12-19 |
David Karlaš | [XBuild] Add support for copying/cleaning portable...
|
commit | commitdiff | tree |
2015-11-11 |
David Karlaš | [XBuild] If CurrentSolutionConfigurationContents is...
|
commit | commitdiff | tree |
2015-11-11 |
David Karlaš | [XBuild] If Project Guid is missing on <ProjectReference...
|
commit | commitdiff | tree |
2015-09-22 |
David Karlaš | Merge pull request #2071 from DavidKarlas/bug25480 Merge pull request #2071 from DavidKarlas/bug25480
|
commit | commitdiff | tree |
2015-09-21 |
David Karlaš | [XBuild] Ignoring paths of .csproj, .targets and .sln...
|
commit | commitdiff | tree |
2015-09-21 |
David Karlaš | [XBuild] Bug 25480 - OutputPath property is not set...
|
commit | commitdiff | tree |
2015-01-20 |
David Karlaš | [sdb] Fixed GetThreads deadlock if thread was started...
|
commit | commitdiff | tree |
2015-01-17 |
David Karlaš | [sdb] ILInterpreter handle Br_S same as Br
|
commit | commitdiff | tree |
2015-01-17 |
David Karlaš | [sdb] Fix deadlock in case of runtime disconnect while...
|
commit | commitdiff | tree |
2015-01-15 |
David Karlaš | [sdb] Fixed .mdb parsing when line equals 0
|
commit | commitdiff | tree |
2015-01-06 |
David Karlaš | [Sdb] Ignore hidden sequence points
|
commit | commitdiff | tree |
2015-01-06 |
David Karlaš | [Sdb] With better mimicking of .Net debugging experience...
|
commit | commitdiff | tree |
2015-01-06 |
David Karlaš | [Sdb] Fixed bug with STEP_DEPTH_MIN+STEP_SIZE_MIN which...
|
commit | commitdiff | tree |
2015-01-06 |
David Karlaš | [Sdb] Removed exclusion of CEE_POP and CEE_NOP sequence...
|
commit | commitdiff | tree |
2015-01-06 |
David Karlaš | [Sdb] Set filter on ss_req in ss_create because filter...
|
commit | commitdiff | tree |
2014-07-15 |
David Karlaš | [Mono.Debugger.Soft] Added methods EndInvokeMethodWithResult...
|
commit | commitdiff | tree |
2014-05-30 |
David Karlaš | [Mono.Debugger.Soft] Using environment variable MONO_SDB_LOG...
|
commit | commitdiff | tree |
2014-05-28 |
David Karlaš | Changed API for fetching StackFrames in bulk on multiple...
|
commit | commitdiff | tree |
2014-05-21 |
David Karlaš | [Mono.Debugger.Soft] Caching VirtualMachine threads...
|
commit | commitdiff | tree |
2014-05-14 |
David Karlaš | [Mono.Debugger.Soft] Fixing regression from previous...
|
commit | commitdiff | tree |
2014-05-14 |
David Karlaš | [Mono.Debugger.Soft] Adding thread locking on access...
|
commit | commitdiff | tree |
2014-05-13 |
David Karlaš | [Mono.Debugger.Soft] Caching tokens resolving
|
commit | commitdiff | tree |
2014-05-13 |
David Karlaš | [Mono.Debugger.Soft] Using cached GetParameters when...
|
commit | commitdiff | tree |
2014-05-08 |
David Karlaš | [Mono.Debugger.Soft] Catching AssemblyMirror in AppDomainMir...
|
commit | commitdiff | tree |
2014-05-08 |
David Karlaš | [Mono.Debugger.Soft] Adding caching of ThreadInfo in...
|
commit | commitdiff | tree |
2014-02-16 |
David Karlaš | HttpListener now listens on default ports if not specified...
|
commit | commitdiff | tree |
2013-12-03 |
David Karlaš | Update PointConverter.cs
|
commit | commitdiff | tree |
2013-05-24 |
David Karlaš | DependencyProperty of DependencyObject was trowing...
|
commit | commitdiff | tree |
2013-02-21 |
Mattias Karlsson | Misunderstood styling feedback
|
commit | commitdiff | tree |
2013-02-21 |
Mattias Karlsson | Fixed code style brace same line & remove space before...
|
commit | commitdiff | tree |
2013-02-20 |
Mattias Karlsson | Added missing properties available in .Net 4.5
|
commit | commitdiff | tree |