Commit Graph

21041 Commits

Author SHA1 Message Date
paul
ebf57a017e win32: fix WindowsVersion variable initialization (fixes bug #0014400)
git-svn-id: trunk@21384 -
2009-08-21 15:21:04 +00:00
kirkpatc
3a36d94ef4 FPDoc - fixed links for various AutoSize and AdjustSize methods in Controls.xml; additional descriptions for some inherited methods in stdctrls.xml (ScrollBar and ComboBox)
git-svn-id: trunk@21383 -
2009-08-21 14:39:35 +00:00
paul
0296b239c5 qt: return nbcShowCloseButtons capability for notebook by cobines (issue #0014258)
git-svn-id: trunk@21382 -
2009-08-21 14:17:54 +00:00
martin
1e7e1cca97 SynEdit: SyncronEdit: fixed problem with extended mouse-settings and breakpoints
git-svn-id: trunk@21381 -
2009-08-21 12:41:54 +00:00
paul
10aa429021 gtk, gtk2: fix memory leak on destruction of some widgets by cobines (issue #0014090) + formatting of surrounding code
git-svn-id: trunk@21380 -
2009-08-21 09:34:54 +00:00
mattias
29e765c48f IDEIntf: TComponentTreeView: insert marks for TControl only allow to change parent, but not position
git-svn-id: trunk@21379 -
2009-08-21 08:56:54 +00:00
mattias
6a855e9373 IDEIntf: TComponentTreeView: using insert marks
git-svn-id: trunk@21378 -
2009-08-21 08:43:34 +00:00
mattias
651c7b8c2e LCL: TCustomNotebook: do not set csAcceptsControls
git-svn-id: trunk@21377 -
2009-08-21 08:22:54 +00:00
mattias
dccb75b96a IDEIntf: TComponentTreeView: added check for dragging from Parent without csAcceptsControls
git-svn-id: trunk@21376 -
2009-08-21 08:19:31 +00:00
vincents
f05c8572af windows crossinstaller builder: clean the RTL after make cycle; with fpc 2.5.1 the RTL is compiled with WPO for the ppcXXX, so it must be rebuild before using it for other executables
git-svn-id: trunk@21375 -
2009-08-21 08:02:01 +00:00
paul
21cb2d4c68 ide: reduced verbosity
git-svn-id: trunk@21374 -
2009-08-21 04:33:22 +00:00
vincents
ca41e74fc2 windows installer builder: clean the RTL after make cycle; with fpc 2.5.1 the RTL is compiled with WPO for the ppcXXX, so it must be rebuild before using it for other executables
git-svn-id: trunk@21372 -
2009-08-20 20:08:19 +00:00
mattias
a655747b6d IDE: invalidate macros when adding a project dependency
git-svn-id: trunk@21370 -
2009-08-20 19:58:48 +00:00
mattias
30ca64725e gtk2 intf: clean up
git-svn-id: trunk@21369 -
2009-08-20 19:00:38 +00:00
mattias
bac4495e45 gtk2 intf: checklistbox: using glib types
git-svn-id: trunk@21368 -
2009-08-20 18:58:00 +00:00
mattias
44b0022d65 gtk2 added verbosity
git-svn-id: trunk@21367 -
2009-08-20 18:36:05 +00:00
mattias
ebccebbc91 IDE: searching make in PATH when building IDE
git-svn-id: trunk@21366 -
2009-08-20 18:16:02 +00:00
mattias
6e27090dbc IDE: using gmake as default under freebsd
git-svn-id: trunk@21365 -
2009-08-20 18:15:33 +00:00
kirkpatc
eb83d753dc Some corrections and additions to topic "AutoSize" in Controls.xml
git-svn-id: trunk@21364 -
2009-08-20 18:10:08 +00:00
mattias
a0a148582d IDE: allow relative filename for make
git-svn-id: trunk@21363 -
2009-08-20 18:00:22 +00:00
mattias
e2f8e9d673 gtk2 intf: fixed trying to set enter/leave signals for combobox button if it is a cellview
git-svn-id: trunk@21362 -
2009-08-20 17:45:00 +00:00
sekelsenmat
db3915fdba Finishes implementing TOpenDialog and TFileDialog for wince
git-svn-id: trunk@21361 -
2009-08-20 17:18:46 +00:00
paul
e0ea0595ec translations: update
git-svn-id: trunk@21360 -
2009-08-20 17:11:07 +00:00
paul
ea7d9acb1f ide: compiler options dialog translation improvements by Marcelo B Paula (patch005 of issue #0014266)
git-svn-id: trunk@21359 -
2009-08-20 16:54:17 +00:00
jesus
dacc19fbb8 LCL, implemented event OnValidateEntry in StringGrid
git-svn-id: trunk@21358 -
2009-08-20 16:51:30 +00:00
paul
8bd93ef6dd ide: debug output window translation improvements by Marcelo B Paula (patch004 of issue #0014266)
git-svn-id: trunk@21357 -
2009-08-20 16:48:59 +00:00
paul
737b16baf6 ide: call stack dialog translation improvements by Marcelo B Paula (patch003 of issue #0014266)
git-svn-id: trunk@21356 -
2009-08-20 16:45:20 +00:00
paul
5d0e1a8e6d ide: todo list dialog translation improvements by Marcelo B Paula (patch002 of issue #0014266)
git-svn-id: trunk@21355 -
2009-08-20 16:38:51 +00:00
sekelsenmat
48179b9ad7 Fixes spinedit value change with keyboard in wince
git-svn-id: trunk@21354 -
2009-08-20 16:34:30 +00:00
paul
c0cd760d2d ide: codebrowser translation improvements by Marcelo B Paula (patch001 of issue #0014266)
git-svn-id: trunk@21353 -
2009-08-20 16:34:11 +00:00
paul
21b1cec67b ide: window options: translate "Inspect dialog" item (part of issue #0014245)
git-svn-id: trunk@21352 -
2009-08-20 16:25:25 +00:00
paul
ff015e5a07 synedit: update Portuguese translation from Marcelo B Paula (part of issue #0014245)
git-svn-id: trunk@21351 -
2009-08-20 16:24:10 +00:00
martin
9a8706aedd SynEdit, pascal highlighter: added mwpascal as modifier. Started to limit highlighting of modifiers to code following a procedure declaration. / issue #14392
git-svn-id: trunk@21350 -
2009-08-20 16:11:32 +00:00
paul
b7d6bca23d ide: reduce debug output
git-svn-id: trunk@21346 -
2009-08-20 13:27:49 +00:00
mattias
8300860867 LCL: reordered variables of TAnchorSide as workaround for bug #14364
git-svn-id: trunk@21345 -
2009-08-20 10:39:26 +00:00
vincents
81a6659dc6 Version 0.9.29
git-svn-id: trunk@21344 -
2009-08-20 09:53:39 +00:00
mattias
0fcb8b8adb tests: codetools completeblock: added test results
git-svn-id: trunk@21342 -
2009-08-20 06:44:46 +00:00
mattias
d86f3e5aec IDE: fpdoc editor: added menu item to insert PrintShort tag, from Graeme, bug #14369
git-svn-id: trunk@21341 -
2009-08-20 06:10:56 +00:00
paul
fe771bf068 ide: options frames: set links cursor to crHandPoint
git-svn-id: trunk@21340 -
2009-08-20 05:19:00 +00:00
mattias
e626ea4b06 message composer: small layout improvements
git-svn-id: trunk@21339 -
2009-08-19 22:18:18 +00:00
sekelsenmat
f2011b86d1 Fixes spin control SetBounds in wince
git-svn-id: trunk@21338 -
2009-08-19 22:05:40 +00:00
mattias
f63f57fda7 tests: started codetools completeblock test
git-svn-id: trunk@21337 -
2009-08-19 21:49:48 +00:00
mattias
4a05e3f8e0 codetools: completeblock test result
git-svn-id: trunk@21336 -
2009-08-19 21:49:25 +00:00
martin
2c2fb53b25 EditorOptions: MouseConfig, Changed folder gutter clicks
git-svn-id: trunk@21335 -
2009-08-19 21:28:57 +00:00
martin
28040aadfd MouseActions: Fixed spurious crash when adding actions, due to incorrect locking of conflict checking)
git-svn-id: trunk@21334 -
2009-08-19 21:27:14 +00:00
mattias
5ca1c74263 codetools: more complete block exmaples
git-svn-id: trunk@21333 -
2009-08-19 21:05:44 +00:00
martin
01e56ae6fa EditorOptions: own help page for code folding
git-svn-id: trunk@21332 -
2009-08-19 20:04:29 +00:00
martin
72074fd87f SynEdit: SyncronEdit: idle calls only if edit has not been requested already
git-svn-id: trunk@21331 -
2009-08-19 19:57:20 +00:00
martin
25d1bbf7ec SynEdit: SyncronEdit: made ProcessMessages interval time based instead of words-processed count. Better responsiveness on not so fast pc. Added idle calls
git-svn-id: trunk@21330 -
2009-08-19 19:42:22 +00:00
mattias
14b771a34e LCL: reduced debugging
git-svn-id: trunk@21329 -
2009-08-19 19:03:23 +00:00