Commit Graph

22183 Commits

Author SHA1 Message Date
paul
c88c2b2dce tpipro: draw css table border using style and color
git-svn-id: trunk@22567 -
2009-11-13 10:58:57 +00:00
martin
09023a487e GTK2 ScrollWindowEx: added checks for nil, possible issue #15074
git-svn-id: trunk@22565 -
2009-11-13 10:12:14 +00:00
paul
1c490db611 tpipro: read css border
git-svn-id: trunk@22564 -
2009-11-13 09:28:39 +00:00
paul
98e53ff53c tpipro: increase buffer from css statements
git-svn-id: trunk@22563 -
2009-11-13 08:27:25 +00:00
paul
794e8dabaa tpiro: fix compilation
git-svn-id: trunk@22562 -
2009-11-13 08:18:57 +00:00
paul
c5101d39fc tpipro: use TR bg and fg color assigned from css, render table caption
git-svn-id: trunk@22561 -
2009-11-13 08:11:59 +00:00
mattias
43524639c2 codetools: fpdocs
git-svn-id: trunk@22560 -
2009-11-13 06:43:17 +00:00
mattias
339fddbd64 IDE: not executing source hint on space
git-svn-id: trunk@22559 -
2009-11-13 06:12:10 +00:00
mattias
555090ae4f codetools: TStandardCodeTool.ExtractOperand ignore positions in space
git-svn-id: trunk@22558 -
2009-11-13 06:03:49 +00:00
mattias
bdb43b2c28 codetools: added TSourceLog.LineColIsSpace
git-svn-id: trunk@22557 -
2009-11-13 05:51:38 +00:00
paul
0757d7bc7c tp ipro: apply patch of Domingo Alvarez Duarte "There are several bugs in turbopower_ipro port, this is a massive revision of it." (issue #0014227) + massive review of that patch with several bugs fixing
git-svn-id: trunk@22556 -
2009-11-13 03:32:32 +00:00
martin
bf83effddd FPDoc, issues with line-endings. Bug #15053
git-svn-id: trunk@22555 -
2009-11-13 01:30:40 +00:00
martin
aa67f8e364 IDE, SourceEditor: Fix vertical scrolling of newly opened files, introduced by revision 22549 #ba1566e224 ( Defer switching notebook-tab ... )
git-svn-id: trunk@22554 -
2009-11-13 01:06:51 +00:00
martin
8e593d7601 IDE, SourceEditor: Fix vertical scrolling of newly opened files, introduced by revision 22549 #ba1566e224 ( Defer switching notebook-tab ... )
git-svn-id: trunk@22553 -
2009-11-13 00:49:10 +00:00
martin
ca94d30747 SynEdit: Basic folding for LFM
git-svn-id: trunk@22552 -
2009-11-13 00:00:03 +00:00
dmitry
7b3bf8124d carbon: fix carbon ExcludeClipRect for empty clip rect
git-svn-id: trunk@22551 -
2009-11-12 23:10:16 +00:00
jesus
e45d50c8c4 LCL, TMaskedit fixes, from Bart Broersma, issue #14895
git-svn-id: trunk@22550 -
2009-11-12 21:27:08 +00:00
martin
ba1566e224 IDE, SourceEditor: Defer switching notebook-tab as it causes repaint on some OS (Windows), which may lead to intermittent incorrect display. Issue #15006
git-svn-id: trunk@22549 -
2009-11-12 21:02:08 +00:00
mattias
a6b1e4deb8 IDE: fixed uninitialized result, bug #15000
git-svn-id: trunk@22548 -
2009-11-12 17:53:09 +00:00
sekelsenmat
28013bc2d7 Fixes bug #14985, fixes problems in wince TListView
git-svn-id: trunk@22547 -
2009-11-12 13:40:19 +00:00
dodi
a6b8422291 dockmanager example: demonstrate buggy Hide/Show (changes position on Linux/gtk2)
git-svn-id: trunk@22546 -
2009-11-12 11:51:08 +00:00
paul
858a57e4c7 tpipro:
- load border size from CSS
  - refactor: move BgColor, TextColor and Backgound properties and their loading from the Body to the TIpHtmlNodeBlock
  - refactor: set ElementName for td and th in the constructor instead of outer code (also fixes loading css for th)
  - fix applying Font color for td, th internal children

git-svn-id: trunk@22545 -
2009-11-12 10:38:02 +00:00
dodi
d8b319efd5 dockmanager example: cleanup, added and use uMiniRestore
git-svn-id: trunk@22544 -
2009-11-12 10:11:03 +00:00
dodi
6b0be3249d dockmanager example: try floating into new floating site (forced)
git-svn-id: trunk@22543 -
2009-11-12 07:26:30 +00:00
paul
820b0bf38d tpipro:
- fix reading of css file (eof was true on the last char instead of after it)
  - fix loading of BGColor property
  - fix BODY node applying of BGColor

git-svn-id: trunk@22542 -
2009-11-12 07:14:40 +00:00
dodi
ed43453baf dockmanager example: try fViewWindow in fFloatingSite, using dock-icon
git-svn-id: trunk@22541 -
2009-11-12 06:54:48 +00:00
paul
5ba985389f tpipro: make TIpHtml.FDataProvider protected
git-svn-id: trunk@22540 -
2009-11-12 04:37:53 +00:00
marc
2b723e68d2 * formatting & typo
git-svn-id: trunk@22539 -
2009-11-11 23:35:12 +00:00
marc
03d44b6c7a * base lineheight on TextMetric instead of font height
git-svn-id: trunk@22538 -
2009-11-11 23:32:30 +00:00
mattias
4b3af617a2 IDE: codetools options indentation: enabling sub options
git-svn-id: trunk@22537 -
2009-11-11 23:23:37 +00:00
jesus
1ab6860b98 LCL, added metrics to fix grid's auto scrollbar issue #14799
git-svn-id: trunk@22535 -
2009-11-11 20:59:23 +00:00
mattias
812b84fe1f gtk: newautosize: send size messages when not realized
git-svn-id: trunk@22533 -
2009-11-11 18:06:50 +00:00
sekelsenmat
63f13ceb9c Rework of the ApplicationType property. atKeyPadDevice should be used instead of atSmartphone now
git-svn-id: trunk@22532 -
2009-11-11 16:58:18 +00:00
sekelsenmat
1103031807 Fixes bug #15058, correctly initializes fonts in WinCE
git-svn-id: trunk@22531 -
2009-11-11 16:34:15 +00:00
mattias
25b091dfef codetools: auto indent: fixed parsing begin in statements
git-svn-id: trunk@22530 -
2009-11-11 13:08:30 +00:00
paul
a19fadb902 debugger: fix setting breakpoints for internal fpc functions when rtl has the debug info (fixes exception handling problems) made by instructions of Marc
git-svn-id: trunk@22529 -
2009-11-11 13:06:17 +00:00
mattias
7fe5b967f1 codetools: parsing string<number> in mode objfpc,fpc
git-svn-id: trunk@22528 -
2009-11-11 12:57:07 +00:00
mattias
314558a8f2 IDE: source editor tabs: if no drag activate page
git-svn-id: trunk@22527 -
2009-11-11 11:08:42 +00:00
mattias
41c81e64f5 IDE: main help page: default base is now $(LazarusDir)/docs
git-svn-id: trunk@22526 -
2009-11-11 10:19:28 +00:00
mattias
e82ba209ae codetools: auto indent: no copy indent for statements and bracket blocks
git-svn-id: trunk@22525 -
2009-11-11 10:16:15 +00:00
zeljko
f3e3bd4288 Qt: bugfix, readonly ctls should not avoid eg. Ctrl+C usage inside read only control (TQtLineEdit, TQtTextEdit), so we do not change focuspolicy at this place - let LCL decide about it.
git-svn-id: trunk@22524 -
2009-11-10 14:51:56 +00:00
mattias
461751ec27 codetools: fixed PositionInSameLine, auto indent: parsing statements
git-svn-id: trunk@22523 -
2009-11-10 13:35:08 +00:00
mattias
9c599f6458 codetools: debugging
git-svn-id: trunk@22522 -
2009-11-10 12:32:16 +00:00
mattias
443f653af0 codetools: identifier completion: fixed GetLineLength
git-svn-id: trunk@22521 -
2009-11-10 12:26:48 +00:00
mattias
d39dca6458 IDE: code browser: replace identifier
git-svn-id: trunk@22520 -
2009-11-10 12:19:13 +00:00
mattias
0fd3251391 codetools: identifier completion: fixed line index
git-svn-id: trunk@22519 -
2009-11-10 12:14:19 +00:00
mattias
e50ada8891 IDE: resourcestring
git-svn-id: trunk@22518 -
2009-11-10 12:01:54 +00:00
dodi
cda0e731b5 dockmanager example: test minimize/restore
git-svn-id: trunk@22517 -
2009-11-10 11:24:09 +00:00
mattias
da7a635ff0 IDE: changing session storage marks project as modified, bug #15045
git-svn-id: trunk@22516 -
2009-11-10 11:21:18 +00:00
paul
c582f62100 designer: don't set csAncestor for csInline components with non csInline owner
git-svn-id: trunk@22515 -
2009-11-10 09:04:20 +00:00