Changeset 466
- Timestamp:
- Nov 30, 2023, 10:26:23 PM (2 years ago)
- Location:
- branches/highdpi
- Files:
- 
      - 56 edited
- 1 copied
- 2 moved
 
 - 
          
  Back.pas (modified) (1 diff)
- 
          
  Brain.pas (modified) (1 diff)
- 
          
  Direct.lfm (modified) (1 diff)
- 
          
  Direct.pas (modified) (1 diff)
- 
          
  Inp.pas (modified) (1 diff)
- 
          
  Integrated.lpr (modified) (1 diff)
- 
          
  LocalPlayer/Battle.pas (modified) (1 diff)
- 
          
  LocalPlayer/CityScreen.pas (modified) (1 diff)
- 
          
  LocalPlayer/CityType.pas (modified) (1 diff)
- 
          
  LocalPlayer/Diagram.pas (modified) (1 diff)
- 
          
  LocalPlayer/Draft.pas (modified) (1 diff)
- 
          
  LocalPlayer/Enhance.pas (modified) (1 diff)
- 
          
  LocalPlayer/Help.pas (modified) (1 diff)
- 
          
  LocalPlayer/IsoEngine.pas (modified) (1 diff)
- 
          
  LocalPlayer/LocalPlayer.pas (modified) (1 diff)
- 
          
  LocalPlayer/MessgEx.pas (modified) (1 diff)
- 
          
  LocalPlayer/NatStat.pas (modified) (1 diff)
- 
          
  LocalPlayer/Nego.pas (modified) (1 diff)
- 
          
  LocalPlayer/PVSB.pas (modified) (1 diff)
- 
          
  LocalPlayer/Rates.pas (modified) (1 diff)
- 
          
  LocalPlayer/Select.pas (modified) (1 diff)
- 
          
  LocalPlayer/TechTree.pas (modified) (1 diff)
- 
          
  LocalPlayer/Term.pas (modified) (1 diff)
- 
          
  LocalPlayer/UnitStat.pas (modified) (1 diff)
- 
          
  LocalPlayer/Wonders.pas (modified) (1 diff)
- 
          
  Log.pas (modified) (1 diff)
- 
          
  MiniMap.pas (modified) (1 diff)
- 
          
  NoTerm.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/Area.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/BaseWin.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ButtonA.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ButtonB.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ButtonBase.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ButtonC.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ButtonN.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/DrawDlg.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/EOTButton.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/GraphicSet.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/ScreenTools.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/Sound.pas (modified) (1 diff)
- 
          
  Packages/CevoComponents/Texture.pas (modified) (1 diff)
- 
          
  Packages/Common/ApplicationInfo.pas (modified) (1 diff)
- 
          
  Packages/Common/FormAbout.pas (modified) (1 diff)
- 
          
  Packages/Common/JobProgressView.pas (modified) (1 diff)
- 
          
  Packages/Common/LastOpenedList.pas (modified) (1 diff)
- 
          
  Packages/Common/ListViewSort.pas (modified) (1 diff)
- 
          
  Packages/Common/MetaCanvas.pas (modified) (1 diff)
- 
          
  Packages/Common/PersistentForm.pas (modified) (1 diff)
- 
          
  Packages/Common/PixelPointer.pas (modified) (1 diff)
- 
          
  Packages/Common/ScaleDPI.pas (modified) (1 diff)
- 
          
  Packages/Common/Theme.pas (modified) (1 diff)
- 
          
  Packages/Common/Threading.pas (modified) (1 diff)
- 
          
  Packages/Common/Translator.pas (modified) (1 diff)
- 
          
  Packages/DpiControls/DpiControls.lpk (modified) (1 diff)
- 
          
  Packages/DpiControls/DpiControls.pas (moved) (moved from branches/highdpi/Packages/DpiControls/UDpiControls.pas ) (2 diffs)
- 
          
  Packages/DpiControls/DpiControlsPackage.pas (copied) (copied from branches/highdpi/Packages/DpiControls/DpiControls.pas ) (3 diffs)
