sekelsenmat
|
5c1106e76b
|
Reverts changes to the handling of vclass due to issues in gtk2
git-svn-id: trunk@55146 -
|
2017-06-01 19:36:16 +00:00 |
|
michl
|
0280aea023
|
IDE: SpartaDockedFormEditor: Fixed AV when component from component palette is selected and no form unit is in the editor.
git-svn-id: trunk@55145 -
|
2017-06-01 18:20:55 +00:00 |
|
sekelsenmat
|
e34e7bb6bf
|
vclass change: Adds more code to implement missing inheritance
git-svn-id: trunk@55144 -
|
2017-06-01 16:29:15 +00:00 |
|
sekelsenmat
|
892043c910
|
vclass removal: Fixes starting the IDE in gtk2
git-svn-id: trunk@55143 -
|
2017-06-01 14:28:40 +00:00 |
|
ondrej
|
a33e8c7b11
|
IdeIntf: hint manager: shrink height of fixed hints. (Fix for r55095 #9b548421fa.)
git-svn-id: trunk@55142 -
|
2017-06-01 11:42:37 +00:00 |
|
ondrej
|
cd76f09f06
|
LCL: hintwindow: add parameter to shrink window size on OffsetRect.
git-svn-id: trunk@55141 -
|
2017-06-01 11:40:50 +00:00 |
|
sekelsenmat
|
db4c7d76eb
|
Removes the runtime creation of classes in favor of a partial emulation of multiple inheritance only for those classes where it was indispensable
git-svn-id: trunk@55140 -
|
2017-06-01 08:12:02 +00:00 |
|
maxim
|
4c4224a082
|
Translations: Japanese translation update by Haruyuki Fujimaki, bugs #31929, #31930, #31931
git-svn-id: trunk@55137 -
|
2017-05-31 22:57:50 +00:00 |
|
maxim
|
e37ede8c4f
|
Fppkg: regenerated translations and updated Russian translation
git-svn-id: trunk@55136 -
|
2017-05-31 22:33:50 +00:00 |
|
wp
|
566641491c
|
IDE: Add palette images for TCheckListbox, TListView, TTreeView and TMaskEdit at 150% and 200% magnification
git-svn-id: trunk@55135 -
|
2017-05-31 21:43:47 +00:00 |
|
wp
|
6e5978481b
|
IDE: IDE: Add component palette icons of htmlhelpdatabase and the propstorage components at 150% and 200% magnification.
git-svn-id: trunk@55134 -
|
2017-05-31 19:54:04 +00:00 |
|
ondrej
|
7e3c4d39df
|
DateTimeCtrls: TDateTimePicker: add Options property with dtpoDoChangeOnSetDateTime (not default). Issue #31679
git-svn-id: trunk@55133 -
|
2017-05-31 16:31:59 +00:00 |
|
wp
|
d66ffb290b
|
IDE: Add component palette icons of all data-aware controls at 150% and 200% magnification.
git-svn-id: trunk@55132 -
|
2017-05-31 16:07:45 +00:00 |
|
michael
|
35fa3e8e7c
|
* bugtraq:url should point to https://bugs.freepascal.org
git-svn-id: trunk@55131 -
|
2017-05-31 13:56:52 +00:00 |
|
mattias
|
f1d0f56925
|
IDEIntf: fixed AV on show hint, bug #31937, from Lagunov Aleksey
git-svn-id: trunk@55130 -
|
2017-05-31 11:32:10 +00:00 |
|
wp
|
c789291889
|
TAChart: Avoid exception in IDE if Extent.Min >= Extent.Max
git-svn-id: trunk@55129 -
|
2017-05-31 10:18:57 +00:00 |
|
wp
|
33c52c4fb6
|
IDE: Add more Mid/HiRes component palette icons (groupbox etc, updown, arrow, headercontrol, editbutton, (float)spinedit, colorlistbox)
git-svn-id: trunk@55128 -
|
2017-05-30 22:47:02 +00:00 |
|
joost
|
618a14fb45
|
* Added a wizard to create fppkgs basic configuration files
git-svn-id: trunk@55127 -
|
2017-05-30 22:12:52 +00:00 |
|
ondrej
|
48dbf5c56d
|
LCL: listbox: fix default value for Options
git-svn-id: trunk@55126 -
|
2017-05-30 14:54:05 +00:00 |
|
balazs
|
9311861669
|
Opkman: Added author name for famfamfam icon set. Corrected license version to CC Attribution 3.0.
git-svn-id: trunk@55125 -
|
2017-05-30 05:21:21 +00:00 |
|
wp
|
2f7c4cc0e1
|
IDE: Add palette icons for TButtonPanel, TSpeedButton, TShape at 150% and 200% resolution
git-svn-id: trunk@55124 -
|
2017-05-29 21:59:03 +00:00 |
|
wp
|
a638366528
|
IDE: Add component palette icons at 150% and 200% resolution (standard page complete)
git-svn-id: trunk@55123 -
|
2017-05-29 20:02:31 +00:00 |
|
michl
|
ff8b49aedd
|
LCL: TTreeView: Fix non-standard scrolling behaviour on selecting in multiline treeview. Issue #31681. Patch by Eric Heijnen.
git-svn-id: trunk@55122 -
|
2017-05-29 18:48:35 +00:00 |
|
sekelsenmat
|
0886cc5c9c
|
vclass: Stores the result of FindWSComponentClass
git-svn-id: trunk@55121 -
|
2017-05-29 11:46:50 +00:00 |
|
wp
|
ec4473a91a
|
IDE: some more 200% component palette images (combobox, colorbox, button, bitbtn, colorbutton, labelededit, statictext, scrollbar, tabcontrol, pagecontrol).
git-svn-id: trunk@55120 -
|
2017-05-29 11:09:18 +00:00 |
|
sekelsenmat
|
6ca0d918e8
|
vclass: Starts prototype demonstrating how to eliminate vclass
git-svn-id: trunk@55119 -
|
2017-05-29 08:39:04 +00:00 |
|
michl
|
dd3f611b28
|
LCL: TTreeView: Win32 Fixed warning TResourceCacheItem.IncreaseRefCount 1000 TPenHandleCache. Issue #30661
git-svn-id: trunk@55118 -
|
2017-05-29 06:25:28 +00:00 |
|
sekelsenmat
|
9ce286c99d
|
cocoa: Implements TFontDialog
git-svn-id: trunk@55117 -
|
2017-05-29 04:28:03 +00:00 |
|
wp
|
a0654d2753
|
IDE: Add some 200% component palette images (TDrawgrid, TEdit, TLabel, TStringGrid, TValueListEditor)
git-svn-id: trunk@55116 -
|
2017-05-28 22:17:53 +00:00 |
|
bart
|
17119e1fa0
|
TUpDown: Handle MouseWheel (over Self, not over Associate). Delphi does not, but it's a nice improvement.
git-svn-id: trunk@55115 -
|
2017-05-28 10:40:13 +00:00 |
|
bart
|
e20d29ad4e
|
TUpDown: Handle MouseWheel of Associate. Issue #0031868.
git-svn-id: trunk@55114 -
|
2017-05-28 10:31:09 +00:00 |
|
bart
|
6f6e427f1c
|
LCL: Implement TControl.AddHandlerOnMouseWheel/RemoveHandlerOnMouseWheel.Part of Issue #0031868.
git-svn-id: trunk@55113 -
|
2017-05-28 10:16:36 +00:00 |
|
ondrej
|
be769b3feb
|
LCL: TTreeView: fix signs for r55110 #73e1e2caee
git-svn-id: trunk@55112 -
|
2017-05-28 07:58:19 +00:00 |
|
ondrej
|
d8490f1c3c
|
LCL: TTreeView: replace wrong property default for DefaultItemHeight with stored function
git-svn-id: trunk@55111 -
|
2017-05-28 07:50:19 +00:00 |
|
ondrej
|
73e1e2caee
|
LCL: TTreeView: remove in 1.7 introduced incompatiblity and use real values for ExpandSignSize and Indent.
git-svn-id: trunk@55110 -
|
2017-05-28 07:45:40 +00:00 |
|
ondrej
|
3c692e825d
|
LCL: TToolBar: remove in 1.7 introduced incompatiblity and use real values for ButtonHeight, ButtonWidth, ButtonDropWidth.
git-svn-id: trunk@55109 -
|
2017-05-28 07:33:27 +00:00 |
|
sekelsenmat
|
6f095ca396
|
cocoa: Fixes bug #31056: Cocoa menu item shortcuts fall through to unfocused parent forms.
git-svn-id: trunk@55108 -
|
2017-05-27 06:49:46 +00:00 |
|
martin
|
cb676c2241
|
SynEdit: MarkupFoldColor, fixed crash due to wrong method signature.
git-svn-id: trunk@55106 -
|
2017-05-27 02:40:18 +00:00 |
|
zeljko
|
e2c35dd6d1
|
gtk3: implemented Gtk3MouseWheel() event
git-svn-id: trunk@55105 -
|
2017-05-26 13:49:35 +00:00 |
|
wp
|
92595f0745
|
TAChart: Use SameValue in floating point comparisons.
git-svn-id: trunk@55104 -
|
2017-05-26 13:15:42 +00:00 |
|
zeljko
|
4eb46c28f3
|
gtk3widgets: cleanup
git-svn-id: trunk@55103 -
|
2017-05-26 13:09:43 +00:00 |
|
zeljko
|
812fe391ea
|
gtk3: TGtk3Notebook implemented getPagesCount, do not send change events when page is deleted.
git-svn-id: trunk@55102 -
|
2017-05-26 12:49:33 +00:00 |
|
zeljko
|
7e866d1fa3
|
gtk3: fix assertions
git-svn-id: trunk@55101 -
|
2017-05-26 12:25:58 +00:00 |
|
ondrej
|
ddc1dcd643
|
lcl: graphics: make FindGraphicClassWithFileExt class function
git-svn-id: trunk@55100 -
|
2017-05-26 12:08:52 +00:00 |
|
zeljko
|
c4540692a0
|
gtk3: fixed assertions in TGtk3Notebook, implemented GetTabRect GetTabIndex
git-svn-id: trunk@55099 -
|
2017-05-26 12:00:19 +00:00 |
|
ondrej
|
a08eb48d76
|
IdeIntf: propedits: fix call stored method with index parameter if needed. Issue #31923
git-svn-id: trunk@55098 -
|
2017-05-26 11:50:41 +00:00 |
|
mattias
|
626736e5e2
|
IDE: package editor: publish: disable if units/includes outside pkg dir
git-svn-id: trunk@55096 -
|
2017-05-26 11:39:42 +00:00 |
|
mattias
|
9b548421fa
|
IDEIntf: THintWindowManager.ShowHint limit size to active form, from Russell
git-svn-id: trunk@55095 -
|
2017-05-26 09:59:16 +00:00 |
|
mattias
|
72e6211499
|
codetools: fixed EnableCodeCompleteTemplates
git-svn-id: trunk@55093 -
|
2017-05-26 09:37:40 +00:00 |
|
mattias
|
25e07213df
|
deb: fpc: set -e in scripts
git-svn-id: trunk@55092 -
|
2017-05-26 09:34:24 +00:00 |
|