ondrej
|
6578db1024
|
IDE: OI: use new csOwnerDrawEditableFixed and csOwnerDrawEditableVariable styles for combo boxes. Issue #31891
git-svn-id: trunk@55248 -
|
2017-06-05 19:48:29 +00:00 |
|
ondrej
|
1011b9f883
|
IDE: OI: revert standard comboboxes to csDropDown style. Issue #31891
git-svn-id: trunk@55242 -
|
2017-06-05 17:43:17 +00:00 |
|
mattias
|
b2679b7d0d
|
IDE: TMainIDE.OnPropHookCreateMethod: fixed creating JITMethod for ancestor
git-svn-id: trunk@55240 -
|
2017-06-05 13:30:55 +00:00 |
|
mattias
|
92ef27e2f4
|
IDE: method property editor: fixed creating new event
git-svn-id: trunk@55225 -
|
2017-06-04 21:55:17 +00:00 |
|
michl
|
d3f428a7d5
|
IDE: ObjectInspector: Fixed OI don't show "default" in list of font names. Issue #31958
git-svn-id: trunk@55220 -
|
2017-06-04 21:16:33 +00:00 |
|
juha
|
e27232d4cc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
|
2017-06-04 15:14:29 +00:00 |
|
mattias
|
b29915c159
|
IDE: method property editor: edit: ask whether jump to inherited or add override
git-svn-id: trunk@55206 -
|
2017-06-04 09:21:06 +00:00 |
|
mattias
|
4975382c55
|
codetools: TEventsCodeTool.FindClassOfInstance: search unit in unitpath, the uses section is not enough
git-svn-id: trunk@55204 -
|
2017-06-04 07:30:15 +00:00 |
|
ondrej
|
844bef4565
|
IDE: html hint: increase width in order not to show vertical scrollbar
git-svn-id: trunk@55165 -
|
2017-06-02 20:04:21 +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 |
|
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 |
|
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
|
9b548421fa
|
IDEIntf: THintWindowManager.ShowHint limit size to active form, from Russell
git-svn-id: trunk@55095 -
|
2017-05-26 09:59:16 +00:00 |
|
maxim
|
77b9c644a0
|
Translations: French translation update by Gilles Vasseur, bug #31905
git-svn-id: trunk@55084 -
|
2017-05-25 22:22:44 +00:00 |
|
juha
|
94be804f66
|
IDEIntf: Fix a stupid copy/paste error in r55015 #61beca02f9.
git-svn-id: trunk@55071 -
|
2017-05-24 13:03:21 +00:00 |
|
ondrej
|
dc0a33652f
|
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
|
2017-05-22 07:52:37 +00:00 |
|
michl
|
5d03c243b5
|
IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
|
2017-05-21 20:59:29 +00:00 |
|
michl
|
873c73c12e
|
IDE: High-DPI: MenuEditor Images. Issue #31877
git-svn-id: trunk@55034 -
|
2017-05-21 19:58:47 +00:00 |
|
michl
|
9a8cf0cdd1
|
IDE: High-DPI: Move loading of glyphs to ideintf to multiple method use + cleanup.
git-svn-id: trunk@55032 -
|
2017-05-21 19:44:57 +00:00 |
|
ondrej
|
3ec399d85a
|
CodeTools: add "Avoid unnecessary jumps" option, make it default.
git-svn-id: trunk@55031 -
|
2017-05-21 18:14:51 +00:00 |
|
ondrej
|
7a3d5c7a3f
|
IdeIntf: OI: use DefaultValueFont and ValueFont also for editors and hint window; draw default value in editor combobox with italic style.
git-svn-id: trunk@55025 -
|
2017-05-20 20:30:08 +00:00 |
|
ondrej
|
083ef5923c
|
LCL: rename TControl.ScaleCoord* methods
git-svn-id: trunk@55022 -
|
2017-05-20 10:02:25 +00:00 |
|
juha
|
61beca02f9
|
IDEIntf: Restore the backwards compatible event TPropHookModified. Add a new event TPropHookModifiedWithName.
git-svn-id: trunk@55015 -
|
2017-05-19 17:54:10 +00:00 |
|
mattias
|
5508095cff
|
IDEIntf: TIDEMenuItem: fixed not freeing MenuItems of TMenu
git-svn-id: trunk@54988 -
|
2017-05-18 23:57:25 +00:00 |
|
ondrej
|
bf3e483768
|
ideintf: fix regression in image scaling code.
git-svn-id: trunk@54981 -
|
2017-05-18 21:24:56 +00:00 |
|
mattias
|
e6ce403f3f
|
updates makefiles
git-svn-id: trunk@54969 -
|
2017-05-18 11:39:53 +00:00 |
|
ondrej
|
3a7e2ee5dd
|
IdeIntf: propedits: fix highlighting default (=not stored) properties.
git-svn-id: trunk@54955 -
|
2017-05-17 18:27:55 +00:00 |
|
ondrej
|
697a3ee6fa
|
IdeIntf: propedits: always write property values to objects. The property setter method has to decide about the need of update, not the propedit code.
git-svn-id: trunk@54954 -
|
2017-05-17 14:57:07 +00:00 |
|
ondrej
|
fa6f0296b6
|
IdeIntf: OI: always write values to objects if explicitely wanted.
git-svn-id: trunk@54953 -
|
2017-05-17 14:55:48 +00:00 |
|
ondrej
|
5eb469913c
|
ide: rewrite (simplify) High-DPI icon scaling
+ support _150 and _200 variants for component images
git-svn-id: trunk@54946 -
|
2017-05-17 09:31:43 +00:00 |
|
maxim
|
edca2f5223
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31810
git-svn-id: trunk@54938 -
|
2017-05-15 22:24:54 +00:00 |
|
ondrej
|
a5fb446af5
|
ideintf: objectinspector: fix high-dpi in custom property grids. Issue #31769
git-svn-id: trunk@54928 -
|
2017-05-14 14:43:31 +00:00 |
|
ondrej
|
68fbe369e0
|
IdeIntf: OI: High-DPI: ValueComboBox.
git-svn-id: trunk@54917 -
|
2017-05-14 09:52:32 +00:00 |
|
ondrej
|
89f4fd0314
|
IdeIntf: OI: High-DPI: value button. Issue #31784
git-svn-id: trunk@54905 -
|
2017-05-14 07:32:43 +00:00 |
|
ondrej
|
83b005e1fc
|
IdeIntf: OI: High-DPI: restricted tab. Patch by AlexeyT, Issue #31778
git-svn-id: trunk@54904 -
|
2017-05-14 07:22:36 +00:00 |
|
juha
|
ec931df828
|
IdeIntf: API function for uninstalling a package. From Balázs.
git-svn-id: trunk@54902 -
|
2017-05-13 22:06:35 +00:00 |
|
wp
|
093242498d
|
LCL: Activate ImageIndexPropertyEditor for grids (Columns[].Title.ImageIndex, ImageIndexSortAsc/Desc)
git-svn-id: trunk@54762 -
|
2017-04-27 22:47:29 +00:00 |
|
mattias
|
871ae7e6b9
|
IDE: added macros for namespaces
git-svn-id: trunk@54758 -
|
2017-04-27 14:34:53 +00:00 |
|
mattias
|
0a891e4ab2
|
set version to 1.8.0RC1
git-svn-id: trunk@54578 -
|
2017-04-08 21:53:32 +00:00 |
|
mattias
|
74cfe4be1b
|
ideintf: fixed multithreaded compile
git-svn-id: trunk@54556 -
|
2017-04-07 13:16:55 +00:00 |
|
mattias
|
1988d6a661
|
h2pas: fixed compilattion
git-svn-id: trunk@54550 -
|
2017-04-06 23:06:34 +00:00 |
|
ondrej
|
fa7bf64041
|
IDE: add option to enable/disable Application.Scaled in project file. Issue #31639
git-svn-id: trunk@54530 -
|
2017-04-05 19:29:05 +00:00 |
|
juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
maxim
|
37f2d73f0a
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
|
2017-04-03 23:24:37 +00:00 |
|
mattias
|
5eefc140b7
|
IDEIntf: fixed TIDESpecialCommand.GetCaption using command.localizedname
git-svn-id: trunk@54427 -
|
2017-03-17 07:25:17 +00:00 |
|
juha
|
212245d761
|
Packager, OpkMan: Pass online package info as package links to IDE, shown in PackageLinksDialog.
git-svn-id: trunk@54411 -
|
2017-03-15 13:13:48 +00:00 |
|
juha
|
63819ec9ae
|
Packager: Support online package link type.
git-svn-id: trunk@54409 -
|
2017-03-15 13:13:44 +00:00 |
|
juha
|
e6bf771bf6
|
OpkMan: Reuse TPkgVersion from IdeIntf. Create RTTI with {$M+}.
git-svn-id: trunk@54408 -
|
2017-03-15 13:13:43 +00:00 |
|
juha
|
a2d555718e
|
IdeIntf: Separate an interface for PackageLinks.
git-svn-id: trunk@54407 -
|
2017-03-15 13:13:41 +00:00 |
|
juha
|
e542ddbfcd
|
Packager refactoring. Move funcs and methods to IdeIntf. Prepare for PackageLink interface.
git-svn-id: trunk@54405 -
|
2017-03-15 13:13:36 +00:00 |
|