mattias
0574b48563
tpipro: clean up
...
git-svn-id: trunk@30041 -
2011-03-27 17:59:13 +00:00
mattias
f8f705163a
codetools: fixed case compare for formerly uppercase compares, fixed TSourceChangeCache.Clear to not clear updatelock
...
git-svn-id: trunk@30022 -
2011-03-26 21:06:24 +00:00
juha
0928ead547
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
...
git-svn-id: trunk@29734 -
2011-03-06 12:45:59 +00:00
paul
079da4d9a5
turbopoweripro: fixed hint showing; added hints for <abbr> and <acronym> tags; fixed a bug in attributes parsing by Žilvinas Ledas (issue #0017587 )
...
git-svn-id: trunk@27703 -
2010-10-14 03:20:04 +00:00
paul
1732203228
turbopoweripro: added select printer; resourcestrings of captions, autosize, anchors for labels and buttons in print preview dlg by Žilvinas Ledas (issue #0017559 )
...
git-svn-id: trunk@27702 -
2010-10-14 03:13:59 +00:00
andrew
b441e37b32
* applied patch from Bernd Kreuss for bug #17081
...
git-svn-id: trunk@26964 -
2010-08-01 19:30:36 +00:00
jesus
af4bb981df
tpipro, fix print preview empty pages under unix
...
git-svn-id: trunk@24419 -
2010-04-04 23:46:49 +00:00
jesus
6b2027e174
tpipro, patch to fix some UTF-8 problems, detects and enforce document charset
...
git-svn-id: trunk@23704 -
2010-02-15 05:21:10 +00:00
paul
c88c2b2dce
tpipro: draw css table border using style and color
...
git-svn-id: trunk@22567 -
2009-11-13 10:58:57 +00:00
paul
1c490db611
tpipro: read css border
...
git-svn-id: trunk@22564 -
2009-11-13 09:28:39 +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
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
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
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
paul
5ba985389f
tpipro: make TIpHtml.FDataProvider protected
...
git-svn-id: trunk@22540 -
2009-11-12 04:37:53 +00:00
andrew
3f2460287f
Reverted 21136 #8f5e7c79e9 since it exposes a fpc bug that causes too may problems when compiling lazarus
...
git-svn-id: trunk@21175 -
2009-08-11 21:55:44 +00:00
andrew
8f5e7c79e9
Applied large patch for IPro from Domingo Alvarez Duarte with minor changes in bug #14227 .
...
git-svn-id: trunk@21136 -
2009-08-07 22:16:38 +00:00
andrew
23287ae2b7
* Fixed ipro bug where iphtml would generate the wrong address for images within a page
...
git-svn-id: trunk@17759 -
2008-12-09 13:54:08 +00:00
paul
8d66876f6a
components: fix TIPLazHtmlControl.GetPreferredControlSize
...
git-svn-id: trunk@17489 -
2008-11-21 09:03:24 +00:00
paul
c06ebac651
component:
...
- fix turbopower_ipro use of resource
- fix turbopower_ipro example
git-svn-id: trunk@16531 -
2008-09-11 00:44:12 +00:00
mattias
d18db8dd42
packages: fixed compilation
...
git-svn-id: trunk@16246 -
2008-08-25 23:07:34 +00:00
mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
753945f7af
tuborpower ipro: added DefaultFontSize from Dieter
...
git-svn-id: trunk@14410 -
2008-03-04 20:51:29 +00:00
mattias
339c7826f7
tubopoweripro: using direct conversion of special HTML chars to UTF8 from Dibo
...
git-svn-id: trunk@14244 -
2008-02-25 14:21:03 +00:00
mattias
79666bf74b
LCL: small cleanups
...
git-svn-id: trunk@14018 -
2008-02-07 18:39:36 +00:00
jesus
c8cf0b9a9f
tpipro, don't use dataprovider for embedded style, silently skip unavailable resources
...
git-svn-id: trunk@13929 -
2008-01-31 07:43:35 +00:00
jesus
31b3c7eba5
tpipro, fix initial text alignment
...
git-svn-id: trunk@13911 -
2008-01-29 15:52:04 +00:00
jesus
6c3ee3bbc6
tpipro, handle px font units
...
git-svn-id: trunk@13902 -
2008-01-28 20:40:23 +00:00
jesus
feff55eb39
tpipro, handle style tag in HEAD, improved font for length units em & %, handle single and double quote in css strings
...
git-svn-id: trunk@13901 -
2008-01-28 18:57:27 +00:00
jesus
178474226e
tpipro, fixes locating css files, parsing of commands, some font support
...
git-svn-id: trunk@13879 -
2008-01-25 18:23:06 +00:00
mattias
e111fd858b
TurboPowerIPro: can now read simple css files from Andrew Haines
...
git-svn-id: trunk@13391 -
2007-12-19 21:09:19 +00:00
mattias
a83db51afa
printers, cups: improved dialogs
...
git-svn-id: trunk@13347 -
2007-12-15 18:00:34 +00:00
andrew
acb317a857
Removed all code that ifdef'd TColor to TColorRef for tp ipro. it's not needed
...
git-svn-id: trunk@13324 -
2007-12-14 02:18:08 +00:00
mattias
496be6ce57
turbopower_ipro: bugfixes, Two new examples, with full navegation across links and Backward/Forward buttons from Jordi March Nogue
...
git-svn-id: trunk@13043 -
2007-11-26 22:26:38 +00:00
mattias
4bce421183
turbopower_ipro: made it compilable under delphi from Jordi March
...
git-svn-id: trunk@12220 -
2007-09-28 17:47:36 +00:00
mattias
6a42932b68
added ipfileboker.pas from Armin Diehl
...
git-svn-id: trunk@9513 -
2006-06-28 11:51:36 +00:00
mattias
601fad56b1
added ipfilebroker.pas from Armin Diehl
...
git-svn-id: trunk@9423 -
2006-06-12 19:16:57 +00:00
micha
c3fada6d57
win64 fixes (from peter, modified)
...
git-svn-id: trunk@9222 -
2006-05-01 21:47:48 +00:00
mattias
847315fcba
fixed non dynamic test
...
git-svn-id: trunk@8822 -
2006-02-25 18:05:32 +00:00
vincents
36e0a12c18
fixed compilation after removal of TSize from LCLType
...
git-svn-id: trunk@8741 -
2006-02-16 10:09:48 +00:00
vincents
01282aa76a
fpc doesn't allow double(AnInteger) anymore in mode delphi, since Delphi doesn't allow it either
...
git-svn-id: trunk@8734 -
2006-02-12 20:42:33 +00:00
jesus
dda6ac61bc
Improved tables rendering
...
git-svn-id: trunk@8666 -
2006-01-30 21:08:51 +00:00
jesus
92b5aa2fe1
fixed table frames visibility
...
git-svn-id: trunk@8648 -
2006-01-28 21:05:13 +00:00
jesus
d8df871a10
fixed links in tpipro win32
...
git-svn-id: trunk@8317 -
2005-12-14 15:59:18 +00:00
jesus
7bc37435e5
fixed ipro flicker in win32 and added ipro print preview
...
git-svn-id: trunk@8302 -
2005-12-13 06:49:20 +00:00
jesus
7e46baf127
fix issue #1489 : can't install the turbo power package
...
git-svn-id: trunk@8244 -
2005-12-01 19:29:30 +00:00
jesus
5396e4caf5
Call DoInvoke asynchronously to avoid TControl.WMLButtonUp problem on invalid control
...
git-svn-id: trunk@8239 -
2005-11-29 20:37:25 +00:00
jesus
a6ff52034e
fixed selection, hints and missing images, property DefaultTypeFace, some WriteLn->DebugLn
...
git-svn-id: trunk@8227 -
2005-11-26 21:19:56 +00:00
mattias
442a272b2b
64bit fixes for ipro from Andrew Haines
...
git-svn-id: trunk@8224 -
2005-11-26 08:57:20 +00:00