Commit Graph

15664 Commits

Author SHA1 Message Date
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
mattias
5bd40abaab LCL: fixed GuessEncoding iterating UTF-8 characters
git-svn-id: trunk@15770 -
2008-07-13 20:19:57 +00:00
mattias
5972f2bf98 synedit: renamed OnCtrlLeftMouseUp to OnClickLink, fixed Ctrl+MouseLeft jump
git-svn-id: trunk@15769 -
2008-07-13 20:16:15 +00:00
marc
eb3a29e663 * Use Anchors for anchoreditor itself. Patch by Valdas Jankunas
git-svn-id: trunk@15768 -
2008-07-13 19:42:43 +00:00
mattias
b223dbff27 LCL: removed obsolete TAbstractReader
git-svn-id: trunk@15767 -
2008-07-13 18:59:39 +00:00
marc
0bc7d13e17 * updated Russion translation by Maxim Ganetsky
git-svn-id: trunk@15766 -
2008-07-13 18:59:28 +00:00
marc
a0853e7841 * Return alpha description when asked for
git-svn-id: trunk@15765 -
2008-07-13 18:47:07 +00:00
mattias
26f698131e LCL: added check for UTF-8 invalid characters #128-#191, bug #11648
git-svn-id: trunk@15764 -
2008-07-13 18:46:55 +00:00
mattias
fbcc1bc581 gtk2 intf: improved layout text optimization by length parameter
git-svn-id: trunk@15763 -
2008-07-13 15:44:56 +00:00
mattias
7e001b2934 gtk2 intf: fixed mem leak of creating pango layout for DC, bug #9259
git-svn-id: trunk@15762 -
2008-07-13 15:37:03 +00:00
mattias
4dedc3c8ec gtk2: removed quark code
git-svn-id: trunk@15761 -
2008-07-13 11:30:13 +00:00
mattias
4fdf213191 synedit: fixed moving selection by mouse dragging, from Martin Friebe
git-svn-id: trunk@15760 -
2008-07-13 10:37:18 +00:00
mattias
cadf49eda8 gtk1: replaced idle function with begin/endupdate, bug #1477
git-svn-id: trunk@15759 -
2008-07-13 10:17:13 +00:00
mattias
50c3731145 gtk2 intf: implemented optimization for textout with the same text from Luiz
git-svn-id: trunk@15758 -
2008-07-13 09:21:33 +00:00
mattias
1a90e139a9 trnalations: german: updates from Joerg Braun
git-svn-id: trunk@15757 -
2008-07-12 11:34:34 +00:00
mattias
4b03c13f5a trnalations: german: updates from Joerg Braun
git-svn-id: trunk@15756 -
2008-07-12 10:57:45 +00:00
paul
6c80e93299 lcl: fix typo in the trackbar code which cause inability to set Max = Min
git-svn-id: trunk@15755 -
2008-07-12 05:42:50 +00:00
marc
832f32e752 * mask alpha channel when device has no alpha support
git-svn-id: trunk@15754 -
2008-07-12 00:36:14 +00:00
mattias
976269a47b gtk2 intf: use Set8087CW in AppInit to avoid crash on ubuntu human theme
git-svn-id: trunk@15753 -
2008-07-11 17:19:30 +00:00