Commit graph

778 commits

Author SHA1 Message Date
kervala
ab67c892bb Changed: Use nlSleep instead of usleep 2015-12-23 15:08:08 +01:00
kervala
7892573ab0 Changed: Use _LP64 macro instead of sizeof(long unsigned int) == 8 2015-12-23 15:04:22 +01:00
kervala
d8f79ed761 Changed: Implement CSystemUtils::getTotalVideoMemory() for Windows 2015-12-23 14:48:33 +01:00
kervala
c25320a998 Fixed: Target at least Windows 2000 2015-12-23 14:47:11 +01:00
kervala
92035e59b2 Changed: Add getTotalVideoMemory to IDriver to query total video memory 2015-12-23 14:36:16 +01:00
Nimetu
a7ec7dfcbb Changed: Render p and div as block level elements 2015-12-19 20:39:40 +02:00
Nimetu
7af6be7118 Added: html OL list 2015-12-18 14:29:40 +02:00
kervala
542c29ded7 Fixed: Clang warnings 2015-12-13 15:25:28 +01:00
kervala
ae5457d717 Fixed: Removed unneeded operator for CSString (compilation fails with VC++ 2010 without STLport) 2015-12-13 14:21:20 +01:00
kervala
bf73907da1 Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*) 2015-12-13 13:03:16 +01:00
kervala
ab584867f5 Fixed: OS X uses .dylib extension instead of .so 2015-12-11 20:19:10 +01:00
Nimetu
c13e885561 Added: Size attributes to img (width, height, max-width, max-height) 2015-12-08 21:53:54 +02:00
kervala
2052b19d85 Fixed: Compilation under OS X 2015-12-08 14:33:09 +01:00
Nimetu
4827dcd60e Added: Smooth scrolling 2015-12-06 16:38:29 +02:00
Nimetu
2b11880d9f Fixed: Scrolling in small steps not working. 2015-12-06 16:26:39 +02:00
Nimetu
737d068147 Added: style for html elements del, u, em, strong, small, and dl list 2015-12-03 15:50:54 +02:00
Nimetu
d3625364c6 Added: URL #fragment navigation. 2015-11-26 11:29:50 +02:00
Nimetu
9014aa6fad Added: Common attributes to h1..h6 elements 2015-12-02 20:37:44 +02:00
kervala
f720072e7b Fixed: Getters for Anisotropic Filtering 2015-12-02 18:56:49 +01:00
kervala
2c9e305322 Changed: Forgot other ## 2015-11-30 12:25:43 +01:00
kervala
d18021f6c9 Fixed: GCC doesn't support no arguments for __VA_ARGS__ 2015-11-30 10:29:24 +01:00
kervala
7ecfbd701a Fixed: VC++ 2010 already supports ULL 2015-11-30 10:28:06 +01:00
kervala
7dbf4bd3d2 Fixed: 64 bits constants truncated in 32 bits 2015-11-30 10:27:41 +01:00
kaetemi
df382464d8 Merge with feature-export-assimp 2015-11-16 00:46:27 +01:00
kervala
9f2b505b49 Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-14 18:19:58 +01:00
kervala
3ea4340ce6 Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-14 11:46:17 +01:00
kervala
75a28a149b Fixed: Crash in CLuaManager 2015-11-13 19:18:41 +01:00
kervala
c27e1062e4 Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-13 18:42:50 +01:00
Nimetu
ef50655b79 Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page 2015-11-12 20:15:04 +02:00
kervala
3fa369e73c Fixed: Typos (renamed restaure to restore) 2015-11-08 11:53:46 +01:00
Nimetu
356cc7c3df Changed: Allow to set max concurrent cURL connections per CGroupHTML instance 2015-11-08 01:51:34 +02:00
kervala
c4c465b6c7 Fixed: Get system language code under OS X too and added method in NLMISC::CI18N 2015-11-07 14:52:46 +01:00
kervala
63366b4c9b Fixed: clang warnings 2015-11-06 15:24:19 +01:00
Nimetu
5f89a64d39 Add basic gif support to CBitmap (issue #238) 2015-11-03 18:50:31 +02:00
Nimetu
97754b7af1 Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250) 2015-11-03 01:06:12 +02:00
kaetemi
bb016974b7 Centralized asset database configuration 2015-09-20 15:23:27 +02:00
kaetemi
f135f11887 Add pipeline v3 tool logger 2015-09-20 14:08:38 +02:00
Nimetu
a62a049f46 Fix missing include when WITH_PCH=OFF 2015-06-17 00:36:54 +03:00
Nimetu
746a0b9f24 Add radio button type to CGroupHTML (issue 237) 2015-03-31 18:47:46 +03:00
kervala
08451bad7d Fixed uint to bool conversion warning 2015-04-25 18:28:03 +02:00
Nimetu
8d86495364 Fix compiling under windows 2015-04-20 01:04:52 +03:00
Nimetu
f8813e4d2e Replace url parser with one less strict 2015-04-19 22:12:05 +03:00
Nimetu
d7da85970d Make sure image src attribute matches local file or is absolute url 2015-04-19 22:01:46 +03:00
Nimetu
7e54d79be2 Use cURL as http transport 2015-04-17 17:41:01 +03:00
Nimetu
f3c99aa589 Remove libwww, only keep html entitites list 2015-04-17 15:10:00 +03:00
Nimetu
6198b7f496 Parse local files (ingame help) with new html parser 2015-04-13 20:53:10 +03:00
Nimetu
55a3c66c78 Implement html parser using libxml2 2015-04-13 20:52:34 +03:00
Nimetu
1f08e3ac94 Remove libwww dependency from CGroupHTML::addLink() signature 2015-04-13 20:51:39 +03:00
Nimetu
c1670e1318 Add span tag and bold, italic, underline, strikethrough styles to CGroupHTML 2015-03-29 18:24:19 +03:00
Nimetu
a1c11a07ba Add embolden, oblique, underline, strikethrough styles to CViewText 2015-03-29 18:24:16 +03:00