Commit Graph

50140 Commits

Author SHA1 Message Date
dmitry
ca40b0fa05 win32: modified TWin32MemoStrings to write lines to .lfm based of the text rather than wordwrapped lines (related to r53052 #9ead143427, #30659)
git-svn-id: trunk@53057 -
2016-09-29 13:35:59 +00:00
juha
39ac467fe2 LCL: Remove unused code in TLazIntfImage.Assign.
git-svn-id: trunk@53056 -
2016-09-29 08:35:07 +00:00
juha
73ef3706d2 IDEIntf: less verbose OI.
git-svn-id: trunk@53055 -
2016-09-29 08:35:02 +00:00
mattias
2db54d6dde IDE: run params: disable parameters when using launching application
git-svn-id: trunk@53054 -
2016-09-29 08:08:06 +00:00
sekelsenmat
6d8475d239 reverts wrong part of commit
git-svn-id: trunk@53053 -
2016-09-29 07:48:38 +00:00
sekelsenmat
9ead143427 memo: Changes the LFM writer to store the lines without wordwrap so that this information is not lost, see bug #30659
git-svn-id: trunk@53052 -
2016-09-29 07:47:23 +00:00
maxim
b7265a7a7e IDE: Regenerated translations and updated Russian translation.
git-svn-id: trunk@53051 -
2016-09-28 23:01:28 +00:00
bart
d967200792 IDE: When reading lazarus.cfg file, change from Windows codepage to UTF8 when needed (the file is written by the Windows installer). Fixes Issue #0029494.
git-svn-id: trunk@53047 -
2016-09-28 14:09:32 +00:00
bart
2228fcd9a2 LCL: In TPen.ReferenceNeed the elpWidth member of the TExtLogPen structure must be 1 (not 0) if the pen is not Geometric. Resolves Issue #0022646.
git-svn-id: trunk@53046 -
2016-09-28 06:49:47 +00:00
bart
028ed81448 Win32: SetComboMinDropDownSize
- Support for the CB_SETMINVISIBLE message depends on ComCtlVersion, not on the value of ThemeServices.ThemesEnabled
- Send then CB_SETDROPPEDWIDTH message even if first message failed.
- Add a comment to explain why the function result cannot always be determined accurately
Resolves Issue #0030526.

git-svn-id: trunk@53045 -
2016-09-28 06:38:04 +00:00
sekelsenmat
2afcb6529b cocoa: Minor improvements to memo code
git-svn-id: trunk@53044 -
2016-09-27 19:18:12 +00:00
sekelsenmat
e4df591fe7 cocoa: Fixes resizing of the text area and implements word wrap
git-svn-id: trunk@53043 -
2016-09-27 07:43:02 +00:00
sekelsenmat
bead7428db cocoa: Initial attempt at implementing word wrap, didn't work so far
git-svn-id: trunk@53042 -
2016-09-27 06:47:55 +00:00
sekelsenmat
09b9394936 cocoa: Fixes crash in TMemo due to Handle issues
git-svn-id: trunk@53041 -
2016-09-27 06:18:30 +00:00
ondrej
ec17f5b9c0 IDE, CodeTools: new "WithoutExtraIndent" parameter in "case ofall" code template. When used the case-list will be flat (prior behavior). When not used, case-list will be indented with default editor options.
git-svn-id: trunk@53040 -
2016-09-26 18:43:28 +00:00
ondrej
c0cc369d3d IDE, CodeTools: support {scopedenums on} in "case ofall" code template
git-svn-id: trunk@53039 -
2016-09-26 18:14:15 +00:00
mattias
8b5f7616e7 LCL: TColor: doc
git-svn-id: trunk@53038 -
2016-09-26 11:12:37 +00:00
mattias
2b851bf1c8 printers4lazarus: clean up
git-svn-id: trunk@53037 -
2016-09-26 10:26:30 +00:00
mattias
c2fcacd04c rtticontrols: clean up
git-svn-id: trunk@53036 -
2016-09-26 10:25:55 +00:00
mattias
3db00e0919 sqldb: clean up
git-svn-id: trunk@53035 -
2016-09-26 10:25:19 +00:00
wp
7deed2be61 TAChart: Undo r52780 #b722e49778 due to compilation issues with fpc 2.6.4
git-svn-id: trunk@53034 -
2016-09-25 15:56:24 +00:00
juha
ec97d75bd9 IDE: Add a DebugLn message for a hack fixing a wrong main window height value with QT bindings.
git-svn-id: trunk@53033 -
2016-09-25 13:41:30 +00:00
mattias
c63ea78901 IDE: designer: fixed missing func result
git-svn-id: trunk@53032 -
2016-09-25 12:54:26 +00:00
juha
09b9c0261c ActionsEditor: Show new actions properly. Optimize and format a little. Issue #30636.
git-svn-id: trunk@53031 -
2016-09-25 11:33:40 +00:00
juha
da5e3acce3 IDE: Rebuild the OI ComponentTree after an item is deleted. Issue #30635.
git-svn-id: trunk@53030 -
2016-09-25 11:33:38 +00:00
juha
402dc0472d SynEdit: Don't delete a new MouseCmd even if it causes conflict. It leads to SEGFAULT.
git-svn-id: trunk@53029 -
2016-09-25 11:33:36 +00:00
juha
b008e356f0 IDEIntf: Make some CollectionPropEditForm methods private.
git-svn-id: trunk@53028 -
2016-09-25 11:33:24 +00:00
zeljko
dcbe735606 Carbon: fixed hang with save dialog. issue #29911
git-svn-id: trunk@53027 -
2016-09-25 08:16:20 +00:00
maxim
8011372f5a IDE: Regenerated translations and updated Russian translation.
git-svn-id: trunk@53026 -
2016-09-24 13:34:42 +00:00
maxim
5f4b5adb00 IDE: improved External Tools Options dialog i18n
git-svn-id: trunk@53025 -
2016-09-24 13:15:17 +00:00
martin
878549d9a9 SynEdit: generic method for plugins to override mouse cursor
git-svn-id: trunk@53024 -
2016-09-24 00:08:14 +00:00
martin
2094de32dc SynEdit: fix pixel to char, outside textarea
git-svn-id: trunk@53023 -
2016-09-24 00:06:01 +00:00
martin
2cebdc3bf8 SynEdit: respect user set cursor
git-svn-id: trunk@53022 -
2016-09-23 22:45:58 +00:00
zeljko
b47f15b76e Qt: added ability to use native Qt event loop via define QtUseNativeEventLoop (qtdefines.inc)
git-svn-id: trunk@53021 -
2016-09-23 12:40:15 +00:00
juha
e8ac80123b LCL: prevent TMenuItem.Bitmap to be stored if the Action already provides an image. Issue #30499, patch from BBaz.
git-svn-id: trunk@53020 -
2016-09-23 06:09:03 +00:00
mattias
291ce7da29 cody: added function to insert an int64 id
git-svn-id: trunk@53019 -
2016-09-22 14:31:49 +00:00
mattias
284c7d20d0 IDE: external tools: fixed Hide window caption
git-svn-id: trunk@53018 -
2016-09-22 09:09:56 +00:00
mattias
8b2e59e000 IDE: external tools: MS Windows options ShowConsole and HideWindow
git-svn-id: trunk@53017 -
2016-09-22 08:59:39 +00:00
mattias
e2ac7a9645 IDE: external tools: started options ShowConsole and HideWindow
git-svn-id: trunk@53016 -
2016-09-22 08:44:36 +00:00
ondrej
b934d7aa02 lcl: lcltaskdialog: fix execution parameters
git-svn-id: trunk@53015 -
2016-09-22 07:00:38 +00:00
ondrej
7392cc05c9 lcl: lcltaskdialog: fix non-windows compilation
git-svn-id: trunk@53014 -
2016-09-22 06:33:39 +00:00
ondrej
5dfe53f3d2 lcl: lcltaskdialog: fix non-windows compilation
git-svn-id: trunk@53013 -
2016-09-22 06:23:12 +00:00
ondrej
cf81e01979 IDE: componentlist: update OK button state on every selection change
git-svn-id: trunk@53012 -
2016-09-22 04:18:30 +00:00
ondrej
404644fef1 LCL: lcltaskdialog: fix font and icon bugs
git-svn-id: trunk@53011 -
2016-09-22 03:29:55 +00:00
ondrej
11d12df809 LCL: lcltaskdialog: update version info
git-svn-id: trunk@53010 -
2016-09-22 03:00:33 +00:00
ondrej
a35cab7fa4 LCL: register TTaskDialog
git-svn-id: trunk@53009 -
2016-09-22 02:51:31 +00:00
ondrej
924a4b4033 LCL: dialogs: add TTaskDialog
git-svn-id: trunk@53008 -
2016-09-22 02:34:30 +00:00
ondrej
e656623d7d LCL: lcltaskdialog: lazy initialization of DefaultFont
git-svn-id: trunk@53007 -
2016-09-22 02:31:28 +00:00
ondrej
b6d0978768 LCL: include LCLTaskDialog.pas, initial commit. Issue #30625
git-svn-id: trunk@53006 -
2016-09-21 16:06:29 +00:00
blikblum
fa2df89b78 lcl: update field data in select event (DBComboBox). Issue #30587
git-svn-id: trunk@53005 -
2016-09-21 00:44:52 +00:00