mattias
b233984952
IDE: compare compiled file: ignore spaces between options
...
git-svn-id: trunk@47861 -
2015-02-17 13:20:27 +00:00
martin
df7e84d2d7
EditorOptions: fixed loading defaults for antialiasing on empty file
...
git-svn-id: trunk@47859 -
2015-02-17 13:18:17 +00:00
sekelsenmat
b3639a8fd2
fpvectorial: table rendering fixes
...
git-svn-id: trunk@47858 -
2015-02-17 12:03:48 +00:00
sekelsenmat
a045a18155
fpvectorial: Reimplements table caption as a special row, which is more elegant
...
git-svn-id: trunk@47857 -
2015-02-17 10:36:30 +00:00
sekelsenmat
f198c69aea
fpvectorial: Now the table contents already render as they should
...
git-svn-id: trunk@47856 -
2015-02-17 10:15:17 +00:00
martin
69febc0389
SourceEditor: fix crash in drag tabs between editors (due to changes in SynEdit)
...
git-svn-id: trunk@47855 -
2015-02-17 01:14:57 +00:00
sekelsenmat
0448b0c317
fpvectorial small improvements
...
git-svn-id: trunk@47852 -
2015-02-17 00:14:33 +00:00
juha
66daecb69a
IdeIntf: Show Meta- menuitem shortcuts in Object Inspector only for Mac. Issue #27456 , patch from Howard Page-Clark.
...
git-svn-id: trunk@47850 -
2015-02-17 00:12:22 +00:00
maxim
9957d9ec61
LCL, ShellTreeView: improved i18n, patch by Péter Gábor with some changes, bug #27474 ; regenerated translations and updated Russian translation
...
git-svn-id: trunk@47842 -
2015-02-16 23:45:18 +00:00
giuliano
f652020761
LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for
...
wrong control
correction to rev 47814 #ed5fd30d67 to properly handle scrolled controls
file include/graphiccontrol.inc
git-svn-id: trunk@47841 -
2015-02-16 23:33:20 +00:00
maxim
b0bc92627b
LCL: French translation update by Gilles Vasseur, bug #27478
...
git-svn-id: trunk@47840 -
2015-02-16 23:25:16 +00:00
maxim
59685f7e22
LCL: regenerated Russian translation
...
git-svn-id: trunk@47839 -
2015-02-16 23:20:50 +00:00
mattias
e6e06c00ca
IDE: quick fix for local variable not initialized: add assignment
...
git-svn-id: trunk@47838 -
2015-02-16 22:32:30 +00:00
mattias
f4c1725bcd
codetools: added InsertStatements
...
git-svn-id: trunk@47837 -
2015-02-16 21:52:05 +00:00
juha
7110836ddc
LCL: New event OnFileAdded for TShellListView. Issue #27422 , patch from theo.
...
git-svn-id: trunk@47836 -
2015-02-16 21:49:23 +00:00
mattias
dd8f801514
codetools: fixed ChangeLineEndings
...
git-svn-id: trunk@47834 -
2015-02-16 21:17:34 +00:00
mattias
2c38fa14fc
tests: added test for sourcelog.ChangeLineEndings
...
git-svn-id: trunk@47833 -
2015-02-16 21:17:15 +00:00
mattias
9a8ecaceff
codetools: fixed ChangeLineEndings if #10 at end
...
git-svn-id: trunk@47831 -
2015-02-16 18:54:21 +00:00
mattias
7aa5c7eaed
IDE: started quickfix for local variable not initialized
...
git-svn-id: trunk@47830 -
2015-02-16 18:20:43 +00:00
mattias
400a28bb34
codetools: started GetPossibleInitsForVariable
...
git-svn-id: trunk@47829 -
2015-02-16 18:19:38 +00:00
sekelsenmat
4f7de55302
fpvectorial: Initial implementation of table rendering, not yet working
...
git-svn-id: trunk@47828 -
2015-02-16 17:31:57 +00:00
juha
4cd255ca7f
Converter: Fix converting DFM form files. Last char was left out. Issue #27446 .
...
git-svn-id: trunk@47827 -
2015-02-16 12:17:28 +00:00
mattias
fb6575b5a2
LCL: less hints
...
git-svn-id: trunk@47826 -
2015-02-16 12:02:13 +00:00
mattias
7c2f9cfff1
synedit: less hints
...
git-svn-id: trunk@47825 -
2015-02-16 11:54:34 +00:00
mattias
2b3e6ffe55
LCL: deprecated hint
...
git-svn-id: trunk@47824 -
2015-02-16 11:54:18 +00:00
sekelsenmat
3c7f6d63b1
cocoa: Implements GetPixel for Bitmap DCs (for non-bitmap DCs it seams impossible)
...
git-svn-id: trunk@47823 -
2015-02-16 11:00:08 +00:00
sekelsenmat
8563adf4b9
cocoa: Initial code for rewriting treeview theme
...
git-svn-id: trunk@47822 -
2015-02-16 10:59:19 +00:00
sekelsenmat
4792562ff9
cocoa: Basic implementation of static text
...
git-svn-id: trunk@47821 -
2015-02-16 10:12:55 +00:00
zeljko
6bc5ea6d36
Qt: fixed regression with design time forms from r47674 #d457ad2a3e.
...
git-svn-id: trunk@47820 -
2015-02-16 10:12:55 +00:00
sekelsenmat
139d3a2def
cocoa: Now supports non-standard data too
...
git-svn-id: trunk@47819 -
2015-02-16 09:43:39 +00:00
mattias
197c476d02
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
...
git-svn-id: trunk@47818 -
2015-02-16 09:39:15 +00:00
mattias
93f0b1ffd6
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
...
git-svn-id: trunk@47817 -
2015-02-16 09:36:38 +00:00
juha
6da25ca1b1
LCL: OnDrawArrow for TreeView. Issue #27472 , patch from Alexey Torgashin.
...
git-svn-id: trunk@47816 -
2015-02-15 23:44:22 +00:00
bart
77859a69e3
TShellTreeView: if Selected is a file then set the associated ShellListView.Root to the parentfolder (instead of to the file itself).
...
git-svn-id: trunk@47815 -
2015-02-15 23:35:17 +00:00
giuliano
ed5fd30d67
LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for
...
wrong control
files controls.pp and include/graphiccontrol.inc
git-svn-id: trunk@47814 -
2015-02-15 23:26:26 +00:00
martin
10fea96426
Pascalscript: update to 0b037bef7a68a58237ac25adf08d787db8ecd3be
...
git-svn-id: trunk@47813 -
2015-02-15 22:24:17 +00:00
mattias
806b395a38
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
...
git-svn-id: trunk@47812 -
2015-02-15 21:59:34 +00:00
sekelsenmat
cd3feb8828
cocoa: Fixes wrong interpretation of sandboxing tetx
...
git-svn-id: trunk@47811 -
2015-02-15 17:35:31 +00:00
martin
4996f81eb9
installer, win: update cross build script / changed order of options
...
git-svn-id: trunk@47809 -
2015-02-15 17:20:20 +00:00
sekelsenmat
6b51f51be4
cocoa: Implements pasteboard text copy
...
git-svn-id: trunk@47808 -
2015-02-15 17:11:08 +00:00
mattias
c318018c98
IDE: less debug
...
git-svn-id: trunk@47807 -
2015-02-15 15:23:08 +00:00
mattias
3ea49cce88
codetools: identifier completion: $codepage parameter
...
git-svn-id: trunk@47806 -
2015-02-15 15:22:24 +00:00
zeljko
87c3c117f1
Gtk2: fixed drawing images when TListView.OwnerData := true. issue #27469
...
git-svn-id: trunk@47805 -
2015-02-15 15:01:06 +00:00
zeljko
9caddb7ee7
Qt: dramatically improved OnData event of TListView. issue #27475
...
git-svn-id: trunk@47804 -
2015-02-15 14:45:03 +00:00
sekelsenmat
cd40a021c3
fpvectorial: Fixes typo
...
git-svn-id: trunk@47803 -
2015-02-15 14:23:26 +00:00
sekelsenmat
51fcf22447
fpvectorial: Starts html table reading
...
git-svn-id: trunk@47802 -
2015-02-15 13:33:43 +00:00
bart
78287460c8
TDateEdit: less verbose.
...
git-svn-id: trunk@47801 -
2015-02-15 13:14:53 +00:00
bart
8f4b9db051
TDateEdit:
...
- refactor GetDate/SetDate
- reduce the need for parsing Text for GetDate
- force valid text in control when DirectInput = False
git-svn-id: trunk@47800 -
2015-02-15 13:12:42 +00:00
mattias
27ab2c6a1f
lazutils: less hints
...
git-svn-id: trunk@47799 -
2015-02-15 12:37:49 +00:00
sekelsenmat
0ab828a48e
cocoa: Initial support for reading text with sandboxing on (so the text will be app internal only)
...
git-svn-id: trunk@47798 -
2015-02-15 12:24:14 +00:00