167 Commits (ec46d47c02a0dd6bf6f9e0d31e2d2935fa94720d)
 

Author SHA1 Message Date
  Stan Hebben c3ee072c2d Fixed some source editor bugs 6 years ago
  Stan Hebben 58c1bbbc5e Added output view 6 years ago
  Stan Hebben 9703d03f24 - Removed old paint code 6 years ago
  Stan Hebben 49db3dfe47 - renamed setSurface to mount, and added unmount method 6 years ago
  Stan Hebben dfac1f9a73 Performed major drawing optimizations, introducing a new drawing system 6 years ago
  Stan Hebben ebe7df4449 - Refactored horizontal and vertical layout in linear layout 6 years ago
  Stan Hebben 5248b0747b Added some UI improvements to the IDE and performed some minor refactoring. 6 years ago
  Stan Hebben 64e4aad20c - IDE: put the create package & create source file buttons in more logical places 6 years ago
  Stan Hebben fc5265a83c Added tooltips to the toolbars. 6 years ago
  kindlich 9f38fe453f
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben 57b8ee27bf One more fix... 6 years ago
  kindlich bcceba4543
Some small changes on Generated Lambdas 6 years ago
  kindlich b441aaf496
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben a90b16e7af - Fix function header not being stored correctly for a FunctionExpression 6 years ago
  Stan Hebben f3a01ec07f Implemented some code improvements on the IDE. Preparing work for tooltips. 6 years ago
  Stan Hebben e2af32d350 Improved the IDE: can now create new packages and source files within the IDE 6 years ago
  kindlich 1dd51ded5d
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  kindlich 89c4221b53
More work on functions, only commited to merge Stans latest changes 6 years ago
  Stan Hebben d07b0285ae - Fixed error handling function types 6 years ago
  kindlich 6900a1e11d
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben dbe4bfd510 - Moved package zenscript.shared to zencode.shared 6 years ago
  Stan Hebben 8594fc56e0 Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib) 6 years ago
  kindlich 13e6920fcd
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben 9db09e27c9 Fix static callers crashing. 6 years ago
  kindlich 6c66704a78
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben ca2f130236 - Fixed a bunch of bugs in java source compilation 6 years ago
  kindlich 17cb528827
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben df845f323a - Added reference system and changed the way member instancing works. 6 years ago
  kindlich 91dd3066f7
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben 2e44dec4d7 - Added annotation support 6 years ago
  Stan Hebben c939e7d204 - Refactored some formatting things to be reusable for source code translation targets 6 years ago
  kindlich 15e1277aaa
some minor changes 6 years ago
  kindlich 12f17c8407
Merge branch 'development' of git.openzen.org:ZenScript/ZenScript into development 6 years ago
  Stan Hebben 4987a05c10 - Improving compilation system to have compilation targets 6 years ago
  kindlich a9f5d30209
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben 637b2399d5 Added tabs + support for multiple open source files 6 years ago
  Stan Hebben 53efeba9ce - Continued work on borderless window (but: text rendering changes!) 6 years ago
  Stan Hebben 02daef6093 - Removed some unnecessary classes 6 years ago
  Stan Hebben 7f9d5b3a7f Added cut/copy/paste support. 6 years ago
  Stan Hebben cccd95ba21 - Fixed various bugs in the source editor 6 years ago
  Stan Hebben c05bc0d7b1 - Moved token handling out of the code editor 6 years ago
  Stan Hebben ea5fca4e25 Committing WIP on the IDE 6 years ago
  Stan Hebben 736d9f2f8c - Simplified parser classes, removed unnecessary classes, improved code quality 6 years ago
  Stan Hebben 18566301a3 - Removed whitespace handling from the bare parser 6 years ago
  Stan Hebben 71be205a81 Separating parser responsibilities in multiple classes. (temporarily breaks whitespace preservation) 6 years ago
  Stan Hebben 6feb3f4246 - Split token stream and parser (will be important for the IDE) 6 years ago
  kindlich 51efcfdc9a
Function stuff, probably 6 years ago
  kindlich 0a7482eeea
'Fixed' some compiler/Formatter issues 6 years ago
  Stan Hebben c0cbbda75f Finished LambdaClosure class 6 years ago
  Stan Hebben e3a1ccbc5c - Fixed validator acting up on type argument validation 6 years ago