Commit Graph

45 Commits

Author SHA1 Message Date
57c396316d fpbrowser: minor fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2794 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-09-17 09:54:44 +00:00
acb02f9c35 fpbrowser: Improves the http test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2793 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-09-16 11:48:16 +00:00
e4baa63b89 fpbrowser: Adds a module for testing HTTP commands
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2792 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-09-16 11:07:57 +00:00
e4379b1df0 fpbrowser: Adds Firefox to the list of browser User Agents
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2597 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-12-03 13:41:11 +00:00
cce35768f7 fpbrowser: Adds a configuration dialog with a user agent switcher
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-22 14:35:04 +00:00
effe4ebbdb fpbrowser: Adds build modes and windows setup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2286 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-14 14:33:27 +00:00
d5be64af68 fpbrowser: Fixes changing between tabs to also change between renderers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2154 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-17 13:01:39 +00:00
f974ea84b7 Fixes WriteLn crashes in Windows and changes the pageControl to be visually added instead of in code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2153 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-17 12:47:17 +00:00
c38546ca77 Adds support for the user adding new tabs by itself (requires Lazarus rev 33539+)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2136 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-15 10:22:30 +00:00
1661041d6a git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2124 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2011-11-11 01:53:39 +00:00
2822429864 fpbrowser: Fixes the about dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2123 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 20:57:07 +00:00
c644346fb0 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2122 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2011-11-10 18:23:42 +00:00
a8c53137b0 Fixes compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2113 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-07 06:18:58 +00:00
b5a7b57992 fpbrowser: Adds GIF support for the ipro viewer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2107 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-30 21:04:55 +00:00
7668e5f210 Some options for out CDPageControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-30 19:22:04 +00:00
00ec0fcaa3 Changes our CDPageControl to use KDE style
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2105 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-30 19:20:12 +00:00
d6fafee869 Compilation fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2095 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-26 15:32:11 +00:00
922d9f855a fpbrowser: Changes from TPageControl to TCDPageControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2083 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-21 20:57:45 +00:00
467647591c Now the module mod_braille works correctly. The function ConvertUTF8HtmlTexttoBraille gets an html file a returns the same file, but with the texts translated. It uses the Braille space (which has length 3) instead of the traditional one (which has length 1).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2082 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-19 18:00:31 +00:00
4a2d4438e3 Minor fix for newer LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-14 14:17:17 +00:00
e43937240d The function ConvertUTF8TexttoBraille has been corrected, and now can translate full texts to the Braille code, including those with accented characters. The function ConvertUTF8HtmlTexttoBraille was also modified, but there are still some bugs to be corrected.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2057 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-01 19:25:25 +00:00
a487e2f6d7 Adds a new braille routine
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1959 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:43:59 +00:00
dfa22a28e5 Fixes compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1958 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:26:03 +00:00
b03c034c47 The function ConvertUTF8HtmlTextToBraille in utf8_braille unit was further implemented.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:10:18 +00:00
046e067ba4 Only uses modules if activated and implements support for the source and debug info again
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1956 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:57:38 +00:00
05bb393d89 Ativa o modulo Braille
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1955 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:19:24 +00:00
d02c83c767 Starts adding the modules UI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1954 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:07:03 +00:00
e1f2a19114 fpbrowser: Starts moving the controls to the tabs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1949 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 07:31:02 +00:00
3b020a82c2 Some bugs were corrected in the utf8_braille Unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 01:20:50 +00:00
9267c39d69 A new Unit has been added: utf8_braille. It contains the function Braille, which receives a string of UTF8 characters and translates it to a string of Braille characters.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-13 14:17:06 +00:00
d39395b26d fpbrowser: Moves the browser viewer to an isolated module, to support multiple viewers and starts preparing the ground for tabbed browsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-11 06:19:45 +00:00
6110aab762 fpbrowser: Re-enables THTMLPort support, fixes identing and starts implementing back, forward and adds image support for ipro (although not working yet)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1928 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-09 09:30:37 +00:00
2c00a1e9de fpbrowser: Fixes loading links
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1927 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 14:56:20 +00:00
42a5671a81 fpbrowser: Adds link click support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1926 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 14:41:21 +00:00
b1df51512d fpbrowser: Prepares the possibility to have a module which changes the HTML
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1925 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 14:16:34 +00:00
9f5841738c fpbrowser: Changes from thtmlcomp to turbopoweripro, but leaves defines for htmlcomp
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1924 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 14:12:42 +00:00
6c92813485 fpbrowser: Simplifies the OnTerminate event
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1923 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 07:42:24 +00:00
6c5f8322b2 fpbrowser: Starts the modules structure and now loads pages in a thread
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-08 07:05:53 +00:00
57541c8e74 fpbrowser: Adds relative url clicking and debug and source viewing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1734 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-04 13:07:40 +00:00
63c77c7417 fpbrowser: Some fixes for image loading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1733 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-04 12:14:10 +00:00
3b5a5ff113 Fixes fpbrowser and htmlcomp compilation problems
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1730 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 12:52:49 +00:00
392fe2a4cc Some more work to get image loading working
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1727 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 07:35:11 +00:00
ead2a75db2 fpbrowser: Starts the code to load images
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 07:04:46 +00:00
67e9c9c02c fpbrowser: Fixes some defines and improves the lpi
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1725 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 05:41:36 +00:00
2cb9e11e9b Adds a simple browser
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1719 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-24 08:34:19 +00:00