- 
          
  Packages/DpiControls/PixelPointer2.pas (moved) (moved from branches/highdpi/Packages/DpiControls/UPixelPointer2.pas ) (1 diff)
- 
          
  Settings.pas (modified) (1 diff)
- 
          
  Start.pas (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/highdpi/Back.pasr465 r466 5 5 6 6 uses 7 UDpiControls, LCLIntf, LCLType, SysUtils, Classes, Graphics, Forms, Controls;7 DpiControls, LCLIntf, LCLType, SysUtils, Classes, Graphics, Forms, Controls; 8 8 9 9 type 
- 
      branches/highdpi/Brain.pasr465 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Generics.Collections, Graphics, Protocol, LazFileUtils,6 DpiControls, Classes, SysUtils, Generics.Collections, Graphics, Protocol, LazFileUtils, 7 7 dynlibs, Types; 8 8 
- 
      branches/highdpi/Direct.lfmr465 r466 10 10 DesignTimePPI = 144 11 11 Font.Color = clWindowText 12 Font.Height = - 2012 Font.Height = -30 13 13 Font.Name = 'MS Sans Serif' 14 14 FormStyle = fsStayOnTop 
- 
      branches/highdpi/Direct.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Messg,7 DpiControls, Messg, 8 8 9 9 LCLIntf, LCLType, {$IFDEF UNIX}LMessages, {$ENDIF}Messages, SysUtils, Classes, 
- 
      branches/highdpi/Inp.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,7 DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 8 8 DrawDlg, ButtonA, StdCtrls; 9 9 
- 
      branches/highdpi/Integrated.lprr465 r466 8 8 Forms, Interfaces, SysUtils, Protocol, GameServer, Direct, Start, Messg, Inp, 9 9 Back, Log, LocalPlayer, ClientTools, Tribes, IsoEngine, Term, CityScreen, Nego, 10 NoTerm, ScreenTools, Directories, UDpiControls;10 NoTerm, ScreenTools, Directories, DpiControls; 11 11 12 12 {$if declared(UseHeapTrace)} 
- 
      branches/highdpi/LocalPlayer/Battle.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType,7 DpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType, 8 8 SysUtils, Classes, Graphics, Controls, Forms, DrawDlg, IsoEngine; 9 9 
- 
      branches/highdpi/LocalPlayer/CityScreen.pasr465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF UNIX}LMessages,{$ENDIF}7 DpiControls, {$IFDEF UNIX}LMessages,{$ENDIF} 8 8 Protocol, ClientTools, ScreenTools, IsoEngine, BaseWin, LCLIntf, LCLType, 9 9 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, 
- 
      branches/highdpi/LocalPlayer/CityType.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, 8 8 SysUtils, Classes, Graphics, Controls, Forms, ButtonB, ExtCtrls; 9 9 
- 
      branches/highdpi/LocalPlayer/Diagram.pasr465 r466 5 5 6 6 uses 7 UDpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,7 DpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 8 8 ButtonB, Menus; 9 9 
- 
      branches/highdpi/LocalPlayer/Draft.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, ButtonB, Area; 9 9 
- 
      branches/highdpi/LocalPlayer/Enhance.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils,7 DpiControls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, IsoEngine, ButtonB, ButtonC, Menus; 9 9 
- 
      branches/highdpi/LocalPlayer/Help.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType,7 DpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType, 8 8 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, 9 9 ButtonB, PVSB, Types, Generics.Collections, IsoEngine; 
- 
      branches/highdpi/LocalPlayer/IsoEngine.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, PixelPointer, GraphicSet; 9 9 
- 
      branches/highdpi/LocalPlayer/LocalPlayer.pasr465 r466 10 10 11 11 uses 12 UDpiControls, Term, CityScreen, Nego, BaseWin, Forms;12 DpiControls, Term, CityScreen, Nego, BaseWin, Forms; 13 13 14 14 var 
- 
      branches/highdpi/LocalPlayer/MessgEx.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages,7 DpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages, 8 8 SysUtils, Classes, Graphics, Controls, Forms, ButtonA, ButtonB, StdCtrls, 9 9 DrawDlg, Help; 
