source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @117   4 years chronos * Added: Application screenshot into images.
(edit) @116   4 years chronos * Modified: Updated Common package files. * Fixed: Translation of …
(edit) @115   4 years chronos * Fixed: Build with Lazarus 2.0.10. * Modified: CoolTranslator package …
(edit) @114   6 years chronos * Modified: Improved stepping through source and target code. Each …
(edit) @113   6 years chronos * Fixed: SynEdit SelIndex is counter from 1 and not from 0.
(edit) @112   6 years chronos * Modified: Redraw output form content only if output instruction was …
(edit) @111   6 years chronos * Modified: TemplateGenerics replaced by fgl generics.
(edit) @110   6 years chronos * Fixed: Scaling imagelist images doesn't work under Linux.
(edit) @109   6 years chronos * Fixed: Leaked memory in BFHighlighter.
(edit) @108   6 years chronos * Modified: Do not use old UTF8 functions variants.
(edit) @107   6 years chronos * Added: Javascript target.
(edit) @106   6 years chronos * Added: TargetCode form use SynEdit for syntax highlighting. * Fixed: …
(edit) @105   6 years chronos * Fixed: Resolved compiler warnings and notes. * Modified: Update packages.
(edit) @104   6 years chronos * Removed: Empty directory Common.
(edit) @103   6 years chronos * Modified: .lrt files replaced by newer .lrj files.
(edit) @102   6 years chronos * Modified: Updated packages Common, CoolTranslator and …
(edit) @101   6 years chronos * Added: Binary packages for 1.0.0 version.
(edit) @100   6 years chronos * Modified: Updated versioning information. * Added: Release notes file.
(edit) @99   6 years chronos * Version 1.0
(edit) @98   7 years chronos * Fixed: Show application icon in Windows installed applications. Show …
(edit) @97   7 years chronos * Added: Syntax highlighting.
(edit) @96   7 years chronos * Added: Theming support. * Modified: Items in Options dialog divided …
(edit) @95   7 years chronos * Fixed: Set temporary directory for Linux build on Launchpad.
(edit) @94   7 years chronos * Fixed: Windows installer build script.
(edit) @93   7 years chronos * Modified: Updated Common, CoolTranslator and TemplateGenerics
(edit) @92   7 years chronos * Modified: Create FormTargetOptions in runtime.
(edit) @91   7 years chronos * Added: Allow to enable individual code optimization from settings …
(edit) @90   8 years chronos * Fixed: Infinite loop in Multiply optimization pass. * Modified: Made …
(edit) @89   8 years chronos * Modified: Use Lazarus dir from environment variable for windows …
(edit) @88   8 years chronos * Modified: Enabled DPI scaling. * Modified: Moved ImageListMain to …
(edit) @87   8 years chronos * Added: New CSharp target. * Fixed: Use configured memory size in targets.
(edit) @86   8 years chronos * Added: New optimization using relative indexes to eliminate lots of …
(edit) @85   8 years chronos * Fixed: Use newer langugage ID function.
(edit) @84   8 years chronos * Fixed: Use compiler for target only if it is defined.
(edit) @83   8 years chronos * Added: Show meaningful error message if target compiler or executor …
(edit) @82   8 years chronos * Added: New Python target.
(edit) @81   8 years chronos * Fixed: Show main form as maximized by default on first start.
(edit) @80   8 years chronos * Fixed: Exception if optimization for empty code was used. * Fixed: …
(edit) @79   8 years chronos * Fixed: Recreated interpretter execution thread after first run.
(edit) @78   8 years chronos * Modified: Show only really used memory. * Added: Check memory leaks …
(edit) @77   8 years chronos * Fixed: Store recent files in registry subkey.
(edit) @76   8 years chronos * Added: Windows installer script for InnoSetup.
(edit) @75   8 years chronos * Modified: Main project file renamed to LazFuck. * Added: Packaging …
(edit) @74   8 years chronos * Added: Main application icon. * Modified: Updated Command and …
(edit) @73   8 years chronos * Added: Remember position and size of main form after close of …
(edit) @72   9 years chronos * Modified: Built with FPC 3.0.0. Fixed various compiler messages.
(edit) @71   9 years chronos * Fixed: Paths for project Release build mode.
(edit) @70   9 years chronos * Fixed: Remember MemorySize and CellSize globally for all projects …
(edit) @69   9 years chronos * Modified: Update czech translation.
(edit) @68   9 years chronos * Modified: Used jump instructions parameter instead of special …
(edit) @67   10 years chronos * Renamed: MainForm class to FormMain. * Moved: CurrentTarget moved …
(edit) @66   10 years chronos * Moved: BrainFuck related code moved from TTarget to specialized …
(edit) @65   10 years chronos * Added: Confirmation dialog for closing and saving file.
(edit) @64   10 years chronos * Modified: Now commands cmInc, cmDec, cmPointerInc, cmPointerDec and …
(edit) @63   10 years chronos * Moved:General unit UTarget out of specific target implementations.
(edit) @62   10 years chronos * Modified: Project openned state as property instead of checking FileName.
(edit) @61   10 years chronos * Added: Unit project which should handle all project related …
(edit) @60   10 years chronos * Added: Free Pascal Compiler as supported target. * Added: Log window …
(edit) @59   10 years chronos * Added: Support for high DPI screens. If not detected automatically …
(edit) @58   11 years chronos * Fixed: Wrong occurence limit checking.
(edit) @57   12 years chronos * Added: Remember last opened file name.
(edit) @56   12 years chronos * Added: Some self-interpretters to examples.
(edit) @55   13 years chronos * Modified: Update Common package.
(edit) @54   13 years chronos * Modified: Packages are stored in unzipped form as predefined dependency.
(edit) @53   13 years chronos * Fixed: Interface localization was not working.
(edit) @52   13 years chronos * Modified: Optimization functions moved to shared place in TTarget. * …
(edit) @51   13 years chronos * Modified: Non visual related code moved to data module Core in UCore …
(edit) @50   13 years chronos * Added: Dialog for setting target options.
(edit) @49   13 years chronos * Added: Optimization of sequence [-] in PHP target.
(edit) @48   13 years chronos * Added: Tool button with drop down menu of available targets. * Added …
(edit) @47   13 years chronos * Added: Clipboard manipulation support in source code form. * …
(edit) @46   13 years chronos * Modified: Source code and target code splited to units.
(edit) @45   13 years chronos * Modified: ApplicationInfo is now component. Base unit is located in …
(edit) @44   13 years chronos * Modified: Updated Common package.
(edit) @43   13 years chronos * Fixed: If executor is not specified then do not include their path …
(edit) @42   13 years chronos * Added: Show execution path in Target list.
(edit) @41   13 years chronos * Added: New Java target.
(edit) @40   13 years chronos * Modified: Text message handling moved to UTarget unit as field of …
(edit) @39   13 years chronos * Fixed: Step into, step over, step out, run to cursor debbuging …
(edit) @38   13 years chronos * Modified: Used manual docked forms for better code separation. * …
(edit) @37   13 years chronos * Renamed: All forms renamed to UForm prefix.
(edit) @36   13 years chronos * Modified: Redone brakepoint system for system stepping breakpoints. …
(edit) @35   13 years chronos * Added: Function to show execution point in code if program is …
(edit) @34   13 years chronos * Removed: Action Compile and run. Now Compile is executed before Run …
(edit) @33   13 years chronos * Modified: CompiledForm replaced by compiled source tab in …
(edit) @32   13 years chronos * Modified: Target specific options is maintained by target class in …
(edit) @31   13 years chronos * Modified: Renamed classes from Compiler to Target. Interpretter …
(edit) @30   13 years chronos * Renamed: Compilers renamed to Targets. Interpretter will be one of …
(edit) @29   13 years chronos * Fixed: Distinguish between windows and linux long file name …
(edit) @28   13 years chronos * Fixed: Compile and run C project using MinGW gcc.
(edit) @27   13 years chronos * Added: Compiler target for C.
(edit) @26   13 years chronos * Modified: Default compilers path.
(edit) @25   13 years chronos * Added: List of supported compiler targets. * Added: Action to …
(edit) @24   13 years chronos * Added: Tool for number generation using '+' symbol.
(edit) @23   13 years chronos * All forms moved to subfolder.
(edit) @22   13 years chronos * Fixed: Default language selection and remeber explicitly selected …
(edit) @21   13 years chronos * Added: Storing last opened project list in registry. * Added: …
(edit) @20   13 years chronos * Added: Action to shrink source code by remove all non printable …
(edit) @19   13 years chronos * Modified: Compiler moved to separate unit file. * Added: Compiler …
(edit) @18   13 years chronos * Modified: Optimalized execution of BrainFuck commands using array of …
Note: See TracRevisionLog for help on using the revision log.