Commit Graph

49923 Commits

Author SHA1 Message Date
juha
9367da0ae5 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
2016-08-17 10:40:29 +00:00
juha
ea7fcec8a1 LCL-QT: Ignore an invalid button value caused by rapid mouse wheel movement.
git-svn-id: trunk@52811 -
2016-08-17 10:40:18 +00:00
ondrej
f0a7cff071 IDE: set GlobalDesignHook.LookupRoot also during initialization
git-svn-id: trunk@52810 -
2016-08-17 04:44:19 +00:00
ondrej
f3ee10c357 IDE, CodeTools: rescan FPC directory cache automatically. Issue #30475
git-svn-id: trunk@52809 -
2016-08-16 22:32:22 +00:00
wp
6b358bef49 fpvectorial: Add comment explaining the position of the point X,Y in a TvRectangle.
git-svn-id: trunk@52808 -
2016-08-14 21:22:51 +00:00
bart
31a5dce8e4 ExtDlgs: set UserChoice in TCalendarDialog.OnDialogCloseQuery.
git-svn-id: trunk@52807 -
2016-08-14 16:56:52 +00:00
wp
e1d3e708ed fpvectorial: Improved layout of wmf demo project; shelltreeview is readonly now.
git-svn-id: trunk@52806 -
2016-08-14 09:16:24 +00:00
wp
eb894b68ae fpvectorial: Fix wmfreader not passing background color to fpvectorial
git-svn-id: trunk@52805 -
2016-08-14 09:14:46 +00:00
wp
e9cab2159d fpvectorial: Fix svgreader incorrectly terminating subpolygons in multiple polygons
git-svn-id: trunk@52804 -
2016-08-14 09:12:51 +00:00
wp
08e9be93a9 fpvectorial: Correct rendering of "path with holes"
git-svn-id: trunk@52803 -
2016-08-14 09:11:12 +00:00
wp
2dc04023df fpvectorial: Add UseTopLeftCoords variable for wmf reader.
git-svn-id: trunk@52802 -
2016-08-13 22:41:52 +00:00
bart
cc041a51b2 Dialogs: fix several issues with OnShow/OnCanClose/OnClose events.
- fixes showing OnShow twice
- fixes not firing TSelectDirectoryDialog.OnClose on WinXP
- fixes wrong Sender in TFindDialog.OnShow
- fixes firing TFontDialog.OnShow after fom closes (Windows)
- fixes not firing OnShow and OnClose of TCalculatorDialog
- fixes wrong Sender in TCalendarDialog.OnShow and OnCanClose
- call DoXXX instead of OnXXX wherever possible
- more conditioal debug output
Resolves issue #0023065.
Partly resolves issue #0021163.

git-svn-id: trunk@52801 -
2016-08-13 18:05:25 +00:00
wp
726ce4d450 fpvectorial: Improved calculation of magnification factors in wmfviewer
git-svn-id: trunk@52800 -
2016-08-13 16:27:29 +00:00
juha
6c306c9322 LCL-GTK2: Support SynEdit keystrokes over VNC. Issue #14716, patch from Martin/Graeme.
git-svn-id: trunk@52799 -
2016-08-13 11:27:36 +00:00
wp
801a0ccb5c fpvectorial: Minor improvements of wmf demo program
git-svn-id: trunk@52798 -
2016-08-12 19:50:38 +00:00
wp
814eba3c6a fpvectorial: Add demo program for wmf
git-svn-id: trunk@52797 -
2016-08-12 16:27:33 +00:00
wp
edb78315fa fpvectorial: Initial version of a reader for wmf files.
git-svn-id: trunk@52796 -
2016-08-12 16:17:52 +00:00
juha
cdf909e4b5 LCL: Publish TButtonPanel.Color.
git-svn-id: trunk@52795 -
2016-08-11 13:00:18 +00:00
juha
e06fda9bf2 IDE: Fix TEditorKeymappingOptionsFrame.FilterEditFilterItem, was broken by r52745 #85628cd5f9. Issue #30461.
git-svn-id: trunk@52794 -
2016-08-11 11:25:43 +00:00
wp
a625ed6a3f mrumenu: Add default value for MaxRecent. Add indexes to recent menu item default format mask.
git-svn-id: trunk@52793 -
2016-08-10 15:50:46 +00:00
maxim
d6634a6af5 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@52792 -
2016-08-08 22:28:49 +00:00
bart
12c717b835 Win32: less hints.
git-svn-id: trunk@52791 -
2016-08-08 12:32:55 +00:00
bart
99a55b4afc Win32: re-introduce DisableVistaDialogs define, so we can test XP dialogs on Vista and up.
git-svn-id: trunk@52790 -
2016-08-08 12:16:31 +00:00
bart
6b0c4428ec Dialogs: conditional debug output for TCommonDialog events
git-svn-id: trunk@52789 -
2016-08-08 12:13:43 +00:00
bart
8a444a31ef Dialogs: don't call TOpenDialog.OnCanClose if ofOldStyleDialog in Options (Delphi compatibility). Part of Issue #0021147.
git-svn-id: trunk@52788 -
2016-08-07 23:21:07 +00:00
bart
6e5cf2da5a Dialogs:
1. Only call TFileDialog.OnCanClose if user did not cancel the dialog.
2. Fix dialog and application behaviour of setting CanClose to False in TFileDialog.OnCanClose.
Mostly resolves issue #0021147.

