source: trunk/Packages

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @567   13 hours chronos * Fixed: Init offscreen bitmap with solid black color.
(edit) @565   22 hours chronos * Modified: Start form changed to use Offscreen bitmap for drawing as …
(edit) @561   4 days chronos * Fixed: Resize Term window offscreen bitmap on screen size change. …
(edit) @560   6 days chronos * Fixed: Lookup table negative range.
(edit) @559   7 days chronos * Modified: Optimized BitBltBitmap scaling function. * Modified: …
(edit) @558   7 days chronos * Modified: Code cleanup.
(edit) @554   8 days chronos * Added: TButtonG class as a button class component referencing …
(edit) @552   8 days chronos * Modified: Optimized high DPI scaling. Use lookup table for scaled …
(edit) @548   11 days chronos * Fixed: Bad unit drawing in battle dialog. * Modified: Code cleanup.
(edit) @547   12 days chronos * Modified: Optimized scaling function.
(edit) @546   12 days chronos * Modified: Optimized scaling functions.
(edit) @545   2 weeks chronos * Fixed: Incorrect range checking in scaled bitmap drawing method.
(edit) @539   2 weeks chronos * Modified: Optimized scaled bitmap drawing.
(edit) @538   2 weeks chronos * Fixed: Map drawing in case of fractional scaling.
(edit) @536   2 weeks chronos * Modified: Code cleanup.
(edit) @533   3 weeks chronos * Fixed: Eliminated unwanted second map resize and redraw during …
(edit) @531   5 weeks chronos * Modified: Code cleanup.
(edit) @530   2 months chronos * Modified: Use BitBltBitmap instead of BitBltCanvas if possible.
(edit) @527   4 months chronos * Fixed: Height of Message dialog was not correctly calculated.
(edit) @526   4 months chronos * Fixed: Error if AI context menu opened multiple times. Also memory …
(edit) @525   4 months chronos * Fixed: Gtk2 first click workaround to work also with DPI components.
(edit) @523   4 months chronos * Fixed: Avoid repeatedly calling Term form resize and repaint in case …
(edit) @522   4 months chronos * Modified: Code cleanup. * Added: High DPI aware SetWindowPos function.
(edit) @520   4 months chronos * Modified: Use Floor in ScaleFromNative to avoid getting out of range …
(edit) @519   4 months chronos * Fixed: Build under Linux.
(edit) @518   4 months chronos * Fixed: Make fractional scaling work also on Windows. * Modified: By …
(edit) @516   4 months chronos * Fixed: Use Round function for scaling calculation as ceil and floor …
(edit) @515   4 months chronos * Modified: Improved scaling of ImageOp_BCC procedure. * Fixed: Do not …
(edit) @514   4 months chronos * Modified: LogoBuffer is in fact general DrawBuffer. Use single …
(edit) @512   4 months chronos * Modified: Clear menu optimisation.
(edit) @507   4 months chronos * Fixed: Range check error on main form minimization.
(edit) @506   4 months chronos * Fixed: Better PixelPointer range checking.
(edit) @505   4 months chronos * Modified: Code cleanup.
(edit) @504   4 months chronos * Fixed: ScrollBar was not visible on Windows due to not set Width. * …
(edit) @503   4 months chronos * Modified: Code cleanup.
(edit) @502   4 months chronos * Fixed: Non-DPI build. * Modified: Code cleanup.
(edit) @501   4 months chronos * Fixed: TPixelPointer range check.
(edit) @500   4 months chronos * Fixed: Application memory leak.
(edit) @497   5 months chronos * Fixed: Correction of StayOnTop restore method workaround.
(edit) @496   5 months chronos * Modified: Code cleanup.
(edit) @495   5 months chronos * Fixed: Workaround for LCL bug where ShowModal makes all StayOnTop
(edit) @492   5 months chronos * Modified: By default use 100% (96 DPI) as fractional scaling doesn't …
(edit) @487   5 months chronos * Added: Range checking for TPixelPointer record type.
(edit) @486   5 months chronos * Modified: Code cleanup.
(edit) @482   5 months chronos * Modified: Class type checking enabled back.
(edit) @477   5 months chronos * Fixed: Scaling on Windows.
(edit) @476   5 months chronos * Fixed: Build under Linux.
(edit) @475   5 months chronos * Fixed: Build under Windows.
(edit) @474   5 months chronos * Fixed: More high dpi related fixes.
(edit) @473   5 months chronos * Added: Custom DPI configuration in Settings dialog. * Fixed: Better …
(edit) @472   5 months chronos * Fixed: More high DPI corrections.
(edit) @471   5 months chronos * Fixed: More units uses items corrected for high DPI support.
(edit) @469   5 months chronos * Fixed: City screen size sometimes not correctly loaded. * Modified: …
(edit) @468   5 months chronos * Added: High DPI support integrated into trunk branch. It can be …
(edit) @464   5 months chronos * Modified: Code cleanup.
(edit) @462   5 months chronos * Modified: Code cleanup.
(edit) @460   5 months chronos * Modified: Do not initialize all local player windows at the start of …
(edit) @459   5 months chronos * Fixed: Chinese language list selection in Settings window didn't …
(edit) @456   11 months chronos * Modified: Removed U prefix from unit names.
(edit) @447   2 years chronos * Modified: Use first capital letter in identifiers.
(edit) @442   2 years chronos * Modified: Code cleanup.
(edit) @440   2 years chronos * Fixed: Use Gtk2Fix in base window before showing modal window.
(edit) @432   2 years chronos * Fixed: Incorrectly renamed function.
(edit) @431   2 years chronos * Modified: Changed WindowMode numerical constants to enumeration.
(edit) @424   2 years chronos * Modified: Update Common package to version 0.10. * Modified: fgl …
(edit) @423   2 years chronos * Modified: Do not use explicit mode delphi directive as it is already …
(edit) @422   2 years chronos * Modified: Build with Lazarus 2.2.0.
(edit) @420   2 years chronos * Modified: Updated Common package to version 0.9. * Modified: Code …
(edit) @418   2 years chronos * Modified: Sort key bindings alphabetically in the settings dialog. * …
(edit) @417   2 years chronos * Modified: Merged LoadGraphicSet and LoadGraphicSet2 into single …
(edit) @416   2 years chronos * Fixed: Use Common package translator to solve duplicate ULanguages …
(edit) @413   2 years chronos * Fixed: Mouse window move simulation under Linux was not reliable due …
(edit) @408   2 years chronos * Fixed: Use correct text color and background in settings form key …
(edit) @399   3 years chronos * Modified: Ignore lib subdirectory in Common package.
(edit) @398   3 years chronos * Modified: Added link to Common package source.
(edit) @396   3 years chronos * Added: Common package. UXMLUtils and UPixelPointer moved to Common …
(edit) @395   3 years chronos * Fixed: Workaround for Gtk2 windows not accepting first mouse down event.
(edit) @383   3 years chronos * Modified: Update snap package.
(edit) @381   3 years chronos * Fixed: Error if map without map picture was renamed. * Fixed: Copy …
(edit) @380   3 years chronos * Modified: TTexture class moved to seprate unit.
(edit) @379   3 years chronos * Fixed: Predefined maps and example map was not initially copied to …
(edit) @375   3 years chronos * Fixed: ExtractFileNameWithoutExt function moved to CevoComponents
(edit) @374   3 years chronos * Fixed: Still possible crash during change of partialy produced …
(edit) @372   3 years chronos * Fixed: Allow to move dialogs on Linux only in TitleHeight area.
(edit) @355   3 years chronos * Modified: Code cleanup.
(edit) @352   3 years chronos * Modified: TTexture changed from record to class. * Modified: Code …
(edit) @347   3 years chronos * Modified: Optimized drawing in InitOrnament procedure.
(edit) @340   3 years chronos * Added: Support for F11 full screen switch key in Start dialog. * …
(edit) @336   3 years chronos * Modify: Change Notify function to have separate enumeration type and …
(edit) @331   3 years chronos * Modified: Player border tile preparation code for bitmap color …
(edit) @330   3 years chronos * Modified: Reworker IsoEngine unit to support multiple iso maps with …
(edit) @323   3 years chronos * Modified: Created single procedure for unshare/free bitmap before …
(edit) @318   3 years chronos * Modified: Defined and used more Templates graphic set items. * …
(edit) @317   3 years chronos * Added: Allow to set gamma corection in settings dialog.
(edit) @316   3 years chronos * Modified: Some Templates items used as TGraphicSetItem.
(edit) @315   3 years chronos * Fixed: Gamma was incorrectly applied to images with transparency …
(edit) @314   3 years chronos * Added: Graphic set can now load dimensions of its graphic set items …
(edit) @313   3 years chronos * Modified: LoadGraphicSet now returns TGrExtDescr reference. Replaced …
(edit) @312   3 years chronos * Modified: TGrExtDescr record changed to class. GrExt changed to …
(edit) @300   3 years chronos * Modified: Code cleanup.
Note: See TracRevisionLog for help on using the revision log.