Commit Graph

342 Commits

Author SHA1 Message Date
drewski207
9391552baa Added option to create dynamically linked bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2058 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-02 16:47:06 +00:00
anavaleije
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
sekelsenmat
412eaf705a tappytux: Fixes index out of bounds
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2035 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 19:00:29 +00:00
sekelsenmat
fbc473d5b1 tappytux: Fixes utf-8 issue in the resources dir
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2034 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:58:24 +00:00
denniscuflat
f0a56518e7 'PathDelim' included in the code to increase compatibility.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2033 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:57:47 +00:00
sekelsenmat
bbe3c17935 Tappytux: Adds bundle and linux package builders
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2032 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:46:52 +00:00
sekelsenmat
315ab409ed tappytux: Moves image loading to Form.OnCreate to be able to show error messages
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2031 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:21:15 +00:00
mgaertner
14e1d28f21 instantfpc: compiler output: replace cache file name with source file name
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2029 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 14:05:56 +00:00
mgaertner
d0b530c102 istantfpc: help about -B
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2018 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 19:37:15 +00:00
mgaertner
26fd1a86b9 instantfpc: added option --skip-run
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2015 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 10:35:27 +00:00
mgaertner
d28764821b instantfpc: nicer help text
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2014 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 10:28:02 +00:00
drewski207
3954d7a47b various flags will now be aliased to integer. This makes using flags much easier
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2009 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 13:44:27 +00:00
drewski207
4af2dd9b50 restored dummy pointer in opaque types
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2006 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:26:57 +00:00
drewski207
f19af38356 Fixed overzealous type conversion of guchar
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2005 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:19:28 +00:00
drewski207
3580e4b530 Fixed some name resolution which caused some types to be a child of the wrong type.
Some Code cleanup removed unused vars etc


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2004 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:06:08 +00:00
drewski207
2a2c19d7d5 Removed signals from objects since they don't have them.
Put a limit on impleid pointer level since it was >6 for some types!


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2003 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:49:39 +00:00
drewski207
3d2b71e204 Fixed some more type sizes for records when they use bit sized ints. Also removed dummy pointer from empty record that
fixed crashes of the compiler


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2001 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:03:08 +00:00
drewski207
d2d5da82d1 Fixed typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1997 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:24:37 +00:00
drewski207
3e3c9f5cc3 Added note in generated units that files are autogenerated from gobject introspection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:22:48 +00:00
drewski207
7a5ced7b31 Added autogeneration of types when a bit sized field is added to a record
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:17:12 +00:00
drewski207
ae75be9603 Added some code to create c and pascal files to test type sizes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1994 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 00:21:23 +00:00
drewski207
da031e7514 Added gobject introspection converter. Can be used to convert .gir files into pascal units.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 00:15:42 +00:00
sekelsenmat
b17333404a Removes lps info from the lpi in tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1964 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 14:18:35 +00:00
sekelsenmat
5379901827 Adds basic animations support to tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:34:06 +00:00
sekelsenmat
e8a94cd00b tappytux: Removes the fixed background and implements real drawing in the drawer component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1960 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:14:50 +00:00
sekelsenmat
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
sekelsenmat
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
anavaleije
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
anavaleije
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
denniscuflat
b0272c01fd User is now able to input answers in gameplayform.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-14 01:24:06 +00:00
denniscuflat
832ed6e0d5 "TappyTux" interface designed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1940 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-14 00:35:25 +00:00
anavaleije
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
sekelsenmat
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
sekelsenmat
1c94c886bd tappytux: Adds descriptions and translations to modules
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-10 21:42:25 +00:00
sekelsenmat
f743387f69 tappy tux: File renaming and adds basic code for modules
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1932 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-10 21:30:22 +00:00
denniscuflat
068d0c4144 "TappyTux Loader" interface updated.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1930 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-10 02:43:40 +00:00
denniscuflat
3e5c2e1b03 The "TappyTux Loader" interface was created, yet it's still not functional.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1929 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-10 00:58:47 +00:00
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
sekelsenmat
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
brian-ch
a833a301a5 Added files for the winboard module: mod_winboard.pas and winboardconn.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1920 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-07 18:02:31 +00:00
denniscuflat
abea05d9e6 The files "tappytux.lpi", "gameconfigform.pas" and "gameplayform.pas" were created.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1919 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-07 17:58:54 +00:00