maxim
|
0d9ef66105
|
Debugger: improved i18n
git-svn-id: trunk@57194 -
|
2018-01-30 22:53:33 +00:00 |
|
martin
|
c7fe5d1822
|
IDE, Debugger: Implemented symbol for pending breakpoint (used for code in libraries(dll/so), before it is loaded)
git-svn-id: trunk@57193 -
|
2018-01-30 19:44:26 +00:00 |
|
martin
|
b6006da0d4
|
Debugger Intf: build opts
git-svn-id: trunk@57192 -
|
2018-01-30 19:43:01 +00:00 |
|
martin
|
8b1b8ff0df
|
GDBMI Debugger: clean up / merge identical code blocks for thread start/stop detection
git-svn-id: trunk@57191 -
|
2018-01-30 17:15:12 +00:00 |
|
martin
|
2f11742c8d
|
GDBMI Debugger: clean up / merge identical code blocks for thread start/stop detection
git-svn-id: trunk@57190 -
|
2018-01-30 16:56:47 +00:00 |
|
wp
|
b7c9e677ba
|
Examples: Delete empty fpdocmanager directory
git-svn-id: trunk@57189 -
|
2018-01-30 10:39:21 +00:00 |
|
dmitry
|
2c6937a377
|
cocoa: supporting image file preview dialog. #33044
git-svn-id: trunk@57188 -
|
2018-01-30 04:26:37 +00:00 |
|
dmitry
|
deb99c1a0c
|
cocoa: refactor CocoaSpinEdit implementation. Remove the use of Spin unit from CocoaPrivate. Change notifications during text change. #33047
git-svn-id: trunk@57187 -
|
2018-01-30 04:03:56 +00:00 |
|
maxim
|
b4f5e3399c
|
IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@57186 -
|
2018-01-29 22:17:15 +00:00 |
|
maxim
|
98a25daa61
|
IDEIntf: fixed i18n of 'Delete resolution ...' button in ImageList editor
git-svn-id: trunk@57185 -
|
2018-01-29 22:11:55 +00:00 |
|
maxim
|
9f38f2efcc
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57184 -
|
2018-01-29 22:09:54 +00:00 |
|
martin
|
a3d5c6fbcc
|
IDE: updating EditorOptions.res for identifier completion schemes from rev 57127 #427a4f600d
git-svn-id: trunk@57183 -
|
2018-01-29 21:12:52 +00:00 |
|
martin
|
bd833943f7
|
IDE: Config for SynEdit outline colors. Issue #32930
git-svn-id: trunk@57182 -
|
2018-01-29 21:03:14 +00:00 |
|
martin
|
d66a7bc370
|
IDE: updating EditorOptions.res for new lazarus_dci_file from rev 53111 #76a051e364
git-svn-id: trunk@57181 -
|
2018-01-29 20:42:46 +00:00 |
|
ondrej
|
98358002fa
|
LCL: image list: fix adding masked bitmaps
git-svn-id: trunk@57180 -
|
2018-01-29 10:28:57 +00:00 |
|
ondrej
|
545a00f620
|
LCL: image list: fix adding icons (correct size)
git-svn-id: trunk@57179 -
|
2018-01-29 09:43:46 +00:00 |
|
ondrej
|
de98dc8a6f
|
LCL: Icon: sort
git-svn-id: trunk@57178 -
|
2018-01-29 09:29:42 +00:00 |
|
ondrej
|
d5a2162347
|
LCL: fix compilation with FPC 3.0.0
git-svn-id: trunk@57177 -
|
2018-01-29 08:31:33 +00:00 |
|
dmitry
|
2b68fd9b02
|
cocoa: proper mouseDown handling for NSTextField. Prevent key handling of Tab pressed (to avoid focus switching conflict between LCL and Cocoa). #31189
git-svn-id: trunk@57176 -
|
2018-01-29 04:57:16 +00:00 |
|
dmitry
|
2275f8e3ae
|
cocoa: rework the change notification, moving it to cocoa classes
git-svn-id: trunk@57175 -
|
2018-01-28 16:32:06 +00:00 |
|
dmitry
|
57d058fa9c
|
cocoa: updating CocoaComboBox text prior to firing onchange event when making a selection from a dropdown #32958
git-svn-id: trunk@57174 -
|
2018-01-28 14:20:47 +00:00 |
|
ondrej
|
09b0e087f7
|
IDE: Image List Editor: fix image listbox painting
git-svn-id: trunk@57173 -
|
2018-01-28 06:52:54 +00:00 |
|
dmitry
|
1d82a118e9
|
opengl: cocoa - do not perform the default mouse events for NSOpenGLView, to prevent duplicated event handling. #33067
git-svn-id: trunk@57172 -
|
2018-01-28 04:18:40 +00:00 |
|
dmitry
|
136cb7bb8e
|
cocoa: returning a caption of a page control
git-svn-id: trunk@57171 -
|
2018-01-28 04:09:21 +00:00 |
|
dmitry
|
3b93e012cb
|
cocoa: update clientToScreen to respect content view #33046. Recognizing flipped views
git-svn-id: trunk@57170 -
|
2018-01-28 03:00:23 +00:00 |
|
marcus
|
1c46505f21
|
fixed compile MUI Amiga interface
git-svn-id: trunk@57169 -
|
2018-01-27 23:34:43 +00:00 |
|
dmitry
|
809b20efec
|
cocoa: replacing an explicit index loop of subviews, by for-in combination to prevent range check errors on empty arrays
git-svn-id: trunk@57168 -
|
2018-01-27 23:28:00 +00:00 |
|
ondrej
|
4a5dab2d4b
|
LCL: fix compilation with FPC 3.0.0
git-svn-id: trunk@57167 -
|
2018-01-27 18:55:34 +00:00 |
|
ondrej
|
df35dca526
|
IDE: Options dialog: fix crash after r57155 #de8a470231. Issue #33088, #33076
git-svn-id: trunk@57166 -
|
2018-01-27 18:42:24 +00:00 |
|
ondrej
|
f81b38e69d
|
IDE: open recent files: use load icon of new image list
git-svn-id: trunk@57165 -
|
2018-01-27 18:31:21 +00:00 |
|
ondrej
|
987f894152
|
High-DPI + Multiple Image Resolution ImageList (merged from HiDPIImageList branch)
git-svn-id: trunk@57164 -
|
2018-01-27 18:12:35 +00:00 |
|
ondrej
|
03097f6650
|
LCL: High-DPI ImageList: default scaled false
git-svn-id: branches/HiDPIImageList@57163 -
|
2018-01-27 18:07:41 +00:00 |
|
ondrej
|
53ddab069c
|
LCL: TImageListCache: don't scale image list
git-svn-id: branches/HiDPIImageList@57162 -
|
2018-01-27 18:06:49 +00:00 |
|
ondrej
|
b4b56d377d
|
IDE: fixes for High-DPI Image List
git-svn-id: branches/HiDPIImageList@57161 -
|
2018-01-27 18:05:59 +00:00 |
|
ondrej
|
83f35c60b3
|
LCL: High-DPI ImageList: add scaled property
git-svn-id: branches/HiDPIImageList@57160 -
|
2018-01-27 15:51:02 +00:00 |
|
ondrej
|
4f6e876dd1
|
Carbon: fix compilation
git-svn-id: branches/HiDPIImageList@57159 -
|
2018-01-27 15:01:49 +00:00 |
|
ondrej
|
1d1f091f4d
|
LCL: TCustomListView: update images on DPI change
git-svn-id: branches/HiDPIImageList@57158 -
|
2018-01-27 13:52:14 +00:00 |
|
ondrej
|
71b81a6c94
|
LCL: TCustomTabControl: update images on DPI change
git-svn-id: branches/HiDPIImageList@57157 -
|
2018-01-27 13:39:09 +00:00 |
|
ondrej
|
a0ccf85be3
|
LCL: form: scale form with parent. Issue #33002
git-svn-id: trunk@57156 -
|
2018-01-27 13:21:45 +00:00 |
|
ondrej
|
de8a470231
|
LCL: check box: call OnChange/OnClick notify events on State change. Issue #33076
git-svn-id: trunk@57155 -
|
2018-01-27 12:57:44 +00:00 |
|
dmitry
|
96d01f3f8f
|
cocoa: hot keys handling for windowcontent view #33072
git-svn-id: trunk@57154 -
|
2018-01-27 04:49:42 +00:00 |
|
martin
|
756867c662
|
IDE, EditorOpts: Fix stringcompare for color-names
git-svn-id: trunk@57152 -
|
2018-01-26 16:26:42 +00:00 |
|
maxim
|
7a5ac2ef0c
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57151 -
|
2018-01-26 15:21:31 +00:00 |
|
maxim
|
d570c378c6
|
IDE: improved wording for force update checkbox in project options i18n
page
git-svn-id: trunk@57150 -
|
2018-01-26 15:19:33 +00:00 |
|
mattias
|
e568cca991
|
codetools: TBaseKeyWordFunctionList: do not sort on add
git-svn-id: trunk@57149 -
|
2018-01-26 09:42:38 +00:00 |
|
mattias
|
eb52382d06
|
codetools: TBaseKeyWordFunctionList: fixed resorting
git-svn-id: trunk@57148 -
|
2018-01-26 09:39:23 +00:00 |
|
juha
|
cfb33a15c7
|
LCL-Win32: Fix hints in mainmenu's submenus. Issue #33070, patch from Serge Anvarov.
git-svn-id: trunk@57147 -
|
2018-01-25 11:13:17 +00:00 |
|
maxim
|
47ca6a4009
|
LazUtils: removed unused constant from translations.pas
git-svn-id: trunk@57146 -
|
2018-01-25 00:02:34 +00:00 |
|
maxim
|
d6eb226fad
|
POChecker: restored ability to report duplicate entries (was broken for several years and nobody noticed)
git-svn-id: trunk@57145 -
|
2018-01-24 23:59:59 +00:00 |
|
maxim
|
768142c2d9
|
Lazutils: fixed setting fuzzy flags for incorrectly formatted items when translations are regenerated by IDE and introduced Duplicate flag for TPOFileItem (we don't want to use Context for this, because in future it can be set not only for duplicate items)
git-svn-id: trunk@57144 -
|
2018-01-24 23:54:36 +00:00 |
|