martin
|
0bd7ad7bdd
|
SynEdit: fixes paint-token-breaker for future bidi support
git-svn-id: trunk@39045 -
|
2012-10-11 17:05:04 +00:00 |
|
mattias
|
b57bbc9ef3
|
made lpl readme more clear
git-svn-id: trunk@39044 -
|
2012-10-11 12:26:47 +00:00 |
|
zeljko
|
0309af8ded
|
Gtk2: fixed clientRect of GtkTreeView, new routine GetWidgetClientRect() in gtk2proc to simplify gtk2winapi, fixed offset for custom drawn listview.
git-svn-id: trunk@39043 -
|
2012-10-11 09:11:48 +00:00 |
|
martin
|
f3f7450f44
|
Debugger: Disable "run to cursor" when debugger is stopped. This command is limited to the current frame (function). It can not be used to start a project. (also disable dcJumpTo, dcStepOut)
git-svn-id: trunk@39042 -
|
2012-10-10 23:00:51 +00:00 |
|
martin
|
29954198f2
|
SynEdit: fix markup for future bidi support
git-svn-id: trunk@39041 -
|
2012-10-10 21:05:04 +00:00 |
|
martin
|
774f6ebdbe
|
SynEdit: more phys/log conversion for future bidi support
git-svn-id: trunk@39040 -
|
2012-10-10 21:04:35 +00:00 |
|
martin
|
3ce2f9322e
|
SynEdit: Make sure selection Markup is not hidden by Syncro (or other plugins)
git-svn-id: trunk@39039 -
|
2012-10-10 20:56:31 +00:00 |
|
martin
|
37782db3ff
|
SynEdit: Missing invalidation in Log/Phys Converter.
git-svn-id: trunk@39038 -
|
2012-10-10 14:10:58 +00:00 |
|
zeljko
|
9383f190f6
|
Gtk2: completely fixed LineTo() and MoveToEx() regressions from r39034 #d433d82e1c
git-svn-id: trunk@39037 -
|
2012-10-10 13:53:37 +00:00 |
|
zeljko
|
12653c735d
|
Gtk2: do not apply devctx offset into penPos, regression of r39034 #d433d82e1c.issue #23057
git-svn-id: trunk@39036 -
|
2012-10-10 13:08:25 +00:00 |
|
zeljko
|
a81d9e96aa
|
Gtk2: fixed assertion from gtk2 library. issue #23099
git-svn-id: trunk@39035 -
|
2012-10-10 10:14:01 +00:00 |
|
zeljko
|
d433d82e1c
|
Gtk2: LineTo and MoveToEx must take hdc offset into account.issue #23057
git-svn-id: trunk@39034 -
|
2012-10-10 09:03:32 +00:00 |
|
zeljko
|
99d869e0a1
|
Gtk2: fixed crash with TListView introduced with r39032 #be121459c7.
git-svn-id: trunk@39033 -
|
2012-10-10 08:22:33 +00:00 |
|
zeljko
|
be121459c7
|
Gtk2: do not render listbox item by default if we are customdrawn. issue #23093
git-svn-id: trunk@39032 -
|
2012-10-10 07:59:27 +00:00 |
|
zeljko
|
9942a387d3
|
LCL: TCustomListView, use drBounds for item measuring when calculating editor bounds. issue #23094
git-svn-id: trunk@39031 -
|
2012-10-10 07:08:45 +00:00 |
|
zeljko
|
48d57049f6
|
Gtk2: fixed TGtk2WSCustomListView.GetDisplayRect, also fixed cell renderer which sent wrong item id to owner drawn list view.issue #23094
git-svn-id: trunk@39030 -
|
2012-10-10 07:07:44 +00:00 |
|
ask
|
84ee0a7b04
|
TAChart: Add TChartAxisTitle.PositionOnMarks property
git-svn-id: trunk@39026 -
|
2012-10-09 14:54:53 +00:00 |
|
sekelsenmat
|
c74a28fe63
|
fpvectorial: Now BLOCK and INSERT already started to work together
git-svn-id: trunk@39025 -
|
2012-10-09 14:50:23 +00:00 |
|
sekelsenmat
|
1ce12a8760
|
fpvectorial: Further advances the BLOCK and INSERT support
git-svn-id: trunk@39024 -
|
2012-10-09 14:41:04 +00:00 |
|
sekelsenmat
|
8659c6e351
|
fpvectorial: Starts adding support for BLOCK and INSERT entities from DXF
git-svn-id: trunk@39023 -
|
2012-10-09 14:21:45 +00:00 |
|
mattias
|
e6a407ceed
|
updatemakefiles: fixed passing lazarusdir to lazbuild
git-svn-id: trunk@39021 -
|
2012-10-09 08:45:34 +00:00 |
|
juha
|
7d0972774d
|
IDE: Scan also "samples" folders in the Example Manager
git-svn-id: trunk@39020 -
|
2012-10-09 08:26:00 +00:00 |
|
mattias
|
4280954cfd
|
lcl: fixed function TFileDialog.FindMaskInFilter out of bounds
git-svn-id: trunk@39013 -
|
2012-10-09 07:19:06 +00:00 |
|
jesus
|
9e16841b73
|
LCL, fix unexpected selection, patch from Bart Broersma, issue #18344
git-svn-id: trunk@39011 -
|
2012-10-09 06:52:08 +00:00 |
|
jesus
|
89cfdaa628
|
LazReport, fix barcode sample crash, remove console window (on windows), issue #23086
git-svn-id: trunk@39010 -
|
2012-10-09 06:14:58 +00:00 |
|
martin
|
582a030f6b
|
SynEdit: paint always entire RTL token (prepare BIDI)
git-svn-id: trunk@39009 -
|
2012-10-09 00:53:30 +00:00 |
|
martin
|
1e33006be2
|
SynEdit: cleanup paint-token-breaker for future bidi support
git-svn-id: trunk@39008 -
|
2012-10-08 23:23:23 +00:00 |
|
martin
|
a73a625629
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@39007 -
|
2012-10-08 22:26:52 +00:00 |
|
martin
|
5ad6f2f6fb
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@39006 -
|
2012-10-08 22:21:36 +00:00 |
|
martin
|
20e8599307
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@39005 -
|
2012-10-08 22:09:20 +00:00 |
|
maxim
|
4613e69b46
|
IDE: regenerated translations
git-svn-id: trunk@39001 -
|
2012-10-08 20:06:11 +00:00 |
|
maxim
|
b2280fd75e
|
Components: Spanish translation update by Lucas Martín, bug #23090
git-svn-id: trunk@39000 -
|
2012-10-08 20:04:33 +00:00 |
|
maxim
|
95c9f6e9c8
|
LazReport: Spanish translation update by Lucas Martín, bug #23088
git-svn-id: trunk@38999 -
|
2012-10-08 19:54:49 +00:00 |
|
martin
|
9eb2506cc0
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@38998 -
|
2012-10-08 13:44:26 +00:00 |
|
martin
|
d38919da45
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@38997 -
|
2012-10-08 13:25:08 +00:00 |
|
martin
|
3bb19f7f9a
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@38996 -
|
2012-10-08 11:16:06 +00:00 |
|
ask
|
b8dc7e13eb
|
TAChart: Update visuals in the "axis" demo
git-svn-id: trunk@38994 -
|
2012-10-08 09:23:42 +00:00 |
|
ask
|
3e88b3861e
|
TAChart: Update "func" demo to use MarginsForMarks property
git-svn-id: trunk@38993 -
|
2012-10-08 06:23:22 +00:00 |
|
ask
|
34b65790a0
|
TAChart: Add TChartAxis.MarginsForMarks property
git-svn-id: trunk@38992 -
|
2012-10-08 06:11:20 +00:00 |
|
jesus
|
23754db956
|
LazReport, patch to spanish translation to avoid using space as shortcut, from Julio Jimenez Borreguero
git-svn-id: trunk@38991 -
|
2012-10-08 03:08:57 +00:00 |
|
juha
|
a637ee7996
|
Packager: formatting
git-svn-id: trunk@38990 -
|
2012-10-08 00:12:29 +00:00 |
|
juha
|
07e313123f
|
Packager: Use a new component's class name as icon resource name. Issue #23075
git-svn-id: trunk@38989 -
|
2012-10-08 00:12:24 +00:00 |
|
juha
|
5d3ee21158
|
IDE: remove unused resource string
git-svn-id: trunk@38988 -
|
2012-10-08 00:12:18 +00:00 |
|
martin
|
1e3155a104
|
SynEdit: Markup and more paint-token-breaker for future bidi support
git-svn-id: trunk@38987 -
|
2012-10-07 17:19:21 +00:00 |
|
martin
|
3751f452d7
|
SynEdit: Only highlight brackets, if there is a 2nd to the pair
git-svn-id: trunk@38986 -
|
2012-10-07 17:02:53 +00:00 |
|
ask
|
90c7b42a02
|
TAChart: Do not draw TColorMapSeries over left and top borders
git-svn-id: trunk@38985 -
|
2012-10-07 15:17:46 +00:00 |
|
ask
|
85e3ea566c
|
TAChart: Add TChartBasicAxis.TickInnerLength property
git-svn-id: trunk@38984 -
|
2012-10-07 13:54:00 +00:00 |
|
ask
|
8dc70f7e1f
|
TAChart: Fix out-of-bounds access while drawing TColorMapSeries with empty ColorSource
git-svn-id: trunk@38982 -
|
2012-10-07 13:32:02 +00:00 |
|
ask
|
8406131b04
|
TAChart: Fix a call to the "strict protected" function from non-descendant class in TChartMinorAxis.GetAlignment
git-svn-id: trunk@38981 -
|
2012-10-07 13:11:17 +00:00 |
|
zeljko
|
22e8584d0a
|
LCL: Implemented TCustomListView.GetNextItem() and TCustomListView.GetNearestItem() for delphi compatibility. issue #23077
git-svn-id: trunk@38980 -
|
2012-10-07 09:33:48 +00:00 |
|