Difference between revisions of "User:Alextp"

From Free Pascal wiki
Jump to navigationJump to search
Line 6: Line 6:
 
= Done =
 
= Done =
  
I improved stuff:  
+
I improved in Lazarus:  
  
 
* LCL: TTreeView: implemented MultiSelectStyle opts
 
* LCL: TTreeView: implemented MultiSelectStyle opts
Line 23: Line 23:
 
* Ide: made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work)
 
* Ide: made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work)
 
* Ide: added "Manifest options" form, added 3-4 options for manifest
 
* Ide: added "Manifest options" form, added 3-4 options for manifest
* Widgetset: minor fixes to Carbon+Cocoa (fixed Canvas.LineTo, Canvas.TextOut)
+
* Widgetset: Carbon+Cocoa: fixed Canvas.LineTo, Canvas.TextOut
* Widgetset: TTabControl/TPageControl: TabWidth/TabHeight on Win32
+
* Widgetset: Win32: TTabControl/TPageControl: implement TabWidth/TabHeight
 +
* Widgetset: Gtk2: major fix to allow Ru chars input, if app starts with Ru keyboard layout active
  
 
= Comps =
 
= Comps =

Revision as of 08:29, 24 March 2017

  • Name: Alexey Torgashin.
  • Location: Russia.

Main field of interest in Lazarus: LCL and its controls.

Done

I improved in Lazarus:

  • LCL: TTreeView: implemented MultiSelectStyle opts
  • LCL: TShape: added shapes: triangles, 5-angle star
  • LCL: TArrow: added custom arrow angle
  • LCL: TTreeView: implement Tooltips
  • LCL: LConvEncoding refactor
  • LCL: added function Dialogs.InputQuery with array parameters (like Delphi XE)
  • LCL: added buttons+colors to Calculator dialog
  • LCL: TImage: added StretchInEnabled/StretchOutEnabled, KeepOriginXYWhenClipped
  • LCL: TImage: added OnPaintBackground
  • LCL: TPanel: added BevelColor
  • SynEdit: added 2-3 features to SynEdit (at the time when I needed it, new caret shape and showing of some unprinted chars)
  • Ide: added TextHint usage to 4-6 forms
  • Ide: added treeview (was listbox) to "New project" dialog
  • Ide: made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work)
  • Ide: added "Manifest options" form, added 3-4 options for manifest
  • Widgetset: Carbon+Cocoa: fixed Canvas.LineTo, Canvas.TextOut
  • Widgetset: Win32: TTabControl/TPageControl: implement TabWidth/TabHeight
  • Widgetset: Gtk2: major fix to allow Ru chars input, if app starts with Ru keyboard layout active

Comps

Text editors

Github/SF