sekelsenmat
f7f5ec8d01
fpvectorial: Initial implementation of rendering rich text
...
git-svn-id: trunk@44363 -
2014-03-06 14:06:04 +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
b51db2c51a
codetools: fixed typo
...
git-svn-id: trunk@44353 -
2014-03-05 13:50:21 +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
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
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
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
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
martin
f2745c8af3
FPDebug: disable wrong caching / refactor
...
git-svn-id: trunk@44310 -
2014-03-01 19:38:20 +00:00
martin
a8be1a3d8a
FPGDBMIDebugger: check obj initialized
...
git-svn-id: trunk@44309 -
2014-03-01 19:37:01 +00:00
mattias
8497743a6a
IDEIntf: ListDataSourceFields
...
git-svn-id: trunk@44308 -
2014-03-01 16:19:24 +00:00
mattias
874de17967
codetools: fixed IsFPCExecutable checking exe extension
...
git-svn-id: trunk@44306 -
2014-02-28 20:57:31 +00:00
martin
4ea228a9e3
LazLogger: fixed logfile with relative path
...
git-svn-id: trunk@44296 -
2014-02-28 17:42:19 +00:00
mattias
1489dc5cb6
IDE: more details why the IDE does not like the compiler file
...
git-svn-id: trunk@44295 -
2014-02-28 17:29:04 +00:00
martin
4c8bf0291a
LazLogger: fixed logfile with relative path
...
git-svn-id: trunk@44293 -
2014-02-28 17:06:01 +00:00
mattias
e595122eae
codetools: clean up
...
git-svn-id: trunk@44290 -
2014-02-28 13:40:07 +00:00
mattias
0f252ce423
IDE: using -Xp and -V as keys for cache of fpc settings
...
git-svn-id: trunk@44289 -
2014-02-28 13:38:12 +00:00
sekelsenmat
cb58ec84c0
fpvectorial: Initial implementation of text support in ODG
...
git-svn-id: trunk@44286 -
2014-02-28 08:33:21 +00:00
jesus
5f2c42d8c1
LazReport: Patch from Alexey Lagunov:
...
1. In frVarible removed unnecessary manipulation of memory with PString
2. To export filters can now be controlled via the function Setup. In the future we plan to implement the export options window for some of
the filters.
3. In a script bug fixed constants for color. Uses all standard colors Lazarus ( previously only 16 colors ).
4. In the script added constants and mrOk mrCancel. You can use the built-in function for MessageBox.
5. The script Fixed bug with setting object properties in the case of several pages in the report.
6. Fixed a bug report from the designer view - did not work identified in the program of event report.
git-svn-id: trunk@44281 -
2014-02-27 17:59:34 +00:00
mattias
db8dcbf0f9
IDEIntf: comments
...
git-svn-id: trunk@44280 -
2014-02-27 13:50:30 +00:00
mattias
dabd5d7e4c
lazutils: fixed dbgs(TComponentState)
...
git-svn-id: trunk@44278 -
2014-02-27 12:43:34 +00:00
mattias
6c43d476c4
IDEIntf: fixed ControlAcceptsStreamableChildComponent, allow inherited forms, do not allow nested components or any child of nested component
...
git-svn-id: trunk@44276 -
2014-02-27 10:37:14 +00:00
mattias
b641e949dc
codetools: fixed parsing var n:t platform=1
...
git-svn-id: trunk@44271 -
2014-02-26 22:42:10 +00:00
martin
fd8f2c1da7
FPDebug: mem leak
...
git-svn-id: trunk@44270 -
2014-02-26 22:40:55 +00:00
mattias
6079e45b4d
codetools: fixed finding Delphi System unit
...
git-svn-id: trunk@44267 -
2014-02-26 22:11:32 +00:00
maxim
831fd20413
Translations: Hungarian translation update by Péter Gábor, bug #25789
...
git-svn-id: trunk@44266 -
2014-02-26 21:53:54 +00:00
maxim
27a912b87c
Components, LeakInfo: translations cleanup
...
git-svn-id: trunk@44265 -
2014-02-26 21:51:04 +00:00
maxim
452feedba6
Components, compilers: added Russian translation
...
git-svn-id: trunk@44263 -
2014-02-26 21:21:33 +00:00
mattias
95e8a23869
codetools: code contexts: list global properties
...
git-svn-id: trunk@44255 -
2014-02-26 19:25:51 +00:00
mattias
c8dcad58c9
codetools: identifier completion: list global properties
...
git-svn-id: trunk@44254 -
2014-02-26 19:11:12 +00:00
mattias
e1fcd95d23
codetools: parse asm: allow @keyword
...
git-svn-id: trunk@44252 -
2014-02-26 18:38:53 +00:00
mattias
86fdb15eae
IDEintf: object inspector: comment
...
git-svn-id: trunk@44251 -
2014-02-26 18:15:38 +00:00
bart
206cae270e
PoChecker: do not increment WarningCount CheckStatistics.
...
git-svn-id: trunk@44250 -
2014-02-26 17:52:59 +00:00
mattias
def22fa3db
codetools: fpc sources: added include paths
...
git-svn-id: trunk@44246 -
2014-02-26 14:40:00 +00:00
mattias
7e053d470f
codetools: fixed typo, fpc sources: reset include path, added include path packages/graph/src/inc
...
git-svn-id: trunk@44245 -
2014-02-26 14:18:41 +00:00
mattias
27d7dc5448
IDEIntf: less unit dependencies, less hints, fixed passing AsLast
...
git-svn-id: trunk@44243 -
2014-02-26 08:51:28 +00:00
mattias
8a1eedadd8
IDEIntf: fixed uninitialized vars, less hints
...
git-svn-id: trunk@44242 -
2014-02-26 08:48:25 +00:00
joost
f35783bdf0
* Removed now unused windows-unit from uses section
...
git-svn-id: trunk@44241 -
2014-02-26 07:43:02 +00:00
martin
c8c11be08b
FPDebug: fix re-using array data member object
...
git-svn-id: trunk@44240 -
2014-02-25 23:55:26 +00:00
martin
818e37a4d3
FPDebug: cache data address
...
git-svn-id: trunk@44239 -
2014-02-25 21:56:02 +00:00
martin
1cedbd7c7f
FPDebug: starting plus minus operator
...
git-svn-id: trunk@44238 -
2014-02-25 15:02:04 +00:00
martin
355e83cf62
FPDebug: add some more error checks in eval
...
git-svn-id: trunk@44236 -
2014-02-25 13:56:55 +00:00
martin
1bb786fda7
IDE: allow adding to inherited form and to child-controls on inherited forms (but not frames)
...
git-svn-id: trunk@44234 -
2014-02-25 11:32:34 +00:00
martin
de5811d90d
FPDebug: add some more error checks in eval
...
git-svn-id: trunk@44230 -
2014-02-25 04:57:38 +00:00
mattias
581df94551
codetools: started gdb stacktrace parser
...
git-svn-id: trunk@44229 -
2014-02-24 21:08:43 +00:00
mattias
56d751c730
IDEIntf: TOIPropertyGrid: distinguish calling property Edit and changing the value
...
git-svn-id: trunk@44226 -
2014-02-24 10:59:57 +00:00
mattias
0e772531c5
codetools: defines: laz src: debugger src path for debuggerintf
...
git-svn-id: trunk@44222 -
2014-02-24 08:18:13 +00:00
martin
889678aa8e
FPGDBMIDebugger: fixed bin search
...
git-svn-id: trunk@44221 -
2014-02-24 05:32:02 +00:00
martin
6553f2bb5e
FPGDBMIDebugger: typo/ reg name
...
git-svn-id: trunk@44220 -
2014-02-24 03:32:15 +00:00
martin
a6675902a8
FPGDBMIDebugger: Use Stack and thread from watch
...
git-svn-id: trunk@44219 -
2014-02-24 02:34:11 +00:00
martin
dca209ffc5
Debugger: clean up
...
git-svn-id: trunk@44218 -
2014-02-24 02:33:42 +00:00
martin
ed539caf03
Debugger: refactor register
...
git-svn-id: trunk@44216 -
2014-02-24 01:44:49 +00:00
joost
1bdd42363f
* Moved Windows-specific GCurrentContext to fpdbgwinextra
...
git-svn-id: trunk@44215 -
2014-02-23 20:44:57 +00:00
mattias
e0d5158221
lazcontrols: TLvlGraphControl: accept child controls in designer
...
git-svn-id: trunk@44214 -
2014-02-23 18:45:22 +00:00
martin
49c0f86ee9
Debugger: clean up
...
git-svn-id: trunk@44213 -
2014-02-23 16:20:46 +00:00
martin
fe1c47df91
Debugger: clean up / re-added math
...
git-svn-id: trunk@44212 -
2014-02-23 15:04:54 +00:00
martin
cdecfeb377
Debugger: clean up / rename some classes/properties
...
git-svn-id: trunk@44210 -
2014-02-23 01:34:31 +00:00
martin
799ade039d
FPDebug: clean up / fix array len
...
git-svn-id: trunk@44209 -
2014-02-23 00:49:05 +00:00
martin
c2935704dd
Debugger: clean up
...
git-svn-id: trunk@44208 -
2014-02-23 00:48:11 +00:00
martin
d1cb615281
Debugger: refactor locals
...
git-svn-id: trunk@44207 -
2014-02-23 00:47:43 +00:00
maxim
23b5437b04
lazdebuggergdbmi: minor string clean up
...
git-svn-id: trunk@44206 -
2014-02-22 22:23:45 +00:00
maxim
1b46867fde
Debugger: moved translations from IDE to lazdebuggergdbmi package, updated Russian translation
...
git-svn-id: trunk@44205 -
2014-02-22 22:18:58 +00:00
maxim
d881a46e6c
LeakView: updated Russian translation
...
git-svn-id: trunk@44202 -
2014-02-22 21:18:31 +00:00
maxim
128af572c9
Cody: updated Russian translation
...
git-svn-id: trunk@44201 -
2014-02-22 21:16:01 +00:00
bart
0b643cfb88
PoChecker: Textual fixes. Patch by Reinier.
...
git-svn-id: trunk@44199 -
2014-02-22 17:37:34 +00:00
martin
1dcb742328
LazUtils: RefCounted Obj, assert
...
git-svn-id: trunk@44198 -
2014-02-22 01:06:25 +00:00
sekelsenmat
0c82ed7393
fpvectorial: Implements a new formula infix to RPN convertor, a RPN formula calculator and uses this to much improve the formula implementation for ODG
...
git-svn-id: trunk@44197 -
2014-02-21 11:24:42 +00:00
martin
da31678f3b
FPDebug: starting error msgs
...
git-svn-id: trunk@44196 -
2014-02-21 07:52:15 +00:00
martin
7e70fbf99b
LeakView: sample data
...
git-svn-id: trunk@44195 -
2014-02-21 03:49:21 +00:00
martin
0075003c2a
LeakView: deal with wrapped lines
...
git-svn-id: trunk@44194 -
2014-02-21 03:03:12 +00:00
martin
32402705a3
LeakView: po files
...
git-svn-id: trunk@44193 -
2014-02-21 02:29:08 +00:00
martin
0b52036343
LeakView: handle gdb lines mangled by mantis
...
git-svn-id: trunk@44192 -
2014-02-21 02:28:47 +00:00
martin
f50fead924
LeakView: better caption for menu
...
git-svn-id: trunk@44191 -
2014-02-21 01:53:22 +00:00
martin
516b93242b
LeakView: parse gdb trace
...
git-svn-id: trunk@44190 -
2014-02-21 01:01:31 +00:00
martin
56a5db7ce2
LeakView: Fix 1st line of trace without header
...
git-svn-id: trunk@44189 -
2014-02-21 00:31:56 +00:00
mattias
5b26ebd71a
cody: comment
...
git-svn-id: trunk@44188 -
2014-02-21 00:21:35 +00:00
martin
499e59ec52
FPDebug: starting arrays
...
git-svn-id: trunk@44187 -
2014-02-21 00:18:53 +00:00
mattias
d2a52610bd
IDE: further migration external tools
...
git-svn-id: trunk@44182 -
2014-02-20 18:30:05 +00:00
mattias
75e113064e
cody: started dialog for gdb backtraces
...
git-svn-id: trunk@44181 -
2014-02-20 18:28:47 +00:00
martin
281d40f25c
FPDebug: correct class for member
...
git-svn-id: trunk@44180 -
2014-02-20 01:31:45 +00:00
martin
0660f0e9f4
FPDebug: pchar
...
git-svn-id: trunk@44179 -
2014-02-20 01:12:25 +00:00
mattias
730a24305c
debuggergdbmi: use errno of baseunix
...
git-svn-id: trunk@44178 -
2014-02-20 00:07:09 +00:00
mattias
f9ba490c53
IDEIntf: fixed setting value in propertygrid if only a basic designer is available
...
git-svn-id: trunk@44177 -
2014-02-19 23:33:12 +00:00
martin
0667e89729
FPDebug: read address from register / fix crash is destroyed object
...
git-svn-id: trunk@44176 -
2014-02-19 19:39:35 +00:00
mattias
d8201c49fb
lazbuild: fixed compilation
...
git-svn-id: trunk@44175 -
2014-02-19 19:26:58 +00:00
mattias
29eba5e666
IDEIntf: fixed AddBottHandler
...
git-svn-id: trunk@44174 -
2014-02-19 19:10:53 +00:00
mattias
41460c7d4f
IDE: fixed renaming components, simplified designer undo
...
git-svn-id: trunk@44173 -
2014-02-19 18:57:53 +00:00
mattias
1217b68eb7
IDE: designer IsUndoLocked
...
git-svn-id: trunk@44172 -
2014-02-19 17:59:47 +00:00
martin
9968ee0c14
FPDebug: all class members in values / nil in class
...
git-svn-id: trunk@44171 -
2014-02-19 17:56:29 +00:00
mattias
1c1300939f
IDE: remove/rename unit in lpr if it is a pascal source
...
git-svn-id: trunk@44170 -
2014-02-19 15:48:29 +00:00
mattias
ed3ddce5c9
IDEIntf: comment
...
git-svn-id: trunk@44169 -
2014-02-19 14:41:04 +00:00
mattias
ba22fe2361
IDEIntf: added boot handler when transfer macros have been created
...
git-svn-id: trunk@44168 -
2014-02-19 14:36:34 +00:00
mattias
aaf004850f
IDEIntf: added handler when LazarusIDE is created for registering startup handlers
...
git-svn-id: trunk@44167 -
2014-02-19 14:22:55 +00:00
mattias
87355906e4
IDE: split codetool and intial setup dialog
...
git-svn-id: trunk@44166 -
2014-02-19 12:43:39 +00:00
mattias
3ae6e6f978
IDE: added VK_OEM_COMMA to key list
...
git-svn-id: trunk@44165 -
2014-02-19 11:45:41 +00:00
mattias
f82edfb981
IDEIntf: fixed typo
...
git-svn-id: trunk@44164 -
2014-02-19 11:36:26 +00:00
martin
ff3f939321
FPDebug: handle nil in class results
...
git-svn-id: trunk@44163 -
2014-02-19 05:20:37 +00:00
martin
2582ab15ce
FPGDBMIDebugger: fix function result uninitialized
...
git-svn-id: trunk@44162 -
2014-02-19 05:19:29 +00:00
martin
7747f7520f
FPGDBMIDebugger: missing var initialization
...
git-svn-id: trunk@44161 -
2014-02-19 03:13:40 +00:00
martin
3818b4e602
FPGDBMIDebugger: more structured values
...
git-svn-id: trunk@44158 -
2014-02-19 01:49:06 +00:00
mattias
baabe96213
IDE: undo for designer, patch #22584
...
git-svn-id: trunk@44156 -
2014-02-18 21:46:36 +00:00
mattias
7db8442e23
codetools: extended lazarus src template for debuggerintf and lazdebuggergdbmi
...
git-svn-id: trunk@44154 -
2014-02-18 21:08:53 +00:00
mattias
ea5d7a236b
debuggergdbmi: clean up dependencies
...
git-svn-id: trunk@44153 -
2014-02-18 20:58:59 +00:00
mattias
be61ceae80
educationlaz: clean up dependencies
...
git-svn-id: trunk@44152 -
2014-02-18 20:58:41 +00:00
mattias
6ca5ee87bd
debuggerintf: clean up dependencies
...
git-svn-id: trunk@44151 -
2014-02-18 20:58:28 +00:00
mattias
7f6a28d1fe
IDEIntf: clean up and added unit ideutils
...
git-svn-id: trunk@44150 -
2014-02-18 20:55:15 +00:00
martin
23991564a6
Debugger/GDBMI: Moved registration
...
git-svn-id: trunk@44149 -
2014-02-18 20:10:17 +00:00
mattias
deb8e8c40a
clean up old readmes
...
git-svn-id: trunk@44142 -
2014-02-18 18:27:35 +00:00
mattias
88780a9aaa
IDE: use compiler of project for FPCVer and codetools macro values
...
git-svn-id: trunk@44141 -
2014-02-18 18:26:04 +00:00
mattias
fcf6ed2f5d
fixed make distclean
...
git-svn-id: trunk@44140 -
2014-02-18 17:48:34 +00:00
mattias
9d710db4fc
fixed make distclean
...
git-svn-id: trunk@44139 -
2014-02-18 17:37:14 +00:00
mattias
75de4354c1
debuggergdbmi: less hints
...
git-svn-id: trunk@44135 -
2014-02-18 16:28:20 +00:00
mattias
1ff6e135c6
IDE: less hints
...
git-svn-id: trunk@44134 -
2014-02-18 16:27:05 +00:00
mattias
a9b919d1b4
debuggergdbmi: use TProcessUTF8 instead of UTF8toSys
...
git-svn-id: trunk@44133 -
2014-02-18 16:22:46 +00:00
mattias
3283cf83f3
package makefiles: changed distclean to delete output directorties for all targets
...
git-svn-id: trunk@44128 -
2014-02-18 10:35:31 +00:00
martin
a503dc1f3c
FPGDBMIDebugger: structured values
...
git-svn-id: trunk@44121 -
2014-02-17 23:51:55 +00:00
martin
d938c3b9e5
PascalScript: exclude *all* none x86 from attempting to compile x86 code
...
git-svn-id: trunk@44119 -
2014-02-17 18:18:56 +00:00
sekelsenmat
16b4faacff
fpvectorial: Many fixes in ODG handling, specially of custom-shape, frame and coordenates, but not yet working properly for the test file
...
git-svn-id: trunk@44118 -
2014-02-17 16:13:03 +00:00
martin
b699d68760
FPDebug: less debugln
...
git-svn-id: trunk@44117 -
2014-02-17 15:00:17 +00:00
martin
1acbe9ca6a
FPGDBMIDebugger: fix queuing / eval some values direct
...
git-svn-id: trunk@44116 -
2014-02-17 14:41:09 +00:00
martin
9a0683d7f8
FPGDBMIDebugger: moved to package
...
git-svn-id: trunk@44111 -
2014-02-17 03:53:56 +00:00
martin
5816749cd9
GDBMIDebugger: fixed conditional linux code
...
git-svn-id: trunk@44108 -
2014-02-17 00:24:42 +00:00
martin
0fae49bef2
GDBMIDebugger: move files
...
git-svn-id: trunk@44106 -
2014-02-16 23:57:57 +00:00
martin
95f100764c
GDBMIDebugger: start moving files
...
git-svn-id: trunk@44105 -
2014-02-16 22:13:16 +00:00
martin
bbab31b2c6
GDBMIDebugger: prepare new package
...
git-svn-id: trunk@44104 -
2014-02-16 21:53:24 +00:00
martin
8b589d149c
Debugger/DbgIntf: Moved registration
...
git-svn-id: trunk@44102 -
2014-02-16 21:37:48 +00:00
martin
7b45286e2d
GDBMIDebugger: prepare new package
...
git-svn-id: trunk@44101 -
2014-02-16 21:35:24 +00:00
martin
3e66c46b21
Debugger/DbgIntf: Moved code to DebuggerIntf package / recreated Makefiles
...
git-svn-id: trunk@44099 -
2014-02-16 17:33:41 +00:00
martin
e38b958e04
Debugger/DbgIntf: Moved code to DebuggerIntf package
...
git-svn-id: trunk@44097 -
2014-02-16 14:29:53 +00:00
martin
398398a54f
Debugger/DbgIntf: Moved code to DebuggerIntf package (prepare)
...
git-svn-id: trunk@44096 -
2014-02-16 14:27:52 +00:00
mattias
e2ece1726a
educationlaz: fixed compilation
...
git-svn-id: trunk@44086 -
2014-02-15 23:45:24 +00:00
mattias
d683f4106d
codetools: less hints
...
git-svn-id: trunk@44084 -
2014-02-15 23:41:42 +00:00
mattias
21a6cb800e
educationlaz: less hints
...
git-svn-id: trunk@44083 -
2014-02-15 23:16:19 +00:00
mattias
31cec86f69
updated Makefiles for debuggerintf
...
git-svn-id: trunk@44082 -
2014-02-15 21:48:00 +00:00
mattias
cfc004fe03
updated Makefiles for debuggerintf
...
git-svn-id: trunk@44081 -
2014-02-15 11:21:34 +00:00
martin
3f415797e4
Debugger: put some common types into DbgIntf
...
git-svn-id: trunk@44079 -
2014-02-15 01:31:30 +00:00
martin
eefbe47384
Debugger: Started DebuggerIntf package / package link
...
git-svn-id: trunk@44077 -
2014-02-14 23:18:47 +00:00
martin
cbc3a550d8
Debugger: Started DebuggerIntf package
...
git-svn-id: trunk@44075 -
2014-02-14 23:11:12 +00:00
martin
369d6dc630
FPDebug: handle float
...
git-svn-id: trunk@44074 -
2014-02-14 18:23:15 +00:00
martin
a328c53065
FPDebug: mem-manager
...
git-svn-id: trunk@44073 -
2014-02-14 17:26:44 +00:00
mattias
a672e20451
IDE: reading environment options: omit window layouts with invalid names
...
git-svn-id: trunk@44070 -
2014-02-14 08:29:50 +00:00
martin
f580daeb56
FPDebug: mem-manager
...
git-svn-id: trunk@44068 -
2014-02-14 01:38:45 +00:00
martin
4a2a123175
SynEdit: fixed missing invalidation for foldconf markup
...
git-svn-id: trunk@44055 -
2014-02-13 17:48:11 +00:00
martin
c714225b97
FPDebug: clean up / use mem-manager
...
git-svn-id: trunk@44029 -
2014-02-12 15:54:16 +00:00
martin
2978fbf036
FPDebug: start using mem-manager
...
git-svn-id: trunk@44028 -
2014-02-12 15:21:28 +00:00
martin
1dfc8873d3
FPDebug: mem-manager
...
git-svn-id: trunk@44027 -
2014-02-12 11:09:06 +00:00
martin
556a243e8e
FPDebug: missing file
...
git-svn-id: trunk@44025 -
2014-02-12 10:47:09 +00:00
martin
4af520994a
FPDebug: moved TDbgPtr to new unit (avoid circle units)
...
git-svn-id: trunk@44024 -
2014-02-12 01:44:59 +00:00
mattias
3a81c208c4
codetools: ExtractFPCFrontEndParameters
...
git-svn-id: trunk@44016 -
2014-02-11 22:05:21 +00:00
mattias
b60cc2650c
codetools: FindRealCompilerInPath: check for -V
...
git-svn-id: trunk@44010 -
2014-02-11 21:35:10 +00:00
mattias
eb24b12d7a
codetools: FindRealCompilerInPath: check for -V
...
git-svn-id: trunk@44009 -
2014-02-11 21:32:22 +00:00
mattias
37f6992f26
codetools: FindRealCompilerInPath: check for -Xp
...
git-svn-id: trunk@44008 -
2014-02-11 21:30:08 +00:00
mattias
532192cab4
codetools: clean up, fixed typo
...
git-svn-id: trunk@44007 -
2014-02-11 20:48:54 +00:00
martin
9b1e474917
FPDebug: tests
...
git-svn-id: trunk@44006 -
2014-02-11 19:45:58 +00:00
martin
b585ed6d46
FPDebug: Value handling / array
...
git-svn-id: trunk@43996 -
2014-02-11 02:56:55 +00:00
martin
1479bea78a
FPDebug: tests
...
git-svn-id: trunk@43991 -
2014-02-10 14:10:04 +00:00
martin
da6195622e
FPDebug: Value handling / enum, set
...
git-svn-id: trunk@43990 -
2014-02-10 12:36:06 +00:00
martin
fbad9f7b85
FPDebug: Value handling / enum, set
...
git-svn-id: trunk@43989 -
2014-02-10 02:12:50 +00:00
joost
8f320ced38
* Resolved recursion problem introduced by a typo in r43987 #fac7e13063
...
git-svn-id: trunk@43988 -
2014-02-09 21:47:18 +00:00
joost
fac7e13063
* Refactored FpDbgClasses unit. Moved all Windows-specific code into the new FpDbgWinClasses unit.
...
git-svn-id: trunk@43987 -
2014-02-09 21:02:38 +00:00
martin
97060b5ede
FPDebug: Value handling / enum
...
git-svn-id: trunk@43983 -
2014-02-09 16:25:27 +00:00
maxim
fe3c55b202
Translations: Japanese translation update by Yuichiro Takahashi, bug #25699
...
git-svn-id: trunk@43975 -
2014-02-09 14:50:35 +00:00
martin
7007975497
FPDebug: mem leak
...
git-svn-id: trunk@43968 -
2014-02-09 13:25:10 +00:00
martin
97a11734fc
FPDebug: Value handling / more typecasts
...
git-svn-id: trunk@43960 -
2014-02-08 23:03:34 +00:00
martin
82bb935fdd
FPDebug: tests
...
git-svn-id: trunk@43959 -
2014-02-08 18:18:09 +00:00
martin
ded56dfb04
FPDebug: fixed compile without $DEFINE
...
git-svn-id: trunk@43950 -
2014-02-08 03:08:45 +00:00
martin
2cc1500342
FPDebug: Value handling / size field
...
git-svn-id: trunk@43945 -
2014-02-07 23:40:17 +00:00
sekelsenmat
a35e939108
fpvectorial: Implements styles and named formula support (subpart of custom shape) for ODG
...
git-svn-id: trunk@43943 -
2014-02-07 22:28:46 +00:00
sekelsenmat
fdff92b568
fpvectorial: Improves ODG support for custom shape, not yet fully working
...
git-svn-id: trunk@43942 -
2014-02-07 19:55:36 +00:00
martin
f170d5d55a
FPDebug: Value handling / more typecasts
...
git-svn-id: trunk@43936 -
2014-02-07 12:29:44 +00:00
martin
b3f230074f
FPDebug: Value handling / more typecasts
...
git-svn-id: trunk@43928 -
2014-02-07 00:37:38 +00:00
martin
65463e1215
TAChart: Fixed crash due to fpc optimizer issue #0020827 / Lazarus issue #0025681
...
git-svn-id: trunk@43922 -
2014-02-06 19:18:55 +00:00
martin
d1484bf11f
FPDebug: fix compile with trunk
...
git-svn-id: trunk@43920 -
2014-02-06 17:21:02 +00:00
mattias
b106e09c91
printers4lazarus: mainunit directive
...
git-svn-id: trunk@43916 -
2014-02-06 09:35:07 +00:00
mattias
feb46c584b
synedit: less hints
...
git-svn-id: trunk@43914 -
2014-02-06 09:33:13 +00:00
mattias
d665320fba
lazutils: less hints
...
git-svn-id: trunk@43913 -
2014-02-06 09:32:52 +00:00
martin
8011d379c4
FPDebug: tests
...
git-svn-id: trunk@43911 -
2014-02-05 20:39:32 +00:00
martin
887afcf9dc
FPDebug: tests
...
git-svn-id: trunk@43910 -
2014-02-05 17:23:59 +00:00
mattias
1d2e7640b5
lazreport: fixed compilation for fpc 2.6.3/4
...
git-svn-id: trunk@43908 -
2014-02-05 16:48:43 +00:00
martin
8e96b14a37
FPDebug: Value handling / fixes for structure
...
git-svn-id: trunk@43907 -
2014-02-05 13:32:05 +00:00
mattias
af37f20810
lazreport: fixed compilation with fpc 2.6.2
...
git-svn-id: trunk@43905 -
2014-02-05 12:17:58 +00:00
martin
c20494536f
FPDebug: fix Value handling / typecasts
...
git-svn-id: trunk@43904 -
2014-02-05 12:12:29 +00:00
mattias
1fe37e15a2
fixed spelling mistakes, found by lintian
...
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
mattias
2d69b41893
lazreport: TBookmark change only for fpc 2.6.0
...
git-svn-id: trunk@43897 -
2014-02-05 12:06:39 +00:00
mattias
b7098089ac
codetools: apply AVL tree findpointer workaround only for fpc 2.6.0
...
git-svn-id: trunk@43896 -
2014-02-05 12:06:04 +00:00
mattias
7674b0b091
lhelp: Fixed passing linker flags to the compiler
...
git-svn-id: trunk@43895 -
2014-02-05 12:05:29 +00:00
mattias
95931463b9
Add sheebang to scripts missing it
...
git-svn-id: trunk@43893 -
2014-02-05 12:03:30 +00:00
martin
64b56efefb
FPDebug: more Value handling / pointers
...
git-svn-id: trunk@43886 -
2014-02-05 02:30:45 +00:00
martin
3ab0ac8feb
FPDebug: more Value handling /start pointers
...
git-svn-id: trunk@43885 -
2014-02-05 02:10:12 +00:00
martin
3981ff33fd
FPDebug: tests
...
git-svn-id: trunk@43884 -
2014-02-04 23:36:55 +00:00
martin
ffdc4db7aa
PascalScript: updates from original GIT
...
git-svn-id: trunk@43882 -
2014-02-04 19:58:13 +00:00
jesus
8d89805d46
PascalScript, fix crash when compiled for 64 bit
...
git-svn-id: trunk@43873 -
2014-02-04 17:22:25 +00:00
martin
2f2e3b018c
FPDebug: more Value handling / typecasts
...
git-svn-id: trunk@43871 -
2014-02-04 00:28:40 +00:00
martin
7556fafeab
FPDebug: parser, change precedence of operators
...
git-svn-id: trunk@43868 -
2014-02-03 18:06:52 +00:00
martin
513a42d90d
FPDebug: testcase
...
git-svn-id: trunk@43867 -
2014-02-02 23:33:29 +00:00
martin
ab175baa4e
FPDebug: (re-)start testcase
...
git-svn-id: trunk@43865 -
2014-02-02 02:10:19 +00:00
martin
8375c7ed26
FPDebug: more Value handling /start typecasts
...
git-svn-id: trunk@43864 -
2014-02-01 01:47:26 +00:00
martin
461597b957
SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557 / missing
...
git-svn-id: trunk@43863 -
2014-01-31 21:50:23 +00:00
martin
d4ee8f0e73
FPDebug: refactor circular references
...
git-svn-id: trunk@43862 -
2014-01-31 19:41:49 +00:00
martin
d82c0c96c4
LazUtils: RefCountedObject, handle nested RleaseRef
...
git-svn-id: trunk@43861 -
2014-01-31 19:41:45 +00:00
marco
b5f6916a84
* fixed a few cases where Evenement had an Accent grave, reported on forum
...
http://forum.lazarus.freepascal.org/index.php/topic,23467.0/topicseen.html
git-svn-id: trunk@43859 -
2014-01-31 11:16:44 +00:00
juha
66a2978ff3
New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
...
git-svn-id: trunk@43858 -
2014-01-31 11:04:36 +00:00
juha
425985c464
New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
...
git-svn-id: trunk@43857 -
2014-01-31 11:03:03 +00:00
martin
97e0cc4312
FPDebug: more Value handling / clean up / refactor: type-symbols no longer refers to values.
...
git-svn-id: trunk@43855 -
2014-01-31 01:27:10 +00:00
martin
ebcb804bf1
FPDebug: more Value handling
...
git-svn-id: trunk@43852 -
2014-01-30 14:15:31 +00:00
martin
e8f2625b6d
FPDebug: more Value handling
...
git-svn-id: trunk@43832 -
2014-01-29 00:01:58 +00:00
martin
2979e368b8
LazUtils: more RefCountedObject debugging
...
git-svn-id: trunk@43831 -
2014-01-28 23:59:59 +00:00
maxim
b548e9ede1
LazReport: regenerated German translation
...
git-svn-id: trunk@43830 -
2014-01-28 21:42:39 +00:00
mattias
dc0988c982
translations: German: updates from Swen Heinig und Michael Fuchs
...
git-svn-id: trunk@43829 -
2014-01-28 16:19:26 +00:00
maxim
b88c09b071
LazReport: regenerated translations
...
git-svn-id: trunk@43827 -
2014-01-27 20:46:22 +00:00
sekelsenmat
e9fb146556
fpvectorial: Improves the custom shape support for ODG
...
git-svn-id: trunk@43826 -
2014-01-27 13:54:47 +00:00
juha
943ad98d89
New Finnish translation for ActiveX. Patch from ocean.
...
git-svn-id: trunk@43824 -
2014-01-27 08:38:22 +00:00
jesus
5504a82697
LazReport: Patch from Alexey Lagunov
...
1. Localization Collate option in the form of print options
2. Fixed search on the generated report is not English texts
3. The expanded diagnostic error messages during the reporting
4. Prohibited creating variables in reports containing the point:
for example aaa.bbb: = 1;
git-svn-id: trunk@43821 -
2014-01-27 08:11:46 +00:00
jesus
5c1cc280d4
LazReport, removed PowerPDF and Cairo export requirements from editor sample
...
git-svn-id: trunk@43820 -
2014-01-27 07:45:54 +00:00
martin
fa2f16e5f4
SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557 / test
...
git-svn-id: trunk@43819 -
2014-01-26 19:05:39 +00:00
martin
a22341fe53
SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557
...
git-svn-id: trunk@43815 -
2014-01-26 17:16:44 +00:00
martin
0e1d200f3d
SynEdit: ability to mark if/then/else as word pair (triplet)
...
git-svn-id: trunk@43812 -
2014-01-26 15:16:02 +00:00
sekelsenmat
a744d324bd
fpvectorial: Starts implementing support for elliptical arc in odg
...
git-svn-id: trunk@43806 -
2014-01-25 20:53:18 +00:00
maxim
06f699bc2f
Components, ActiveX: localized, improved dialog layout and added Russian translation
...
git-svn-id: trunk@43805 -
2014-01-25 20:04:35 +00:00
maxim
d469043277
Components, MacroScript: improved layout; now using default cursor
...
git-svn-id: trunk@43797 -
2014-01-25 16:55:55 +00:00
maxim
08b9dae1a4
Components, MacroScript: enabled i18n; added Russian translation
...
git-svn-id: trunk@43796 -
2014-01-25 16:50:30 +00:00
maxim
7496d3c856
Components, MacroScript: improved resourcestrings
...
git-svn-id: trunk@43795 -
2014-01-25 16:45:16 +00:00
maxim
8481f772b2
Components, CHMHelp: added Russian translation
...
git-svn-id: trunk@43793 -
2014-01-25 15:56:03 +00:00
mattias
5c7649afd1
lazchmhelp: added po files
...
git-svn-id: trunk@43785 -
2014-01-23 12:05:04 +00:00
mattias
a8c922e8bb
lazchmhelp: creating po files
...
git-svn-id: trunk@43784 -
2014-01-23 12:04:26 +00:00
jesus
81a96b4100
LazReport, PictureView, fix loading streams without header
...
git-svn-id: trunk@43782 -
2014-01-22 18:20:02 +00:00
jesus
05d2879059
LazReport, handle db image streams the same way as dbimage
...
git-svn-id: trunk@43780 -
2014-01-22 08:13:55 +00:00
martin
db5590d263
LazUtils: fix DebuglnEnter with list of 1 argument
...
git-svn-id: trunk@43778 -
2014-01-21 16:11:49 +00:00
jesus
8656af3464
LazReport: Formatting and cleanup
...
git-svn-id: trunk@43776 -
2014-01-20 03:38:35 +00:00
jesus
d877b82218
LazReport: Patch from Alexey Lagunov
...
1. Copies collation is done internally
2. Property has been implemented lrMemo.Text
3. Finalized editor of the prepared report
4. Fixed bug when printing TfrPrintGrid after a call to another report designer
git-svn-id: trunk@43775 -
2014-01-20 03:35:56 +00:00
sekelsenmat
065d37b166
fpvectorial: Implements support for color channels in percentages
...
git-svn-id: trunk@43773 -
2014-01-19 21:20:17 +00:00
sekelsenmat
0ac5918f3d
fpvectorial: Fixes many SVG reading issues, such as text position, poligon/polyline coordinates
...
git-svn-id: trunk@43772 -
2014-01-19 19:26:49 +00:00
martin
32fbd71f5c
SynEdit: speed up large operations ([un]indent)
...
git-svn-id: trunk@43768 -
2014-01-19 03:03:40 +00:00
martin
1fba2652a7
SynEdit: avoid duplicate call
...
git-svn-id: trunk@43767 -
2014-01-19 03:02:30 +00:00
martin
f176b97cd5
SynEdit: speed up large operations (search replace / indent): space trimmer
...
git-svn-id: trunk@43766 -
2014-01-19 03:01:17 +00:00