git-svn-id: trunk@52787 -
2016-08-07 18:39:35 +00:00
mattias
a4ddf094a2 codetools: fixed AddWithBlock on ((i)), bug #29749
git-svn-id: trunk@52786 -
2016-08-04 20:04:12 +00:00
mattias
697fe56615 IDE: project resources: set Modified when type changes, bug #30426
git-svn-id: trunk@52784 -
2016-08-04 09:38:45 +00:00
sekelsenmat
85e1fb11da Reverts wrong part of commit
git-svn-id: trunk@52783 -
2016-08-04 06:59:58 +00:00
sekelsenmat
b795a254dd customdrawn: Fixes bug #21573 problems in TCDScrollBar slider mouse drag
git-svn-id: trunk@52782 -
2016-08-04 06:57:58 +00:00
wp
fddf4ea109 TAChart. Fix typos in new DateTimeStepFormat and in axis demo
git-svn-id: trunk@52781 -
2016-08-03 20:44:16 +00:00
wp
b722e49778 TAChart: Add TATools to uses of TAGraph to make sure that BuiltinToolSet is created (fixes crash of converted projects from Delphi).
git-svn-id: trunk@52780 -
2016-08-03 08:18:47 +00:00
sekelsenmat
febc687143 carbon: Fixes crash in IDE with OpenGL, see bug #30440
git-svn-id: trunk@52779 -
2016-08-03 05:54:02 +00:00
wp
36748d73b7 TAChart: Add alternate date/time step formats to TDateTimeIntervalChartSource. Update axis demo.
git-svn-id: trunk@52778 -
2016-08-02 18:54:19 +00:00
bart
02c808e51f EditBtn: allow to clear TDateEdit.Text at designtime when DefaultToday=True and DirectInput=False. Issue #0030425.
git-svn-id: trunk@52777 -
2016-08-02 16:32:04 +00:00
wp
04209d1c09 TAChart: Fix TDateTimeIntervalChartSource.SuppressPrevUnit not updating chart if changed.
git-svn-id: trunk@52776 -
2016-08-02 16:18:51 +00:00
mattias
a3af6a18b4 IDE: fixed updating key/command relations, bug #30436
git-svn-id: trunk@52774 -
2016-08-02 08:23:28 +00:00
mattias
098b1dfa3a IDE: progress window: less overhead
git-svn-id: trunk@52773 -
2016-08-02 07:44:44 +00:00
mattias
ae3d26a022 IDE: jitforms: fixed setting vmt ParentRef under FPC 3.1.1, bug #30424
git-svn-id: trunk@52771 -
2016-08-01 20:28:34 +00:00
mattias
6e88fded34 lazutils: clean up
git-svn-id: trunk@52770 -
2016-08-01 20:06:41 +00:00
sekelsenmat
fa97d8430e customdrawn: Adds toolbar to test case
git-svn-id: trunk@52769 -
2016-08-01 20:00:50 +00:00
sekelsenmat
51d733e571 cocoa: Fixes toolbar dropdown button, bug #28690
git-svn-id: trunk@52768 -
2016-08-01 19:59:20 +00:00
sekelsenmat
a5866048b4 wince: patch #30243
git-svn-id: trunk@52767 -
2016-08-01 19:28:54 +00:00
sekelsenmat
e4f98112fa carbon: patch #28527, fixes LineTo 1 pixel issue
git-svn-id: trunk@52766 -
2016-08-01 19:04:24 +00:00
sekelsenmat
3b599d7b94 cocoa: Fix bug #28692, pre-multiply alpha was being applied over the modified data, also fixes the fact that due to the fix #28102 the handle was being recreated too many times without need
git-svn-id: trunk@52765 -
2016-08-01 18:56:36 +00:00
ondrej
764c1f97e4 lcl: TCustomForm needs Application.RemoveAsyncCalls, issues #30281 and #8576
git-svn-id: trunk@52764 -
2016-08-01 16:43:28 +00:00
mattias
79f1b32221 codetools: fixed reading fpc unit cache
git-svn-id: trunk@52763 -
2016-08-01 07:45:24 +00:00
mattias
b1067f3140 synedit: less hints
git-svn-id: trunk@52762 -
2016-08-01 07:40:24 +00:00
martin
6b321fe144 SynEdit: revert 52474 #1c0abfedcb/52478 #2a7afe821b // more precise change indicator gutter. Issue #30152
git-svn-id: trunk@52761 -
2016-07-31 23:14:11 +00:00
bart
42fe1e0f32 EditBtn: remove obsolete properties TDateEdit.OKCaption and TDateEdit.CancelCaption (they pollute .po files). Issue #0030031.
git-svn-id: trunk@52760 -
2016-07-31 15:08:13 +00:00