- 
      branches/highdpi/LocalPlayer/NatStat.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, Menus, EOTButton; 9 9 
- 
      branches/highdpi/LocalPlayer/Nego.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics,7 DpiControls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonA, ButtonB, ButtonN; 9 9 
- 
      branches/highdpi/LocalPlayer/PVSB.pasr465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF}7 DpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF} 8 8 Classes, Controls, Forms, LCLIntf, LCLType, LMessages, Messages, SysUtils, 9 9 StdCtrls, Math; 
- 
      branches/highdpi/LocalPlayer/Rates.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB, ButtonC; 9 9 
- 
      branches/highdpi/LocalPlayer/Select.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin,7 DpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin, 8 8 LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, 9 9 ExtCtrls, ButtonB, ButtonBase, Menus, Types; 
- 
      branches/highdpi/LocalPlayer/TechTree.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB, DrawDlg; 9 9 
- 
      branches/highdpi/LocalPlayer/Term.pasr465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF WINDOWS}7 DpiControls, {$IFDEF WINDOWS} 8 8 Windows, 9 9 {$ENDIF} 
- 
      branches/highdpi/LocalPlayer/UnitStat.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, IsoEngine; 9 9 
- 
      branches/highdpi/LocalPlayer/Wonders.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB; 9 9 
- 
      branches/highdpi/Log.pasr465 r466 5 5 6 6 uses 7 UDpiControls, LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms,7 DpiControls, LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, 8 8 StdCtrls, Menus; 9 9 
- 
      branches/highdpi/MiniMap.pasr465 r466 5 5 6 6 uses 7 UDpiControls, Classes, SysUtils, Graphics, Protocol, ClientTools;7 DpiControls, Classes, SysUtils, Graphics, Protocol, ClientTools; 8 8 9 9 type 
- 
      branches/highdpi/NoTerm.pasr465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, Protocol, Messg, LCLIntf, LCLType, dateutils, Platform,7 DpiControls, ScreenTools, Protocol, Messg, LCLIntf, LCLType, dateutils, Platform, 8 8 SysUtils, Classes, Graphics, Controls, Forms, ButtonB, DrawDlg; 9 9 
- 
      branches/highdpi/Packages/CevoComponents/Area.pasr210 r466 4 4 5 5 uses 6 UDpiControls, Classes, Graphics, Controls;6 DpiControls, Classes, Graphics, Controls; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/BaseWin.pasr463 r466 4 4 5 5 uses 6 UDpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,6 DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 7 7 DrawDlg; 8 8 
- 
      branches/highdpi/Packages/CevoComponents/ButtonA.pasr463 r466 4 4 5 5 uses 6 UDpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType, ScreenTools, Types;6 DpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType, ScreenTools, Types; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/ButtonB.pasr463 r466 4 4 5 5 uses 6 UDpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType;6 DpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/ButtonBase.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, Graphics, Controls;6 DpiControls, Classes, Graphics, Controls; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/ButtonC.pasr463 r466 4 4 5 5 uses 6 UDpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType, ScreenTools;6 DpiControls, ButtonBase, Classes, Graphics, LCLIntf, LCLType, ScreenTools; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/ButtonN.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, Graphics, Controls, LCLIntf, LCLType, ScreenTools;6 DpiControls, Classes, Graphics, Controls, LCLIntf, LCLType, ScreenTools; 7 7 8 8 type 
- 
      branches/highdpi/Packages/CevoComponents/DrawDlg.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Forms, LCLIntf, LCLType, {$IFDEF UNIX}LMessages,{$ENDIF}6 DpiControls, Classes, SysUtils, Forms, LCLIntf, LCLType, {$IFDEF UNIX}LMessages,{$ENDIF} 7 7 Messages, Graphics, Controls, ButtonBase, ButtonA, ButtonB, Area, ScreenTools 8 8 {$IFDEF LCLGTK2}, Gtk2Globals{$ENDIF}; 
