|
|
@177
|
3 months |
chronos |
* Modified: Merged changes from trunk to 1.3.0.
|
|
|
@157
|
3 months |
chronos |
* Added: Allow to hide main toolbar.
* Fixed: Update cursor position …
|
|
|
@154
|
3 months |
chronos |
* Added: Key shortcuts form to see all available actions and their key …
|
|
|
@153
|
3 months |
chronos |
* Added: Full screen switching support.
* Added: Help form.
* …
|
|
|
@152
|
6 months |
chronos |
* Fixed: A typo in interpreter target name.
|
|
|
@150
|
6 months |
chronos |
* Added: Rust language as compiler target.
|
|
|
@145
|
18 months |
chronos |
* Modified: Remove U prefix from unit names.
* Modified: Updated …
|
|
|
@143
|
3 years |
chronos |
* Added: Action to generate text as brainfuck code.
* Modified: Used …
|
|
|
@141
|
3 years |
chronos |
* Fixed: Renamed original .po files to .pot extension.
* Fixed: snap …
|
|
|
@137
|
3 years |
chronos |
* Fixed: Wrong index variable used in inc/dec merge optimization.
* …
|
|
|
@136
|
3 years |
chronos |
* Modified: Update recent files list in registry immediately.
* Fixed: …
|
|
|
@135
|
3 years |
chronos |
* Modified: Code cleanup.
* Modified: More translated strings.
|
|
|
@134
|
3 years |
chronos |
* Fixed: Do not try to open last opened file on start if it doesn't exist.
|
|
|
@133
|
3 years |
chronos |
* Added: Compile multiple action for compilation of code with mutliple …
|
|
|
@129
|
3 years |
chronos |
* Modified: Eliminated compilation hints from Common package.
|
|
|
@128
|
3 years |
chronos |
* Added: Two more code examples.
* Added: Allow to disable debugging …
|
|
|
@127
|
3 years |
chronos |
* Modified: Generate target source code mapping from program code …
|
|
|
@126
|
3 years |
chronos |
* Modified: SetZero optimization made as separate step.
* Fixed: Error …
|
|
|
@124
|
3 years |
chronos |
* Modified: Use IFDEF UNIX instead of IFDEF LINUX.
* Modified: …
|
|
|
@122
|
3 years |
chronos |
* Modified: Use latest stable Lazarus 2.2.0 for build.
* Modified: …
|
|
|
@116
|
3 years |
chronos |
* Modified: Updated Common package files.
* Fixed: Translation of …
|
|
|
@115
|
4 years |
chronos |
* Fixed: Build with Lazarus 2.0.10.
* Modified: CoolTranslator package …
|
|
|
@111
|
6 years |
chronos |
* Modified: TemplateGenerics replaced by fgl generics.
|
|
|
@103
|
6 years |
chronos |
* Modified: .lrt files replaced by newer .lrj files.
|
|
|
@97
|
6 years |
chronos |
* Added: Syntax highlighting.
|
|
|
@96
|
6 years |
chronos |
* Added: Theming support.
* Modified: Items in Options dialog divided …
|
|
|
@92
|
6 years |
chronos |
* Modified: Create FormTargetOptions in runtime.
|
|
|
@91
|
6 years |
chronos |
* Added: Allow to enable individual code optimization from settings …
|
|
|
@88
|
7 years |
chronos |
* Modified: Enabled DPI scaling.
* Modified: Moved ImageListMain to …
|
|
|
@83
|
7 years |
chronos |
* Added: Show meaningful error message if target compiler or executor …
|
|
|
@76
|
8 years |
chronos |
* Added: Windows installer script for InnoSetup.
|
|
|
@75
|
8 years |
chronos |
* Modified: Main project file renamed to LazFuck.
* Added: Packaging …
|
|
|
@74
|
8 years |
chronos |
* Added: Main application icon.
* Modified: Updated Command and …
|
|
|
@72
|
9 years |
chronos |
* Modified: Built with FPC 3.0.0. Fixed various compiler messages.
|
|
|
@69
|
9 years |
chronos |
* Modified: Update czech translation.
|
|
|
@67
|
10 years |
chronos |
* Renamed: MainForm class to FormMain.
* Moved: CurrentTarget moved …
|
|
|
@65
|
10 years |
chronos |
* Added: Confirmation dialog for closing and saving file.
|
|
|
@64
|
10 years |
chronos |
* Modified: Now commands cmInc, cmDec, cmPointerInc, cmPointerDec and …
|
|
|
@62
|
10 years |
chronos |
* Modified: Project openned state as property instead of checking FileName.
|
|
|
@60
|
10 years |
chronos |
* Added: Free Pascal Compiler as supported target.
* Added: Log window …
|
|
|
@59
|
10 years |
chronos |
* Added: Support for high DPI screens. If not detected automatically …
|
|
|
@58
|
11 years |
chronos |
* Fixed: Wrong occurence limit checking.
|
|
|
@52
|
12 years |
chronos |
* Modified: Optimization functions moved to shared place in TTarget.
* …
|
|
|
@50
|
12 years |
chronos |
* Added: Dialog for setting target options.
|
|
|
@48
|
12 years |
chronos |
* Added: Tool button with drop down menu of available targets.
* Added …
|
|
|
@47
|
12 years |
chronos |
* Added: Clipboard manipulation support in source code form.
* …
|
|
|
@46
|
12 years |
chronos |
* Modified: Source code and target code splited to units.
|
|
|
@43
|
13 years |
chronos |
* Fixed: If executor is not specified then do not include their path …
|
|
|
@42
|
13 years |
chronos |
* Added: Show execution path in Target list.
|
|
|
@41
|
13 years |
chronos |
* Added: New Java target.
|
|
|
@40
|
13 years |
chronos |
* Modified: Text message handling moved to UTarget unit as field of …
|
|
|
@39
|
13 years |
chronos |
* Fixed: Step into, step over, step out, run to cursor debbuging …
|
|
|
@38
|
13 years |
chronos |
* Modified: Used manual docked forms for better code separation.
* …
|
|
|
@37
|
13 years |
chronos |
* Renamed: All forms renamed to UForm prefix.
|
|
|
@36
|
13 years |
chronos |
* Modified: Redone brakepoint system for system stepping breakpoints. …
|
|
|
@35
|
13 years |
chronos |
* Added: Function to show execution point in code if program is …
|
|
|
@34
|
13 years |
chronos |
* Removed: Action Compile and run. Now Compile is executed before Run …
|
|
|
@33
|
13 years |
chronos |
* Modified: CompiledForm replaced by compiled source tab in …
|
|
|
@32
|
13 years |
chronos |
* Modified: Target specific options is maintained by target class in …
|
|
|
@30
|
13 years |
chronos |
* Renamed: Compilers renamed to Targets. Interpretter will be one of …
|
|
|
@28
|
13 years |
chronos |
* Fixed: Compile and run C project using MinGW gcc.
|
|
|
@25
|
13 years |
chronos |
* Added: List of supported compiler targets.
* Added: Action to …
|
|
|
@24
|
13 years |
chronos |
* Added: Tool for number generation using '+' symbol.
|
|
|
@23
|
13 years |
chronos |
* All forms moved to subfolder.
|
|
|
@22
|
13 years |
chronos |
* Fixed: Default language selection and remeber explicitly selected …
|
|
|
@21
|
13 years |
chronos |
* Added: Storing last opened project list in registry.
* Added: …
|
|
|
@20
|
13 years |
chronos |
* Added: Action to shrink source code by remove all non printable …
|
|
|
@19
|
13 years |
chronos |
* Modified: Compiler moved to separate unit file.
* Added: Compiler …
|
|
|
@18
|
13 years |
chronos |
* Modified: Optimalized execution of BrainFuck commands using array of …
|
|
|
@16
|
13 years |
chronos |
* Added: Function for formating source using text indentation …
|
|
|
@15
|
13 years |
chronos |
* Added: Support for multiple interface languages.
* Added: Used …
|