Commit Graph

24 Commits

Author SHA1 Message Date
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