- 
      branches/highdpi/Packages/CevoComponents/EOTButton.pasr463 r466 4 4 5 5 uses 6 UDpiControls, ButtonBase, Classes, SysUtils, Graphics, LCLIntf, LCLType;6 DpiControls, ButtonBase, Classes, SysUtils, Graphics, LCLIntf, LCLType; 7 7 8 8 const 
- 
      branches/highdpi/Packages/CevoComponents/GraphicSet.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Graphics, Generics.Collections, LCLType, DOM,6 DpiControls, Classes, SysUtils, Graphics, Generics.Collections, LCLType, DOM, 7 7 XMLRead, XMLWrite, XML; 8 8 
- 
      branches/highdpi/Packages/CevoComponents/ScreenTools.pasr463 r466 4 4 5 5 uses 6 UDpiControls, {$IFDEF WINDOWS}6 DpiControls, {$IFDEF WINDOWS} 7 7 Windows, 8 8 {$ENDIF} 
- 
      branches/highdpi/Packages/CevoComponents/Sound.pasr463 r466 4 4 5 5 uses 6 UDpiControls, SysUtils, Classes, Graphics, Controls, Forms, Generics.Collections, FileUtil,6 DpiControls, SysUtils, Classes, Graphics, Controls, Forms, Generics.Collections, FileUtil, 7 7 StringTables, Directories, LCLType 8 8 {$IFDEF WINDOWS}, MMSystem, Windows{$ENDIF} 
- 
      branches/highdpi/Packages/CevoComponents/Texture.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Graphics;6 DpiControls, Classes, SysUtils, Graphics; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/ApplicationInfo.pasr463 r466 4 4 5 5 uses 6 UDpiControls, SysUtils, Classes, Forms, RegistryEx, Controls, Graphics, LCLType;6 DpiControls, SysUtils, Classes, Forms, RegistryEx, Controls, Graphics, LCLType; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/FormAbout.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,6 DpiControls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, 7 7 StdCtrls, ExtCtrls, ApplicationInfo, Common, Translator, Theme; 8 8 
- 
      branches/highdpi/Packages/Common/JobProgressView.pasr463 r466 4 4 5 5 uses 6 UDpiControls, SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,6 DpiControls, SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs, 7 7 Dialogs, ComCtrls, StdCtrls, ExtCtrls, Generics.Collections, Threading, Math, 8 8 DateUtils; 
