Changeset 7 for trunk/Forms


Ignore:
Timestamp:
Sep 19, 2014, 9:25:56 AM (10 years ago)
Author:
chronos
Message:
  • Added: Mono image color format. Pixels/channels with lower size then byte are not supported yet.
  • Added: Slow image flip and mirror operation.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r6 r7  
    55  Width = 920
    66  Caption = 'LibrePaint'
    7   ClientHeight = 611
     7  ClientHeight = 614
    88  ClientWidth = 920
    99  Menu = MainMenu1
     
    1111  object PaintBox1: TPaintBox
    1212    Left = 0
    13     Height = 582
     13    Height = 588
    1414    Top = 0
    1515    Width = 920
     
    2020  object StatusBar1: TStatusBar
    2121    Left = 0
    22     Height = 29
    23     Top = 582
     22    Height = 26
     23    Top = 588
    2424    Width = 920
    2525    Panels = <>
     
    7676        Action = Core.AImageClear
    7777      end
     78      object MenuItem14: TMenuItem
     79        Action = Core.AImageRandom
     80      end
     81      object MenuItem17: TMenuItem
     82        Action = Core.AImageMirror
     83      end
     84      object MenuItem18: TMenuItem
     85        Action = Core.AImageFlip
     86      end
    7887    end
    7988  end
  • trunk/Forms/UFormMain.pas

    r6 r7  
    2020    MenuItem12: TMenuItem;
    2121    MenuItem13: TMenuItem;
     22    MenuItem14: TMenuItem;
     23    MenuItem17: TMenuItem;
     24    MenuItem18: TMenuItem;
    2225    MenuItemRecentFiles: TMenuItem;
    2326    MenuItem15: TMenuItem;
Note: See TracChangeset for help on using the changeset viewer.