Commit Graph

19632 Commits

Author SHA1 Message Date
michl
f2599a9873 LCL: GetMessageName adding missed CM_ and CN_ messages
git-svn-id: trunk@56504 -
2017-11-27 11:50:02 +00:00
juha
c4f8616371 LCL: Change a counter to boolean FTextChangedLock, used for firing events right. Issue #32630.
git-svn-id: trunk@56489 -
2017-11-24 20:44:02 +00:00
juha
3f7ccb5d63 LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194.
git-svn-id: trunk@56488 -
2017-11-24 18:02:15 +00:00
mattias
a1d1851470 lcl: TTreeNode: increase Owner.Count on add, not on create, Delphi compatibility, bug #24477
git-svn-id: trunk@56483 -
2017-11-24 16:55:03 +00:00
mattias
c9af6fa9ba lcl: TTreeView: cleaned up TNodeState, removed not used nsInTree, added nsVisible
git-svn-id: trunk@56482 -
2017-11-24 16:50:16 +00:00
wp
3dfca3521a LCL: Prevent rotated font from being detected as default font (patch by Michl)
git-svn-id: trunk@56473 -
2017-11-23 14:06:04 +00:00
jesus
39553de54e LCL, dbgrids: dgDisplayMemoText allows field editing too.
git-svn-id: trunk@56469 -
2017-11-22 21:51:48 +00:00
mattias
0a6fb60c9f lcl: gtk2: trayicon fixed missing nil parameter
git-svn-id: trunk@56466 -
2017-11-22 12:42:22 +00:00
jesus
32ac63532a LCL, dbgrid: implements dgDisplayMemoText option for displaying the memo content instead of the text (memo)
git-svn-id: trunk@56463 -
2017-11-22 04:39:55 +00:00
giuliano
154cfbab51 Fix issue #32711 TWinControl.flipchildren does not flip anchored controls
git-svn-id: trunk@56437 -
2017-11-19 21:24:58 +00:00
wp
e9e34f5965 LCL: Remove predefined clipboard format pcfDelphiBitmap (obsolete).
git-svn-id: trunk@56434 -
2017-11-18 13:18:41 +00:00
juha
a648ff0013 LCL: Fix setting TTreeNode.DropTarget. Issue #28978, patch from Anton Kavalenka.
git-svn-id: trunk@56431 -
2017-11-18 09:56:20 +00:00
michl
8cf176ad0c LCL: Win32: Prevent AV at closing form.
git-svn-id: trunk@56429 -
2017-11-17 20:11:20 +00:00
juha
a3606b5a94 LCL: Formatting of Clipboard unit.
git-svn-id: trunk@56427 -
2017-11-17 12:07:54 +00:00
juha
de2332956c LCL: Scroll TreeView on drag-n-drop. Issue #19006, patch from AlexeyT.
git-svn-id: trunk@56426 -
2017-11-17 12:07:53 +00:00
juha
c645377b97 LCL: Unpublish TEdit.Action. Issue #31339, patch from AlexeyT.
git-svn-id: trunk@56425 -
2017-11-17 12:07:47 +00:00
juha
10b7f2d141 LCL: Fix CF_Text and CF_BITMAP for Clipboard. Issue #27194, patch from AlexeyT.
git-svn-id: trunk@56423 -
2017-11-17 08:17:14 +00:00
juha
93f48e1da6 LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg.
git-svn-id: trunk@56417 -
2017-11-16 11:19:00 +00:00
jesus
41c3d6a8d6 LCL,Gtk2: fix Dialog modal windows go behind regular windows and won't come on top, issue #32635
git-svn-id: trunk@56413 -
2017-11-15 00:54:41 +00:00
maxim
0dfbf05613 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32695
git-svn-id: trunk@56411 -
2017-11-14 23:01:39 +00:00
juha
c7ba603d21 Reduce typecasts. Use TIntegerList and TByteList where appropriate.
git-svn-id: trunk@56399 -
2017-11-13 23:20:44 +00:00
juha
d2b1729095 LazUtils: Rename TArray -> TPointerPointerArray.
git-svn-id: trunk@56396 -
2017-11-13 17:33:36 +00:00
juha
2b76275fb8 LCL: Use IntegerList in TGridDataCache for AccumWidth and AccumHeight.
git-svn-id: trunk@56395 -
2017-11-13 17:33:35 +00:00
juha
08cbd1a2bc LCL: Use IntegerList in PostScriptCanvas.
git-svn-id: trunk@56394 -
2017-11-13 17:33:34 +00:00
juha
86aadcad56 LCL: Use IntegerList for FCols and FRows of TCustomGrid.
git-svn-id: trunk@56390 -
2017-11-13 17:33:29 +00:00
juha
ddec3eb450 LCL: Rename members in TVirtualGrid to avoid confusion with TGrid members. Eg. FCells -> FCellArr.
git-svn-id: trunk@56389 -
2017-11-13 17:33:28 +00:00
zeljko
8510bdc6fc LCL: TListView CustomSort. patch by AlexeyT. issue #8536
git-svn-id: trunk@56384 -
2017-11-13 12:00:42 +00:00
maxim
f074efb5ea LCL: regenerated translations and updated Russian translation
git-svn-id: trunk@56382 -
2017-11-12 22:43:27 +00:00
juha
e5da480946 LCL: Improve TreeView.HotTrack with a color. Issue #32677, patch from AlexeyT.
git-svn-id: trunk@56378 -
2017-11-12 22:02:20 +00:00
wp
7da2064e99 lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn)
git-svn-id: trunk@56373 -
2017-11-12 14:25:09 +00:00
juha
e9fdb75387 LCL: Implement TreeView.HotTrack. Issue #32677, patch from AlexeyT.
git-svn-id: trunk@56372 -
2017-11-12 13:07:11 +00:00
mattias
be3e98c7ab lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options
git-svn-id: trunk@56363 -
2017-11-11 14:21:11 +00:00
bart
c3f41244e0 Revert r56181 #c5637ad72a (Fix firing an OnChange and setting Modified when setting Text inside OnChange and new Text = old Text. Issue #0032602.) It causes a regression.
git-svn-id: trunk@56353 -
2017-11-10 21:04:34 +00:00
ondrej
1afbcdb13b LCL: revert r55892 #240f1fb4dd
git-svn-id: trunk@56350 -
2017-11-10 08:53:41 +00:00
ondrej
41299ef7d0 LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling)
git-svn-id: trunk@56344 -
2017-11-10 08:19:00 +00:00
ondrej
251aa8f6fe lcl: edit: don't call OnEditingDone if ReadOnly
git-svn-id: trunk@56338 -
2017-11-08 17:40:24 +00:00
wp
0620f4cc84 EditButton descendants: Add Hi-dpi images for the button glyph.
git-svn-id: trunk@56337 -
2017-11-07 21:17:34 +00:00
mattias
d94945ef38 lcl: TOpenDialog: deprecated DereferenceLinks, added ResolveLinks, added ofNoResolveLinks, docs, ofNoDereferenceLinks now behaves Delphi compatible
git-svn-id: trunk@56289 -
2017-11-05 23:51:00 +00:00
juha
b5b61d1a93 LCL: Prevent TCustomEdit.OnChange firing extra time when CharCase is ecLowerCase or ecUpperCase. Issue #32630, patch from accorp.
git-svn-id: trunk@56288 -
2017-11-05 21:48:13 +00:00
juha
534586feff LCL-Gtk2: Fix text selection in TEdit and TMemo. Issue #32630, patch from accorp.
git-svn-id: trunk@56287 -
2017-11-05 21:47:58 +00:00
michl
2f09433a54 IDE: Add revision to lclversion.pas.
git-svn-id: trunk@56258 -
2017-11-01 21:34:39 +00:00
juha
efb8df15a1 LCL: Make procedure RunDialog public in TFileNameEdit, TDirectoryEdit and CalcEdit. Helps with shortcut keys.
git-svn-id: trunk@56242 -
2017-10-29 22:28:51 +00:00
juha
8de5a73097 LCL: Prevent a crash when getting editor for an empty Grid. Issue #32623, patch from C Western.
git-svn-id: trunk@56235 -
2017-10-29 21:20:57 +00:00
mattias
62ed571049 lcl: TBitBtn: bkClose on nested form will only close the non docked form
git-svn-id: trunk@56215 -
2017-10-27 12:29:03 +00:00
mattias
f7c4861200 lcl: comment
git-svn-id: trunk@56207 -
2017-10-26 14:16:50 +00:00
juha
444f0dd6f1 LCL-GTK2: Fix the boolean logic clause. Issue #32604.
git-svn-id: trunk@56196 -
2017-10-25 19:48:33 +00:00
juha
cc24ae3fa9 LCL-GTk2: Don't move cursor to first character in TEdit after loosing focus. Issue #32604, patch from accorp.
git-svn-id: trunk@56194 -
2017-10-25 18:45:09 +00:00
mattias
c448ca8778 lcl: gtk2: fixed error handling in GtkDragDataReceived, bug #32611, patch from C Western
git-svn-id: trunk@56193 -
2017-10-25 16:21:50 +00:00
bart
c5637ad72a Fix firing an OnChange and setting Modified when setting Text inside OnChange and new Text = old Text. Issue #0032602.
git-svn-id: trunk@56181 -
2017-10-25 09:26:50 +00:00
ondrej
9823f61682 win32: fix GetDpiForMonitor SIGSEGV if Shcore is not available (e.g. on MS Windows Server 2012 R2)
git-svn-id: trunk@56180 -
2017-10-24 20:45:16 +00:00