Commit Graph

8 Commits

Author SHA1 Message Date
Margers
edf4f0b416 Simple Stepped menu entry. 2025-03-16 17:06:43 +00:00
Margers
ab0363149e Merge branch source:main into stepped_window_arrangement_v2 2025-03-16 16:55:03 +00:00
Margers
3c7a114c0b Fp Window->Tile - enable, disable correctly. 2025-02-17 09:53:41 +00:00
Margers
96b8a79563 New window arrangement option in menu - Stepped. 2025-02-17 09:20:16 +00:00
Margers
86f61918b4 Window list dialog windows size adjustment 2025-01-10 21:19:03 +00:00
michael
a9696520fb * Apply patch from Margers to fix bug ID
git-svn-id: trunk@40804 -
2019-01-08 04:15:38 +00:00
Jonas Maebe
c6bb85eae9 * support for compiling the objects unit methods that expect local procedure/
function pointers using {$modeswitch nestedprocvars} functionality, activate
    this for LLVM and also activate that modeswitch for a test that uses this
   o also convert the IDE units to use this functionality
   o requires extra typecasts because implicit type conversions from
     procvar(p: psometype) to procvar(p: pointer) are not supported; on the
     plus side, even those type conversions are checked for validity
   o note: requires {$modeswitch nestedprocvars} in all programs/units
     that rely on this functionality

git-svn-id: trunk@40598 -
2018-12-20 21:22:40 +00:00
florian
3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00