vincents
00a2b7b10a
codetools: fixed memleak (and probably fixed define templates for components), fixes bug #11701
...
git-svn-id: trunk@15820 -
2008-07-20 19:20:13 +00:00
mattias
1341499890
synedit: set default synedit font for carbon
...
IDE: sourceditor: using the same default font as synedit
IDE: added code template d for debugln
IDE: moved Insert $IFDEF in keymapping to edit section
CodeTools: identifier completion: do not add semicolon in front of then, of, to, else, do
CodeTools: define LCL and LCLwidgetset for lazarus sources
IDE: Editor Options Keymapping: implemented text filter and shortcut search
git-svn-id: trunk@15819 -
2008-07-19 09:51:32 +00:00
kirkpatc
d92dd510d2
FPDoc - minor correction to intfgraphics.xml
...
- definition for TWidgetSet in interfacebase.xml
git-svn-id: trunk@15818 -
2008-07-19 08:53:17 +00:00
jesus
c140fca340
updated spanish translations from Javier Villarroya (javivf)
...
git-svn-id: trunk@15817 -
2008-07-19 06:15:37 +00:00
jesus
5ace44bd40
LazReport, fix editor sample new report name and added testpage report
...
git-svn-id: trunk@15816 -
2008-07-18 21:21:51 +00:00
jesus
34f9100000
LCL, fix typos and postscriptcanvas Y margin
...
git-svn-id: trunk@15815 -
2008-07-18 21:16:39 +00:00
kirkpatc
c7d1d9ba34
FPDoc - definitions of some classes in intfgraphics.xml
...
git-svn-id: trunk@15814 -
2008-07-18 12:28:32 +00:00
vincents
d0ae7e95f6
LCL: fixed key handling in maskedit (issue #11655 )
...
git-svn-id: trunk@15813 -
2008-07-18 09:17:54 +00:00
mattias
194d128c0f
IDE: allowing negative font height
...
git-svn-id: trunk@15812 -
2008-07-18 08:08:06 +00:00
mattias
ec306d185d
codetools: added debugging info or dangling events
...
git-svn-id: trunk@15811 -
2008-07-18 08:00:07 +00:00
marc
b972e96632
* changed QueryDescription out param into var since it is allowed to update the description too (in that case it should be var).
...
git-svn-id: trunk@15810 -
2008-07-17 22:48:45 +00:00
michael
d26e2b3095
* Added images to the treeviews in connection editor and dictionary editor
...
git-svn-id: trunk@15809 -
2008-07-17 22:15:06 +00:00
mattias
2573f41a30
IDE: fixed checking symlinks for non existing files
...
git-svn-id: trunk@15808 -
2008-07-17 21:31:23 +00:00
mattias
361831a886
IDE: made destroy hint windows more robust vs errors
...
git-svn-id: trunk@15807 -
2008-07-17 21:28:57 +00:00
mattias
6fb1936620
codetools: class completion for Index properties now use AIndex instead of Index as variable name to reduce name clashes from Michael VC
...
git-svn-id: trunk@15806 -
2008-07-17 21:12:33 +00:00
marc
d847ecc266
* Updated Slovak translation by Slavko
...
git-svn-id: trunk@15805 -
2008-07-17 20:40:02 +00:00
marc
210a124450
* Implemented minimalistic PixelFormat dependency when creating rawimage description (Mono|RGB|Alpha) ( fixes #11672 )
...
* Forced full rawimage data before copying date when unsharing bitmap (sideeffect notices in #11672 )
git-svn-id: trunk@15804 -
2008-07-17 20:08:20 +00:00
michael
00f660ac0c
* Size changes
...
git-svn-id: trunk@15803 -
2008-07-17 19:33:07 +00:00
michael
47d02c0a0a
* Consistency of buttons in dialogs, alignment issues in configcodegenerator
...
git-svn-id: trunk@15802 -
2008-07-17 19:19:19 +00:00
michael
ace3f1561a
* Consistency of buttons in dialogs. Use TableNameHint in DataExporter
...
git-svn-id: trunk@15801 -
2008-07-17 19:12:55 +00:00
michael
93fd307e22
* TableNameHint property implemented
...
git-svn-id: trunk@15800 -
2008-07-17 19:11:05 +00:00
michael
64fdbf5b9e
* BMP images instead of XPM
...
git-svn-id: trunk@15799 -
2008-07-17 19:10:40 +00:00
mattias
7f8fab8d64
IDE+codetools: added verbosity via -dVerboseDanglingComponentEvents
...
git-svn-id: trunk@15798 -
2008-07-17 06:47:25 +00:00
mattias
154fb076a6
lazbuild: fixed compilation
...
git-svn-id: trunk@15797 -
2008-07-17 06:20:27 +00:00
marc
5bae4a6e54
* Check for owner=nil. TPicture can create instances of TGlyphBitmap too (without owner). Fixes #11612,#11662
...
git-svn-id: trunk@15796 -
2008-07-16 23:30:50 +00:00
mattias
19b259bb99
IDE: removed auto resolving symlinks. Filenames must fit the search paths
...
git-svn-id: trunk@15795 -
2008-07-16 23:22:54 +00:00
mattias
b38ec6cfc3
synedit: added fpFixed to default font
...
git-svn-id: trunk@15794 -
2008-07-16 21:01:02 +00:00
mattias
6d0aceeba0
added dumpstack for inconsistency check
...
git-svn-id: trunk@15793 -
2008-07-16 19:19:03 +00:00
mattias
f70b98cbb8
IDE: added minimum font height of 6
...
git-svn-id: trunk@15792 -
2008-07-16 19:15:33 +00:00
mattias
2bc8e3e329
IDEIntf: fixed TMethodPropertyEditor setting nil, bug #11666
...
git-svn-id: trunk@15791 -
2008-07-16 10:11:44 +00:00
vincents
92b6e4d35d
IDE: changed CreateCompilerTestPascalFilename as suggested by Mattias
...
* return '', if no file could be created
* use same implementation on all platforms
git-svn-id: trunk@15790 -
2008-07-15 22:16:14 +00:00
vincents
5b3c40da89
LCL: implemented TCustomMaskEdit.GetSel and SetSel form Ts. Petrov (issue #11655 )
...
git-svn-id: trunk@15789 -
2008-07-15 19:53:24 +00:00
vincents
3285b40fa7
synedit: fixed ctrl-mouseclick from Martin Friebe (issue #11661 )
...
git-svn-id: trunk@15788 -
2008-07-15 19:15:51 +00:00
mattias
5e1643bf25
do not add X11 path when building carbon
...
git-svn-id: trunk@15787 -
2008-07-15 19:10:32 +00:00
mattias
a20b096442
synedit: improved using clipping rect during paint from Martin, bug #11654
...
git-svn-id: trunk@15786 -
2008-07-15 19:06:55 +00:00
mattias
1207c0e3f4
gtk2 intf: replaced exception mask with functions from math unit
...
git-svn-id: trunk@15785 -
2008-07-15 17:47:30 +00:00
mattias
588edd1cab
IDE: identifier completion: always move cursor in front of semicolon
...
git-svn-id: trunk@15784 -
2008-07-14 22:21:35 +00:00
mattias
4732844584
updated makefile
...
git-svn-id: trunk@15783 -
2008-07-14 19:19:32 +00:00
mattias
5baa4df8b6
updated Makefile, using carbon for tools by default
...
git-svn-id: trunk@15782 -
2008-07-14 17:37:06 +00:00
tombo
3e0f21b461
LCL carbon: implemented Bitmap.Canvas.GetPixels
...
git-svn-id: trunk@15781 -
2008-07-14 13:16:07 +00:00
vincents
e3ee66f002
snapshot monitor: updated to fpc 2.2.2rc2
...
git-svn-id: trunk@15780 -
2008-07-14 12:02:41 +00:00
tombo
c85ebeb48d
Add info if bitmap format is not supported for creating canvas handle.
...
git-svn-id: trunk@15779 -
2008-07-14 11:45:57 +00:00
vincents
91146521fe
IDE: fixed restarting lazarus
...
git-svn-id: trunk@15778 -
2008-07-14 11:24:07 +00:00
vincents
23d97dd378
default widget set for darwin is carbon
...
git-svn-id: trunk@15777 -
2008-07-14 09:06:56 +00:00
mattias
cb41bdea0d
from Martin Friebe:
...
- inserting a line, would not correctly re-paint the other lines, if a folded block was in the visible window, above the
newly inserted line
- using ctr-cursur-up to scroll, would make the cursor jump away from the lower end of the window, if a folded block existed
- bracket search did not use ScreenRowToRow for "VisibleOnly" (which appears un-used, so this part of the bug is currently
not triggered)
git-svn-id: trunk@15776 -
2008-07-14 07:27:58 +00:00
marc
19919c7035
* Fixed loading of old graphic streams
...
* Added TIcon.AssignImage, so one image of an icon can be changed
git-svn-id: trunk@15775 -
2008-07-14 00:40:42 +00:00
mattias
a5f211b8cc
tk2: fixed SetLayoutText string comparison
...
git-svn-id: trunk@15774 -
2008-07-13 22:14:39 +00:00
mattias
541620b5fb
synedit: replaced codepage dependent set with codepage independent
...
git-svn-id: trunk@15773 -
2008-07-13 22:03:06 +00:00
marc
e8e5ebb797
* removed old (nonworking) compatebility code
...
git-svn-id: trunk@15772 -
2008-07-13 21:04:30 +00:00
mattias
ebd4d40039
fixed encoding
...
git-svn-id: trunk@15771 -
2008-07-13 20:52:25 +00:00