Commit Graph

42668 Commits

Author SHA1 Message Date
jesus
adce7de88a LCL, grids, fix flag that prevents cancel control execution on pressing ESCAPE, issue #25674
git-svn-id: trunk@44376 -
2014-03-08 05:41:12 +00:00
jesus
3c10b21816 LCL, grids made a SortColumn property public to access FSortColumn field, issue #25763
git-svn-id: trunk@44375 -
2014-03-08 04:45:04 +00:00
jesus
c35fa096f0 LazReport, also process user functions while processing aggregate functions, issue #25803
git-svn-id: trunk@44374 -
2014-03-08 04:25:20 +00:00
juha
99864d6779 Improvements for Finnish translation.
git-svn-id: trunk@44373 -
2014-03-07 22:55:52 +00:00
jesus
4370699019 LCL, fix column resizing problem when column width is bigger than grid width, from Petr-K, issue #25832
git-svn-id: trunk@44372 -
2014-03-07 20:27:59 +00:00
freq
0a82041306 Cocoa: Remove unused NSApp delegate that created memory leaks and crashes with libraries.
git-svn-id: trunk@44371 -
2014-03-07 19:59:05 +00:00
freq
c1866d58c7 Cocoa: Fix window close bug
git-svn-id: trunk@44370 -
2014-03-07 19:15:47 +00:00
jesus
c9dc2d4de1 LazReport, fix preview's find button always visible, issue #25831
git-svn-id: trunk@44369 -
2014-03-07 19:06:27 +00:00
zeljko
c3b928689b examples canvas_test: set canvas.copymode to srccopy, since it's cmWhiteness in next paint.
git-svn-id: trunk@44368 -
2014-03-07 08:38:28 +00:00
maxim
43f34d9bc2 Translations: improved Russian translation
git-svn-id: trunk@44364 -
2014-03-06 21:06:34 +00:00
sekelsenmat
f7f5ec8d01 fpvectorial: Initial implementation of rendering rich text
git-svn-id: trunk@44363 -
2014-03-06 14:06:04 +00:00
zeljko
17d4ecea6e Qt: fixed wrong scaling result in drawImage().issue #25830
git-svn-id: trunk@44362 -
2014-03-06 09:55:42 +00:00
jesus
3caabb7cf3 LCL, fix stringgrid autoedit on pressing RETURN key, issue #25810
git-svn-id: trunk@44361 -
2014-03-06 04:35:07 +00:00
jesus
003a8be7e1 LazReport, fix page orientation while direct printing a report designed using virtual printer, issue #25802
git-svn-id: trunk@44360 -
2014-03-05 20:18:31 +00:00
mattias
aa4c4a8a9e codetools: identifier completion: GetParamTypeList: catch error
git-svn-id: trunk@44358 -
2014-03-05 18:30:46 +00:00
mattias
7e3b2a63bc IDE: codeexplorer: catch syntax error
git-svn-id: trunk@44356 -
2014-03-05 17:39:02 +00:00
mattias
2e34ddcb2f IDE: code explorer: catch codetool exception when fetching params
git-svn-id: trunk@44354 -
2014-03-05 13:55:46 +00:00
mattias
b51db2c51a codetools: fixed typo
git-svn-id: trunk@44353 -
2014-03-05 13:50:21 +00:00
freq
f2556a023a Cocoa: Clean up memory leaks and make autorelease pool only local to shrink down memory footprint
git-svn-id: trunk@44352 -
2014-03-05 11:23:47 +00:00
joost
d23eff7453 * Removed bogus default-values for records. Those do not compile on fpc 2.7.1
git-svn-id: trunk@44351 -
2014-03-05 11:15:52 +00:00
joost
84c8a874db * Fixed compilation on non-Windows operation systems
git-svn-id: trunk@44350 -
2014-03-05 10:53:07 +00:00
joost
1d789ef144 * Re factorization to move windows-specific code from fpdcommand.pas to fpdbgwinclasses.pas
git-svn-id: trunk@44349 -
2014-03-05 10:13:31 +00:00
jesus
51c51a18b9 LazReport, fix paper orientation changed after printing, issue #25802
git-svn-id: trunk@44348 -
2014-03-05 00:07:06 +00:00
jesus
41bbe0bb16 LazReport, printer debug info
git-svn-id: trunk@44347 -
2014-03-04 23:54:39 +00:00
martin
f65306bccd SynEdit: Markup-IfDef; fix crash. Issue: #0025811
git-svn-id: trunk@44345 -
2014-03-04 19:22:38 +00:00
mattias
3747f3f516 IDEIntf: comment
git-svn-id: trunk@44344 -
2014-03-04 14:33:45 +00:00
mattias
cd49818fd6 IDE: trim fpc front end params
git-svn-id: trunk@44343 -
2014-03-04 14:26:22 +00:00
mattias
a52123b355 IDEIntf: comment
git-svn-id: trunk@44342 -
2014-03-04 14:18:30 +00:00
mattias
a355640db9 IDEIntf: added event called when the IDE collects the fpc front end parameters
git-svn-id: trunk@44341 -
2014-03-04 14:15:57 +00:00
mattias
4b9f06ac1e IDEIntf: added event called when the IDE collects the fpc front end parameters
git-svn-id: trunk@44340 -
2014-03-04 14:13:40 +00:00
mattias
25716f17e3 IDE: fixed extracting custom compiler options from active project
git-svn-id: trunk@44339 -
2014-03-04 11:27:06 +00:00
mattias
630b9a4efd IDE: fixed typo, bug #25816
git-svn-id: trunk@44338 -
2014-03-04 09:11:12 +00:00
zoran
26b20e2946 datetimectrls - AutoAdvance defaults to True
git-svn-id: trunk@44337 -
2014-03-04 04:34:20 +00:00
zoran
58e0398461 datetimectrls - prevent calendar drop when day is not shown
git-svn-id: trunk@44336 -
2014-03-04 04:26:23 +00:00
mattias
02b09d18e6 IDEIntf: form designer: added AddClicked hook, called whenever the user selected a component class and clicked on the designer to add a new component
git-svn-id: trunk@44335 -
2014-03-03 20:03:24 +00:00
jesus
ca052fe4aa LCL, fix DbImage leak if stream is empty, slightly modified from Stratis Aravias patch in issue #25750
git-svn-id: trunk@44334 -
2014-03-03 19:17:50 +00:00
mattias
d0d17505d9 IDE: build IDE: use default compiler, not compiler of project
git-svn-id: trunk@44333 -
2014-03-03 09:58:07 +00:00
mattias
45e9bd0b9c IDEIntf: added TAbstractIDEOptions handler destroy
git-svn-id: trunk@44332 -
2014-03-03 09:47:13 +00:00
mattias
bc1ecef605 lazutils: TMethodList: added AllowDuplicates, default false
git-svn-id: trunk@44331 -
2014-03-03 09:46:31 +00:00
martin
483139f4fb FPDebug: refactor, renamed some classes
git-svn-id: trunk@44330 -
2014-03-02 21:58:15 +00:00
mattias
0d6f31cc8a IDE: clean up
git-svn-id: trunk@44329 -
2014-03-02 21:23:03 +00:00
mattias
79d0bce2d6 IDE: clean up
git-svn-id: trunk@44328 -
2014-03-02 21:22:13 +00:00
mattias
bcaf4e5eed IDE: clean up
git-svn-id: trunk@44327 -
2014-03-02 21:20:40 +00:00
maxim
9f11b0a9f6 IDE: improved Russian translation
git-svn-id: trunk@44325 -
2014-03-02 16:41:10 +00:00
mattias
dbbc33545b lplupdate: fixed svn mv command
git-svn-id: trunk@44323 -
2014-03-02 16:26:52 +00:00
zeljko
fc0b1bc033 carbon: fixed crash with overrided InsertItem() with fpc > 2.6.2
git-svn-id: trunk@44316 -
2014-03-02 12:28:25 +00:00
zeljko
934bfc66e3 Qt: fixed crash with fpc-2.6.4
git-svn-id: trunk@44315 -
2014-03-02 12:17:21 +00:00
zeljko
7767d83380 fpdebug: make fpdebug compileable for non mswindows targets.
git-svn-id: trunk@44314 -
2014-03-02 10:17:52 +00:00
martin
ee0df892d8 LazUtils: helper for refcnt object
git-svn-id: trunk@44313 -
2014-03-02 02:22:18 +00:00
martin
09f97f2afd FPDebug: refactor
git-svn-id: trunk@44312 -
2014-03-02 02:14:44 +00:00