Nimetu
|
84dfa01176
|
Fixed: CViewText not updating visible text when used by CCtrlTextButton
--HG--
branch : develop
|
2015-11-08 05:15:40 +02:00 |
|
Nimetu
|
8a55f1b1e9
|
Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
--HG--
branch : develop
|
2015-11-08 01:51:34 +02:00 |
|
kervala
|
cafc06e70c
|
Fixed: Clang warnings
--HG--
branch : develop
|
2015-11-07 18:33:43 +01:00 |
|
kervala
|
9e74adee86
|
Changed: Minor changes
--HG--
branch : develop
|
2015-11-06 15:48:23 +01:00 |
|
kervala
|
6aaeedb077
|
Fixed: Crash when cursor is over WebPage, Outpost or WebIG at first frame, patch by kishan_grimout (issue #245)
--HG--
branch : develop
|
2015-11-03 13:40:49 +01:00 |
|
Nimetu
|
f187421011
|
Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250)
--HG--
branch : develop
|
2015-11-03 01:06:12 +02:00 |
|
Nimetu
|
08e5345e14
|
Fix 'ah:' urls for untrusted domains
--HG--
branch : develop
|
2015-08-11 19:35:27 +03:00 |
|
Nimetu
|
15766d4d17
|
Add radio button type to CGroupHTML (issue 237)
--HG--
branch : develop
|
2015-03-31 18:47:46 +03:00 |
|
Nimetu
|
11ca61be54
|
Fix compiling on 32bit linux
--HG--
branch : develop
|
2015-04-22 13:44:21 +03:00 |
|
Nimetu
|
ce4cb9c4f1
|
Fix sending and receiving cookies
--HG--
branch : develop
|
2015-04-20 20:51:00 +03:00 |
|
Nimetu
|
a6cf9730be
|
Fix possible curl handle leak
--HG--
branch : develop
|
2015-04-20 20:50:56 +03:00 |
|
Nimetu
|
26571de439
|
Fix compiling under windows
--HG--
branch : develop
|
2015-04-20 01:04:52 +03:00 |
|
Nimetu
|
dc082f3921
|
Replace url parser with one less strict
--HG--
branch : develop
|
2015-04-19 22:12:05 +03:00 |
|
Nimetu
|
ad3fac7b15
|
Make sure image src attribute matches local file or is absolute url
--HG--
branch : develop
|
2015-04-19 22:01:46 +03:00 |
|
Nimetu
|
2771185ef7
|
Fix utf8 tooltips on web links
--HG--
branch : develop
|
2015-04-19 20:26:38 +03:00 |
|
Nimetu
|
8e1ada36b0
|
Use cURL as http transport
--HG--
branch : develop
|
2015-04-17 17:41:01 +03:00 |
|
Nimetu
|
c6535ee2fd
|
Ensure that html is valid utf8 and that tags come in correct(ish) order
--HG--
branch : develop
|
2015-04-18 23:23:23 +03:00 |
|
Nimetu
|
be95880a95
|
Remove libwww, only keep html entitites list
--HG--
branch : develop
|
2015-04-17 15:10:00 +03:00 |
|
Nimetu
|
d1d0c0cf50
|
Parse local files (ingame help) with new html parser
--HG--
branch : libxml2-html-parser
|
2015-04-13 20:53:10 +03:00 |
|
Nimetu
|
1dc48143f3
|
Implement html parser using libxml2
--HG--
branch : libxml2-html-parser
|
2015-04-13 20:52:34 +03:00 |
|
Nimetu
|
5d4cbdce26
|
Remove libwww dependency from CGroupHTML::addLink() signature
--HG--
branch : libxml2-html-parser
|
2015-04-13 20:51:39 +03:00 |
|
Nimetu
|
eeb881d49e
|
Add span tag and bold, italic, underline, strikethrough styles to CGroupHTML
--HG--
branch : develop
|
2015-03-29 18:24:19 +03:00 |
|
Nimetu
|
55672485c9
|
Add embolden, oblique, underline, strikethrough styles to CViewText
--HG--
branch : develop
|
2015-03-29 18:24:16 +03:00 |
|
kervala
|
c2139e95c0
|
Fixed: Compilation with GCC
--HG--
branch : develop
|
2015-03-02 23:27:12 +01:00 |
|
Nimetu
|
c00ba3f2c1
|
Fix compilation
--HG--
branch : develop
|
2015-03-01 18:41:16 +02:00 |
|
kaetemi
|
18d211f79b
|
Merge with hotfix
--HG--
branch : develop
|
2015-02-22 10:53:17 +01:00 |
|
kaetemi
|
6e06b4e79e
|
Merge with dfighter-tools
--HG--
branch : hotfix
|
2015-02-22 10:45:48 +01:00 |
|
kaetemi
|
1879a434f7
|
Visual Studio 2013 compilation support for NLGUI
--HG--
branch : develop
|
2015-02-20 17:17:07 +01:00 |
|
kervala
|
e8b0765e7c
|
Merge with hotfix
--HG--
branch : develop
|
2015-02-14 14:31:19 +01:00 |
|
kervala
|
b0937ec02b
|
Changed: Minor changes
--HG--
branch : hotfix
|
2015-02-14 12:47:03 +01:00 |
|
Jan Boon
|
d360f78a1c
|
Merged in nimetu/ryzomcore/fix-issue-225 (pull request #98)
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
--HG--
branch : develop
|
2015-01-09 18:09:17 +01:00 |
|
Nimetu
|
85f63b7db3
|
Fix html submit button value that is included with form data (issue #226)
--HG--
branch : fix-issue-226
|
2015-01-09 13:11:20 +02:00 |
|
Nimetu
|
fbea1d2173
|
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
--HG--
branch : fix-issue-225
|
2015-01-09 12:59:53 +02:00 |
|
dfighter1985
|
4d67a41f94
|
CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
--HG--
branch : hotfix
|
2014-12-21 22:55:27 +01:00 |
|
dfighter1985
|
0ac94e3e72
|
CDBViewQuantity shouldn't crash in the editor.
--HG--
branch : dfighter-tools
|
2014-10-20 22:49:46 +02:00 |
|
dfighter1985
|
8c5ad81199
|
it's not a bad idea to store the value in the right variable...
--HG--
branch : dfighter-tools
|
2014-10-20 22:21:59 +02:00 |
|
dfighter1985
|
b6d9e3285f
|
DBViewNumber shouldn't crash anymore.
--HG--
branch : dfighter-tools
|
2014-10-20 20:57:08 +02:00 |
|
dfighter1985
|
2fe2077170
|
When setting the Id of the decorated edit box, set the Id of the text as well.
--HG--
branch : dfighter-tools
|
2014-10-20 18:51:53 +02:00 |
|
Jan Boon
|
e2eb5d739c
|
Merged in nimetu/ryzomcore/html-table-rendering (pull request #92)
Some improvements to table rendering
--HG--
branch : develop
|
2014-10-18 04:44:34 +02:00 |
|
Nimetu
|
78e1bb6147
|
Fix html img not showing on some cases, clean up addImage method
--HG--
branch : develop
|
2014-10-18 01:20:56 +03:00 |
|
Nimetu
|
48b346fed8
|
Fix crash when using textarea without form
--HG--
branch : develop
|
2014-10-18 00:15:51 +03:00 |
|
dfighter1985
|
67aa7a50d2
|
set the Id of the text properly when loading the decorated edit box.
--HG--
branch : dfighter-tools
|
2014-10-17 22:25:30 +02:00 |
|
dfighter1985
|
923b36f0e5
|
Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture.
--HG--
branch : dfighter-tools
|
2014-10-17 21:18:26 +02:00 |
|
dfighter1985
|
ba1e3c9919
|
Fixed a typo that messed up the textures of decorated editbox.
--HG--
branch : dfighter-tools
|
2014-10-17 16:01:50 +02:00 |
|
dfighter1985
|
210f93a4f2
|
Save decorated edit box as such.
--HG--
branch : dfighter-tools
|
2014-10-16 21:03:58 +02:00 |
|
dfighter1985
|
18866c88af
|
Update decorated edit box decoration coords while dragging.
--HG--
branch : dfighter-tools
|
2014-10-16 20:58:47 +02:00 |
|
dfighter1985
|
274efe6798
|
Allow selection of CGroupEditBox.
--HG--
branch : dfighter-tools
|
2014-10-16 20:29:36 +02:00 |
|
dfighter1985
|
42ebad94f6
|
Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
--HG--
branch : dfighter-tools
|
2014-10-16 20:25:19 +02:00 |
|
dfighter1985
|
f91846c970
|
Fix parent pos and size parsing.
--HG--
branch : dfighter-tools
|
2014-10-15 19:46:43 +02:00 |
|
Nimetu
|
0a1a1244ae
|
Change table defaults valign=middle, cellpadding=1, cellspacing=2
--HG--
branch : html-table-rendering
|
2014-10-15 00:02:38 +03:00 |
|