martin
b3b03bfaea
SynEdit: Fix markup over multiply tokens
...
git-svn-id: trunk@27830 -
2010-10-24 16:12:15 +00:00
zeljko
1c4a0cc726
Gtk2: changed the way how main event loop iterates BUT ONLY VIA -dUSE_GTK_MAIN_CONTEXT_ITERATION until it's stable enough.
...
Now PostMessage() work correct when messages arrives from other threads. fixes #17548 and probably more issues with gtk2 threads usage.
git-svn-id: trunk@27829 -
2010-10-24 11:57:49 +00:00
sekelsenmat
293f373040
Fixes wince button clicking see bug #17702
...
git-svn-id: trunk@27828 -
2010-10-24 09:14:54 +00:00
sekelsenmat
1323d7f8d1
Implements column autosizing for TListView in Carbon
...
git-svn-id: trunk@27827 -
2010-10-24 07:56:36 +00:00
ask
30b65050e7
TAChart: Fix drawing of rotated bar series
...
git-svn-id: trunk@27826 -
2010-10-24 06:46:06 +00:00
martin
8184ac946b
IDE, SourceMark: revert TSourceMark inheritance to TSynMark (was changed away in rev 24388 #2554635106 )
...
git-svn-id: trunk@27825 -
2010-10-24 02:12:24 +00:00
martin
1792c720dc
SynEdit: more verbose notification for marks
...
git-svn-id: trunk@27824 -
2010-10-24 02:09:45 +00:00
martin
ae4d088da7
SynEdit: Fixed bookmark memleak
...
git-svn-id: trunk@27823 -
2010-10-24 01:18:37 +00:00
martin
51c547b656
SynEdit: Fixed marklist handling
...
git-svn-id: trunk@27822 -
2010-10-24 01:03:10 +00:00
martin
b22fb772ba
SynEdit: Test for updating bookmarks
...
git-svn-id: trunk@27821 -
2010-10-24 00:29:53 +00:00
martin
8d09d0abf3
SynEdit: Fix updating bookmarks
...
git-svn-id: trunk@27820 -
2010-10-24 00:29:50 +00:00
jesus
40e1411e15
LCL, Grids, DefaultRowHeight was not stored if modified and then changed back to original value, issue #17692
...
git-svn-id: trunk@27819 -
2010-10-23 18:30:40 +00:00
marc
b3363f56a1
* Use 64bit conversion of debug adresses. Patch #0017679 by Juha Manninen
...
git-svn-id: trunk@27818 -
2010-10-23 15:54:55 +00:00
maxim
f1b2a24882
IDE: regenerated German translation
...
git-svn-id: trunk@27817 -
2010-10-23 12:50:18 +00:00
sekelsenmat
a6eb5edf0b
Renames the main custom drawn unit
...
git-svn-id: trunk@27816 -
2010-10-23 06:52:14 +00:00
martin
35b8ee719e
SynEdit: Tests for SharedTextBuffer can share Bookmarks too
...
git-svn-id: trunk@27815 -
2010-10-22 22:39:49 +00:00
martin
3812c5bc84
SynEdit: SharedTextBuffer can share Bookmarks too
...
git-svn-id: trunk@27814 -
2010-10-22 22:39:44 +00:00
jesus
87f28a9497
LCL, fix hiding and then showing a dbgrid column (remained 0 width), bug reported by José Antonio Cuello
...
git-svn-id: trunk@27813 -
2010-10-22 19:42:09 +00:00
martin
421f4f7909
SynEdit: Fix to TSynFilteredMethodList.IndexOf (could return wrong index)
...
git-svn-id: trunk@27812 -
2010-10-22 15:34:24 +00:00
martin
c804b045c2
Debugger: Callstack, do not hide selection
...
git-svn-id: trunk@27811 -
2010-10-22 12:53:08 +00:00
vincents
74b8243c58
code tools examples: fixed compilation after r26515 #c0682eae27.
...
git-svn-id: trunk@27810 -
2010-10-22 12:44:54 +00:00
vincents
7461c7af9e
openbrowser example: fixed compilation after removal of TButton from Buttons unit.
...
git-svn-id: trunk@27809 -
2010-10-22 11:19:45 +00:00
vincents
17872bab97
lazarus test runner: add compiler output to failure message, if compilation fails.
...
git-svn-id: trunk@27808 -
2010-10-22 10:37:57 +00:00
vincents
ad33a9072d
fpcunit gui testrunner: only show first line of exceptionmessage in treeview.
...
git-svn-id: trunk@27807 -
2010-10-22 10:35:01 +00:00
martin
db47df6291
SynEdit: Fix guttermarks, result was undefined. This fixes debug-marks
...
git-svn-id: trunk@27806 -
2010-10-21 22:18:04 +00:00
mattias
94f29dfbd2
LCLBase: removed -Ur
...
git-svn-id: trunk@27805 -
2010-10-21 21:43:49 +00:00
mattias
b342522087
IDE: compilier options: trim leading/trailing spaces from custom options to reduce modified
...
git-svn-id: trunk@27804 -
2010-10-21 21:42:59 +00:00
mattias
2a26e6b67f
IDE: fixed compileroptions GetModified
...
git-svn-id: trunk@27803 -
2010-10-21 20:55:28 +00:00
mattias
ad2142ef86
added lclbase lpl
...
git-svn-id: trunk@27802 -
2010-10-21 20:37:10 +00:00
jesus
321f8af932
LCL, fix loading of project created in Lazarus revisions previous to r27800 #3fd96fa189 and that use listview (including Lazarus itself)
...
git-svn-id: trunk@27801 -
2010-10-21 20:19:02 +00:00
sekelsenmat
3fd96fa189
TListView is changed from published to public. Fixes bug #16367
...
git-svn-id: trunk@27800 -
2010-10-21 15:45:31 +00:00
zeljko
1767ba3390
Qt: simplified setting scrollstyle over TQtAbstractScrollArea by introducing property ScrollBarPolicy[].
...
git-svn-id: trunk@27799 -
2010-10-21 15:42:58 +00:00
sekelsenmat
8646d000f4
Fixes a case in which two click events were being sent in WinCE. See bug #17680
...
git-svn-id: trunk@27798 -
2010-10-21 15:12:47 +00:00
ask
b16a30c689
TAChart: Use ZPosition to draw axises in front of the color map series in the funcdemo
...
git-svn-id: trunk@27797 -
2010-10-21 13:15:51 +00:00
ask
2f974edb89
TAChart: Limit axis ZPosition by chart Depth
...
git-svn-id: trunk@27796 -
2010-10-21 13:14:58 +00:00
ask
b8d55daabb
TAChart: Extract TChart.DrawBackground helper, fix axis drawing on chart without series
...
git-svn-id: trunk@27795 -
2010-10-21 13:07:56 +00:00
ask
387d267fa5
TAChart: Refactor axis ordering
...
git-svn-id: trunk@27794 -
2010-10-21 12:40:12 +00:00
ask
7c2ff8e9c6
TAChart: Draw axises in Z order
...
git-svn-id: trunk@27793 -
2010-10-21 12:00:19 +00:00
zeljko
1bc2a1db55
Qt: fixed type cast which caused immediate crash of qtlcl when assigning PtrUInt to WParam.
...
git-svn-id: trunk@27792 -
2010-10-21 11:31:13 +00:00
zeljko
81a1b83ec1
Qt: changed casts to TQtWidget or QObjectH objects to PtrUInt in debugging code.
...
git-svn-id: trunk@27791 -
2010-10-21 11:19:59 +00:00
sekelsenmat
b0b573e30a
Fixes the importing of SHSendBackToFocusWindow in wince
...
git-svn-id: trunk@27790 -
2010-10-21 11:11:15 +00:00
zeljko
0ef33b2c49
LCL: changed TCustomTrayIcon.Handle from PtrInt to HWND since it's correct.
...
Qt,Gtk2,Carbon: changed type cast from PtrInt() to HWND() for trayicon handle.
git-svn-id: trunk@27789 -
2010-10-21 11:10:57 +00:00
zeljko
e6a8e1e2a4
LCL: reverted TLMMouse Keys to PtrInt.
...
Qt: fixed wrong cast in TQtTimer.Create(), cast to THandle(PtrUInt) instead to PtrInt, fixes crash on 32bit with -Cr
git-svn-id: trunk@27788 -
2010-10-21 10:53:10 +00:00
zeljko
339f85f006
Qt: removed unused local variable.
...
git-svn-id: trunk@27787 -
2010-10-21 10:38:47 +00:00
zeljko
28632554b9
LCL: TLMMouse.Keys:PtrInt becomes TLMMouse.Keys: PtrUInt to avoid range check errors.
...
Qt, Gtk2: added various type casts to avoid range check errors. Patches by Juha Manninen. fixes #17531
git-svn-id: trunk@27786 -
2010-10-21 10:32:41 +00:00
ask
16f53a6e50
TAChart: Better support drawing of too narrow legend panel. Update demo.
...
git-svn-id: trunk@27785 -
2010-10-21 09:27:15 +00:00
ask
b9412bed2b
TAChart: Use legend panel in funcdemo
...
git-svn-id: trunk@27784 -
2010-10-21 09:07:01 +00:00
ask
53f0743f12
TAChart: Auto-update TChartLegendPanel
...
git-svn-id: trunk@27783 -
2010-10-21 09:05:34 +00:00
mattias
e3573e3e88
carbon intf: UpdateLCLClientRect: check if something changed
...
git-svn-id: trunk@27782 -
2010-10-21 08:47:54 +00:00
ask
f67dde1d74
TAChart: Add TChartLegendPanel component
...
git-svn-id: trunk@27781 -
2010-10-21 08:45:29 +00:00