source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @147   10 months chronos * Modified: Code cleanup.
(edit) @146   11 months chronos * Fixed: Build on Windows.
(edit) @145   11 months chronos * Modified: Remove U prefix from unit names. * Modified: Updated …
(edit) @144   11 months chronos * Modified: Removed explicit mode directive.
(edit) @143   2 years chronos * Added: Action to generate text as brainfuck code. * Modified: Used …
(edit) @141   2 years chronos * Fixed: Renamed original .po files to .pot extension. * Fixed: snap …
(edit) @140   2 years chronos * Added: RPM package specification.
(edit) @139   2 years chronos * Modified: Version 1.2.0 release related changes.
(edit) @137   2 years chronos * Fixed: Wrong index variable used in inc/dec merge optimization. * …
(edit) @136   2 years chronos * Modified: Update recent files list in registry immediately. * Fixed: …
(edit) @135   2 years chronos * Modified: Code cleanup. * Modified: More translated strings.
(edit) @134   2 years chronos * Fixed: Do not try to open last opened file on start if it doesn't exist.
(edit) @133   2 years chronos * Added: Compile multiple action for compilation of code with mutliple …
(edit) @132   2 years chronos * Fixed: Paste icon transparency.
(edit) @131   2 years chronos * Fixed: Scale toolbar and menu icons.
(edit) @130   2 years chronos * Removed: Old base .po files. * Modified: Use generic list in …
(edit) @129   2 years chronos * Modified: Eliminated compilation hints from Common package.
(edit) @128   2 years chronos * Added: Two more code examples. * Added: Allow to disable debugging …
(edit) @127   2 years chronos * Modified: Generate target source code mapping from program code …
(edit) @126   2 years chronos * Modified: SetZero optimization made as separate step. * Fixed: Error …
(edit) @125   2 years chronos * Modified: Code cleanup.
(edit) @124   2 years chronos * Modified: Use IFDEF UNIX instead of IFDEF LINUX. * Modified: …
(edit) @123   2 years chronos * Modified: Updated snap definition file to support standard gtk2 …
(edit) @122   2 years chronos * Modified: Use latest stable Lazarus 2.2.0 for build. * Modified: …
(edit) @121   2 years chronos * Modified: Updated deb and snap configuration to register the …
(edit) @120   3 years chronos * Added: Deb binary packages for version 1.1.0.
(edit) @119   3 years chronos * Modified: Version update after 1.1.0 release. * Added: Windows …
(edit) @117   3 years chronos * Added: Application screenshot into images.
(edit) @116   3 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   5 years chronos * Modified: Improved stepping through source and target code. Each …
(edit) @113   5 years chronos * Fixed: SynEdit SelIndex is counter from 1 and not from 0.
(edit) @112   5 years chronos * Modified: Redraw output form content only if output instruction was …
(edit) @111   5 years chronos * Modified: TemplateGenerics replaced by fgl generics.
(edit) @110   5 years chronos * Fixed: Scaling imagelist images doesn't work under Linux.
(edit) @109   5 years chronos * Fixed: Leaked memory in BFHighlighter.
(edit) @108   5 years chronos * Modified: Do not use old UTF8 functions variants.
(edit) @107   5 years chronos * Added: Javascript target.
(edit) @106   5 years chronos * Added: TargetCode form use SynEdit for syntax highlighting. * Fixed: …
(edit) @105   5 years chronos * Fixed: Resolved compiler warnings and notes. * Modified: Update packages.
(edit) @104   5 years chronos * Removed: Empty directory Common.
(edit) @103   5 years chronos * Modified: .lrt files replaced by newer .lrj files.
(edit) @102   5 years chronos * Modified: Updated packages Common, CoolTranslator and …
(edit) @100   5 years chronos * Modified: Updated versioning information. * Added: Release notes file.
(edit) @98   6 years chronos * Fixed: Show application icon in Windows installed applications. Show …
(edit) @97   6 years chronos * Added: Syntax highlighting.
(edit) @96   6 years chronos * Added: Theming support. * Modified: Items in Options dialog divided …
(edit) @95   6 years chronos * Fixed: Set temporary directory for Linux build on Launchpad.
(edit) @94   6 years chronos * Fixed: Windows installer build script.
(edit) @93   6 years chronos * Modified: Updated Common, CoolTranslator and TemplateGenerics
(edit) @92   6 years chronos * Modified: Create FormTargetOptions in runtime.
(edit) @91   6 years chronos * Added: Allow to enable individual code optimization from settings …
(edit) @90   7 years chronos * Fixed: Infinite loop in Multiply optimization pass. * Modified: Made …
(edit) @89   7 years chronos * Modified: Use Lazarus dir from environment variable for windows …
(edit) @88   7 years chronos * Modified: Enabled DPI scaling. * Modified: Moved ImageListMain to …
(edit) @87   7 years chronos * Added: New CSharp target. * Fixed: Use configured memory size in targets.
(edit) @86   7 years chronos * Added: New optimization using relative indexes to eliminate lots of …
(edit) @85   7 years chronos * Fixed: Use newer langugage ID function.
(edit) @84   7 years chronos * Fixed: Use compiler for target only if it is defined.
(edit) @83   7 years chronos * Added: Show meaningful error message if target compiler or executor …
(edit) @82   7 years chronos * Added: New Python target.
(edit) @81   7 years chronos * Fixed: Show main form as maximized by default on first start.
(edit) @80   7 years chronos * Fixed: Exception if optimization for empty code was used. * Fixed: …
(edit) @79   7 years chronos * Fixed: Recreated interpretter execution thread after first run.
(edit) @78   7 years chronos * Modified: Show only really used memory. * Added: Check memory leaks …
(edit) @77   7 years chronos * Fixed: Store recent files in registry subkey.
(edit) @76   7 years chronos * Added: Windows installer script for InnoSetup.
(edit) @75   7 years chronos * Modified: Main project file renamed to LazFuck. * Added: Packaging …
(edit) @74   7 years chronos * Added: Main application icon. * Modified: Updated Command and …
(edit) @73   7 years chronos * Added: Remember position and size of main form after close of …
(edit) @72   8 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   9 years chronos * Renamed: MainForm class to FormMain. * Moved: CurrentTarget moved …
(edit) @66   9 years chronos * Moved: BrainFuck related code moved from TTarget to specialized …
(edit) @65   9 years chronos * Added: Confirmation dialog for closing and saving file.
(edit) @64   9 years chronos * Modified: Now commands cmInc, cmDec, cmPointerInc, cmPointerDec and …
(edit) @63   9 years chronos * Moved:General unit UTarget out of specific target implementations.
(edit) @62   9 years chronos * Modified: Project openned state as property instead of checking FileName.
(edit) @61   9 years chronos * Added: Unit project which should handle all project related …
(edit) @60   9 years chronos * Added: Free Pascal Compiler as supported target. * Added: Log window …
(edit) @59   9 years chronos * Added: Support for high DPI screens. If not detected automatically …
(edit) @58   10 years chronos * Fixed: Wrong occurence limit checking.
(edit) @57   11 years chronos * Added: Remember last opened file name.
(edit) @56   11 years chronos * Added: Some self-interpretters to examples.
(edit) @55   12 years chronos * Modified: Update Common package.
(edit) @54   12 years chronos * Modified: Packages are stored in unzipped form as predefined dependency.
(edit) @53   12 years chronos * Fixed: Interface localization was not working.
(edit) @52   12 years chronos * Modified: Optimization functions moved to shared place in TTarget. * …
(edit) @51   12 years chronos * Modified: Non visual related code moved to data module Core in UCore …
(edit) @50   12 years chronos * Added: Dialog for setting target options.
(edit) @49   12 years chronos * Added: Optimization of sequence [-] in PHP target.
(edit) @48   12 years chronos * Added: Tool button with drop down menu of available targets. * Added …
(edit) @47   12 years chronos * Added: Clipboard manipulation support in source code form. * …
(edit) @46   12 years chronos * Modified: Source code and target code splited to units.
(edit) @45   12 years chronos * Modified: ApplicationInfo is now component. Base unit is located in …
(edit) @44   12 years chronos * Modified: Updated Common package.
(edit) @43   12 years chronos * Fixed: If executor is not specified then do not include their path …
Note: See TracRevisionLog for help on using the revision log.