Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28Activity tracking global variable.Bartosz Taudul
2022-09-28Check for popup background fade animation.Bartosz Taudul
2022-09-28Check for activity in View.Bartosz Taudul
2022-09-27Allow checking whether View was active.Bartosz Taudul
2022-09-27Disable cursor blinking.Bartosz Taudul
2022-09-27Remove dead code.Bartosz Taudul
2022-09-27Disable screen redraw when there are no input events.Bartosz Taudul
2022-09-27Handle iconification by waiting for events.Bartosz Taudul
2022-09-26Use small font for debug data in about window.Bartosz Taudul
2022-09-24No need for more than one space between mnemonic and operands.Bartosz Taudul
2022-09-24Make source location display a bit shorter in asm line.Bartosz Taudul
2022-09-24Use ellipsis for more condensed source file in asm line.Bartosz Taudul
2022-09-24Add ellipsis to fixed font atlas.Bartosz Taudul
2022-09-21Take less space for asm address in relative mode.Bartosz Taudul
2022-09-21Assembly lines spacing improvements.Bartosz Taudul
2022-09-19Display local jump target source code preview in tooltip.Bartosz Taudul
2022-09-19Display inline function name in local jump label.Bartosz Taudul
2022-09-18Display call target function name more prominently.Bartosz Taudul
2022-09-18Make the ARM registers list more complete.Bartosz Taudul
2022-09-18Cosmetics.Bartosz Taudul
2022-09-18Mark privileged instructions in the tooltip.Bartosz Taudul
2022-09-17Different coloring for jump/call/ret or privileged mnemonics.Bartosz Taudul
2022-09-17Use proper list of x64 registers.Bartosz Taudul
2022-09-17Use common colors.Bartosz Taudul
2022-09-17Update NEWS.Bartosz Taudul
2022-09-17Update manual.Bartosz Taudul
2022-09-17Adjust assembly register selection colors.Bartosz Taudul
2022-09-17Tokenize assembly operands.Bartosz Taudul
2022-09-16Print asm operands taking tokens into account.Bartosz Taudul
2022-09-16Dummy tokenization of asm operands.Bartosz Taudul
2022-09-16Greatly simplify asm line text drawing.Bartosz Taudul
2022-09-16Enumerate asm token color names.Bartosz Taudul
2022-09-16Add assembly color tables.Bartosz Taudul
2022-09-16Add assembly keyword maps.Bartosz Taudul
2022-09-15Merge pull request #468 from sherief/exception-handler-fixBartosz Taudul
2022-09-13Make symbol thread exit status more robust.Bartosz Taudul
2022-09-11Check for macro existence before checking its value.Bartosz Taudul
2022-09-11Windows exception handler allows other handlers to be called.Sherief Farouk
2022-09-11Store syntax colors as 32-bit uints.Bartosz Taudul
2022-09-11Do not use deprecated grep variants.Bartosz Taudul
2022-09-11Collect asm operation type data.Bartosz Taudul
2022-09-10Merge pull request #467 from simplyWiri/fix-missing-tree-popBartosz Taudul
2022-09-10Add missing TreePop in function which is called from inside a TreeNodesimplyWiri
2022-09-09Merge pull request #466 from Pilzschaf/gpu_c_api_improvementsBartosz Taudul
2022-09-09Added gpu zone begin non-alloc and callstack variants to the C APIPilzschaf
2022-09-09Merge pull request #465 from Pilzschaf/gpu_c_api_improvementsBartosz Taudul
2022-09-09Fix indentationPilzschaf
2022-09-09Added gpu calibration to the C APIPilzschaf
2022-09-09Align jump arrows to pixel boundaries.Bartosz Taudul
2022-09-09Prevent thick zone highlight from going outside the zone box.Bartosz Taudul