- 
      branches/highdpi/Packages/Common/LastOpenedList.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Registry, RegistryEx, Menus, XMLConf, DOM;6 DpiControls, Classes, SysUtils, Registry, RegistryEx, Menus, XMLConf, DOM; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/ListViewSort.pasr463 r466 6 6 7 7 uses 8 UDpiControls, {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics, ComCtrls, SysUtils,8 DpiControls, {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics, ComCtrls, SysUtils, 9 9 Controls, DateUtils, Dialogs, Forms, Grids, StdCtrls, ExtCtrls, 10 10 LclIntf, LclType, LResources, Generics.Collections, Generics.Defaults; 
- 
      branches/highdpi/Packages/Common/MetaCanvas.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Graphics, Types, Generics.Collections;6 DpiControls, Classes, SysUtils, Graphics, Types, Generics.Collections; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/PersistentForm.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Forms, RegistryEx, LCLIntf, Registry, Controls, ComCtrls,6 DpiControls, Classes, SysUtils, Forms, RegistryEx, LCLIntf, Registry, Controls, ComCtrls, 7 7 ExtCtrls, LCLType; 8 8 
- 
      branches/highdpi/Packages/Common/PixelPointer.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Graphics;6 DpiControls, Classes, SysUtils, Graphics; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/ScaleDPI.pasr463 r466 6 6 7 7 uses 8 UDpiControls, Classes, Forms, Graphics, Controls, ComCtrls, LCLType, SysUtils,8 DpiControls, Classes, Forms, Graphics, Controls, ComCtrls, LCLType, SysUtils, 9 9 Generics.Collections; 10 10 
- 
      branches/highdpi/Packages/Common/Theme.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Graphics, ComCtrls, Controls, ExtCtrls, Menus, StdCtrls,6 DpiControls, Classes, SysUtils, Graphics, ComCtrls, Controls, ExtCtrls, Menus, StdCtrls, 7 7 Spin, Forms, Generics.Collections, Grids; 8 8 
- 
      branches/highdpi/Packages/Common/Threading.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Forms, Generics.Collections, SyncObjs;6 DpiControls, Classes, SysUtils, Forms, Generics.Collections, SyncObjs; 7 7 8 8 type 
- 
      branches/highdpi/Packages/Common/Translator.pasr463 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, Forms, ExtCtrls, Controls, LazFileUtils, LazUTF8,6 DpiControls, Classes, SysUtils, Forms, ExtCtrls, Controls, LazFileUtils, LazUTF8, 7 7 Translations, TypInfo, Dialogs, FileUtil, LCLProc, Languages, LCLType, 8 8 LCLVersion, Generics.Collections; 
- 
      branches/highdpi/Packages/DpiControls/DpiControls.lpkr465 r466 19 19 <License Value="Copyleft, public domain"/> 20 20 <Version Minor="1"/> 21 <Files Count=" 2">21 <Files Count="3"> 22 22 <Item1> 23 <Filename Value=" UDpiControls.pas"/>23 <Filename Value="DpiControls.pas"/> 24 24 <HasRegisterProc Value="True"/> 25 <UnitName Value=" UDpiControls"/>25 <UnitName Value="DpiControls"/> 26 26 </Item1> 27 27 <Item2> 28 <Filename Value=" UPixelPointer2.pas"/>29 <UnitName Value=" UPixelPointer2"/>28 <Filename Value="PixelPointer2.pas"/> 29 <UnitName Value="PixelPointer2"/> 30 30 </Item2> 31 <Item3> 32 <Filename Value="DpiControlsPackage.pas"/> 33 <Type Value="Main Unit"/> 34 <UnitName Value="DpiControlsPackage"/> 35 </Item3> 31 36 </Files> 32 37 <CompatibilityMode Value="True"/> 
- 
      branches/highdpi/Packages/DpiControls/DpiControls.pasr465 r466 1 unit UDpiControls;1 unit DpiControls; 2 2 3 3 interface … … 7 7 Generics.Collections, FormEditingIntf, ProjectIntf, Controls, StdCtrls, Graphics, 8 8 ComCtrls, ExtCtrls, LCLType, GraphType, Types, CustApp, LMessages, LCLIntf, 9 Menus, Math, UPixelPointer2, Grids, Spin;9 Menus, Math, PixelPointer2, Grids, Spin; 10 10 11 11 const 
- 
      branches/highdpi/Packages/DpiControls/DpiControlsPackage.pasr465 r466 3 3 } 4 4 5 unit DpiControls ;5 unit DpiControlsPackage; 6 6 7 7 {$warn 5023 off : no warning about unused units} … … 9 9 10 10 uses 11 UDpiControls, UPixelPointer2, LazarusPackageIntf;11 DpiControls, PixelPointer2, LazarusPackageIntf; 12 12 13 13 implementation … … 15 15 procedure Register; 16 16 begin 17 RegisterUnit(' UDpiControls', @UDpiControls.Register);17 RegisterUnit('DpiControls', @DpiControls.Register); 18 18 end; 19 19 
- 
      branches/highdpi/Packages/DpiControls/PixelPointer2.pasr465 r466 1 unit UPixelPointer2;1 unit PixelPointer2; 2 2 3 3 interface 
- 
      branches/highdpi/Settings.pasr465 r466 4 4 5 5 uses 6 UDpiControls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,6 DpiControls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 7 LCLProc, ScreenTools, Messg, ButtonA, Directories, DrawDlg, ButtonC, 8 8 KeyBindings, Languages; 
- 
      branches/highdpi/Start.pasr465 r466 5 5 6 6 uses 7 UDpiControls, GameServer, Messg, ButtonBase, ButtonA, ButtonC, ButtonB, Area, Types,7 DpiControls, GameServer, Messg, ButtonBase, ButtonA, ButtonC, ButtonB, Area, Types, 8 8 LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, StdCtrls, 9 9 Menus, Registry, DrawDlg, Generics.Collections, Protocol, MiniMap, Brain, 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
