richmem: adding the note regarding moving to github
richmemo: win32 fix compliation for the older versions of fpc
richmemo: win32 trying to parse HYPERLINK for the link action
richmemo: update cocoa initialization of properties
richmemo: fix font matching logic, preventing infinite loop. updating GetTextAttribute policy for cases when there's no text
richmemo: win32, more generic handling of WM_PRINT
richmemo: Win32 special code for WS.PrintTo(). WM_PRINT doesn't work as expected for RICHEDIT
richmemo: win32: speedup the scrolling speed. bug #36636
richmemo: loading paragraph offsets
richmemo: unescaping \, { and } chars when loading
richmemo: curly bracers escape
richmemo: adding an additional skip-character after unicode character
richmemo: support for paragraph formatting
richmemo: support for reading a skip unicode character
richmemo: support for deflang and parameters group
richmemo: adding a workaround for richEdit not properly drawn after being minimized
richmemo: adding support for super and sub script into manually loading RTF. patch by Vladimir Rybant. (source: https://github.com/vrybant/unboundbible/commit/783938acdd4d89a66d93ff31dae511ad1f6cbf4f)
richmemo: adding the check for a valid character offset, for most GetXXXX attributes methods. bug #32296
richmemo: patch the Search result not returning true. By David. bug #32297
richmemo: preserving richmemo selection on intSaveStream. Patch by Matthew Shaffer
richmemo: updating defines selection
richmemo: adding RMLCLTRUNK define
richmemo: fix gtk2 type casting error
richmemo: downshift the package
richmemo: breaking up richmemo to (runtime) package and design
manualdock: resolving the compiler warnings
richmemo: cocoa adding GetStyleRange, patch by David. #34559
richmemo: cocoa updating handle reference
richmemo: Qt5 proper implementation of GetStyleRange using the newly added (trunk) QTextBlock_textFormats function
richmemo: gtk2. changing (back) richmemostrings to inherit from gtk2memostrings
richmemo: cocoa saverichtext implementation
richmemo: fix win32 compilation for trunk. #34970
richmemo: fix the superscript detection on Win32. Patch by Vladimir Rybant
richmemo: update cocoa compilation for the trunk cocoa version
richmemo: updating Cocoa component to use the new CocoaTextEdits unit
adding ppufpc unit
richmemo: win32 - cleanup warnings
richmemo: cleanup warnings
richmemo: cocoa, fix memory use
richmemo: cocoa, cleanup memory use to prevent crashes
cocoa: finally fixing cocoa compilation issue
richmemo: extending linkaction information with linkRef
richmemo: adding link setting code richedit 41 and earlier
adding attribute class casting and proper reference data size
added dwarf2parser
dubylib own implementation of dwarf 2 specs.
dbgutils - adding a routine to writeout a memory buffer into hex values to stdout
Dwarf Location Expression parser unit. Location exprsesions are used to indicate where the date could be located in a debugged program run-time. (more flexible and complex approach than used in stabs)
dwarf utility unit (string representation), debugging rounties
updating dwarfconst to dwarfbase. The new unit now contains LEB type and decoding routines.
removing GPL code from fpdebugger. No longer used in dubylib
changing the order of initialization
adding disassembler command
allocating disassembler routine
i386 target identifier
Target property to identify CPU
adding capstone engine test
stack call review
additional command comments
using type info functions
improving address to source line search (allowing a line to be of any code length)
rework on breakpoints set/remove (using dubyline replies and breakpoint ids)
adding breakpoint messages of IDE friendly dubyline extension
adding environment variable whenever reporting an error with breakpoints
fix StrToSourceLineNum - driver separator must be kept in mind
flexible IDE extension
reworked handling breakpoints set and read
adding breakpoints ID support
restore RemoveBreakpoint functionality
adding support for the debugger breakpoints
added pausing of a debugger.
removing debugging out.
adding additional comments for used units
forcing system native slashes at all time, so SysUtils functions can be used.
reworked single-stepping processing.
adding a method to send ctrl+break (in console meaning of that) for a debugged process
handling Ctrl+C and Ctrl+Break equally - stopping the debugged process
proper placing for test
rename TDubyLine to TDubyLineIntf
additional description of the project directories
updating readme about the directories
dubylaztest - a test that could be used to debug dubylaz package, w/o rebuilding the IDE every time
updating dubylaz to be a lazarus package using TDebuggerIntf
remove the deprecated description from install.txt
lazarus-friendly event description (in json format)
setting up duby-line to be lazarus friendly
adding lazarus friendliness
adding higher level break method
change event reporting for winAPI
adding ctrlbreak to stop the execution
adding break process api
adding BreakExecution method (to stop a debugged process execution)
adding Ansi->Wide, Wide->Ansi messages to the ignore list. TODO: must be addressed later!
updating pascal expression interpreter to make function calls
updating function call to be in dbgUtils unit.
preventing parameters from overwriting their info
updating stabs symbols loader
update stabs reader test to handle exceptions
adjust reading of stabs. Always considering a pointer as unsigned integer
updating expression valuation function