Commit graph

2577 commits

Author SHA1 Message Date
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
kervala c4235f7b1e Changed: Let dependencies propagate to other targets 2015-12-07 21:48:32 +01:00
kervala ad654a0d31 Backed out changeset: 0e65571cbfd1 (doesn't fix anything) 2015-12-06 19:46:02 +01:00
kervala 8a43c01e52 Fixed: Remove \SystemRoot\ from path returned from Registry 2015-12-06 16:42:49 +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
kervala 797c48a592 Changed: Port some tools to Qt 5 2015-12-05 18:48:59 +01: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 d8735be24e Changed: Ignore text from <script> element 2015-12-03 15:50:46 +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 7e7deb34e2 Fixed: Bug when CURLMOPT_MAX_HOST_CONNECTIONS is not supported 2015-12-02 18:57:21 +01:00
kervala f720072e7b Fixed: Getters for Anisotropic Filtering 2015-12-02 18:56:49 +01:00
kervala 46543242db Fixed: Link error under Debian Squeeze 2015-11-30 14:19:05 +01:00
kervala d381ee8965 Fixed: Warning filePath not being a const char* 2015-11-30 14:18:04 +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
kervala 9d7b953a12 Fixed: Warning string after #endif 2015-11-30 10:27:03 +01:00
kervala a6ed27598f Changed: Add and use more constants in config.h 2015-11-29 14:19:02 +01:00
kervala 532aaa1078 Changed: Simplified CMake ELSE and ENDIF 2015-11-29 14:06:05 +01:00
kervala 647fe665f1 Added: RC files for NeL drivers 2015-11-29 13:58:12 +01:00
kishan_grimout eef81cf802 fix crash when a shader fails to build 2015-05-23 16:50:24 +02:00
kervala f895b6a713 Fixed: Open web pages in background under OS X and don't close client 2015-11-24 10:02:09 +01:00
kervala 2d348c7f13 Fixed: Crash under Linux saying you can't use X in multi-threaded environment 2015-11-22 18:37:29 +01:00
kervala b3f294759e Fixed: Unable to open URLs under Linux while using Steam Runtime 2015-11-21 17:39:49 +01:00
kervala 70c47de7c8 Fixed: Typo 2015-11-21 17:37:45 +01:00
kervala 4d99b9d3bc Changed: Give priority to xdg-open (if present) to open URLs under Linux 2015-11-21 17:36:44 +01:00
kaetemi df382464d8 Merge with feature-export-assimp 2015-11-16 00:46:27 +01:00
kervala 9ca49a8d0f Fixed: Revert back TrapCrashInDebugger to false else VC++ can't intercept exceptions and we'll be unable to debug :( 2015-11-15 18:33:09 +01:00
kervala f9125741c4 Changed: Display basic information for OpenAL driver 2015-11-15 18:31:56 +01:00
kervala 0267264cdd Changed: Temporary comment the line because XAudio2 returns an error if used 2015-11-15 18:31:20 +01:00
kervala 9aa47b4836 Changed: Minor changes 2015-11-15 13:29:34 +01:00
kervala c210bb0e88 Fixed: Display title and artist name from ogg files in music player 2015-11-15 13:13:44 +01:00
kervala 2bad77c5fa Fixed: Only open supported music formats in music player 2015-11-15 13:12:54 +01:00
kaetemi 0289b22db0 This seems like a good idea as well, ref #254 2015-11-15 12:27:58 +01:00
kaetemi fc8e07c791 Add some extra checks, ref #254 2015-11-15 12:21:14 +01:00
kervala 2ad5f18f71 Changed: Minor changes 2015-11-14 18:33:13 +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 5ea4193018 Changed: Don't try to convert string to CRGBA if less than 3 integers 2015-11-13 19:38:46 +01:00
kervala 74fd0ba557 Changed: Minor changes 2015-11-13 19:37:32 +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
kervala 380bac5728 Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
Nimetu ef50655b79 Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page 2015-11-12 20:15:04 +02:00
Nimetu bba1523d37 Fixed displaying utf8 string on <img> alt attr. 2015-11-12 16:01:57 +02:00
kervala 95f7448dd2 Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6 2015-11-09 12:45:34 +01:00