Commit graph

160 commits

Author SHA1 Message Date
kervala
e3e2fe0e74 Changed: Only delete _ProcessName if not NULL 2016-12-04 17:05:17 +01:00
kervala
63c925371d Changed: Use NULL instead of 0 2016-12-04 17:04:55 +01:00
kervala
038fbf0ea8 Fixed: Warning with VC++ 2015 2016-12-04 17:04:38 +01:00
kervala
f91c328261 Fixed: Compilation restore new to use new placement 2016-12-04 17:04:05 +01:00
kervala
95ee56ca5b Changed: Include PCH 2016-12-04 17:03:15 +01:00
kervala
c6b34b000b Removed: Empty sources 2016-12-04 17:01:38 +01:00
kervala
3f67ec3e5d Changed: Memory leaks detection 2016-12-04 17:00:20 +01:00
kervala
ec0222958f Fixed: Memory leaks in CBigFile 2016-12-04 16:54:57 +01:00
kervala
e9328811af Fixed: Respect coding standard for "parser" variable and delete it in destructor (fix a memory leak) 2016-12-04 16:52:50 +01:00
kervala
34eced40f7 Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
kervala
554d782150 Fixed: Compilation 2016-12-04 15:50:28 +01:00
kervala
bb89ed670a Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
kervala
f66996b7f3 Fixed: Compilation 2016-12-03 18:14:58 +01:00
kervala
387ec5db8b Fixed: Compilation with GCC 6 2016-12-03 18:14:31 +01:00
kervala
0fb1fa5cc0 Changed: Minor changes 2016-12-02 16:30:10 +01:00
kervala
e6a2df9c7a Changed: Constification of addSlashR and removeSlashR 2016-12-02 16:01:43 +01:00
kervala
9e2ce6596d Fixed: We need to pass the executable full path as first argument to CreateProcess 2016-12-02 16:00:22 +01:00
kervala
9c7c4d59db Changed: Use CreateProcess instead of WinExec (deprecated) to launch an executable 2016-12-02 15:59:45 +01:00
kervala
476ac53605 Changed: Use std::string instead of const char* for openURL and openDoc 2016-12-02 15:58:59 +01:00
kervala
fbac57da97 Fixed: Use UNICODE versions of Win32 API 2016-12-02 15:57:25 +01:00
kervala
a8293233ed Changed: Moved Ligo headers to include 2016-11-29 20:34:35 +01:00
kervala
7242de6856 Fixed: GCC warning "variable might be clobbered by longjmp" 2016-11-29 20:28:19 +01:00
kervala
f1f15f59eb Changed: Use wide characters version of ShellExecute 2016-11-29 20:26:34 +01:00
kervala
4795488385 Changed: Minor changes 2016-11-25 13:26:53 +01:00
kervala
83d508bddb Fixed: CSystemInfo::availableHDSpace implementation under Unix 2016-11-22 19:04:02 +01:00
kervala
d9e8c88dfa Fixed: Warnings 2016-11-22 12:22:17 +01:00
kervala
8139222e27 Fixed: Strict aliasing warnings 2016-11-22 12:14:32 +01:00
kervala
6639ec422b Changed: Use wide version of Win32 API 2016-11-20 15:09:59 +01:00
kervala
103bcdf967 Fixed: Compilation 2016-11-20 15:09:32 +01:00
kervala
dc217f573f Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
kervala
27cefa66d5 Changed: Use stdext::make_checked_array_iterator and stdext::make_unchecked_array_iterator with VC++ 2015 2016-11-20 13:25:24 +01:00
kervala
8dd3157847 Fixed: Typos detected by Lintian 2016-11-19 19:11:12 +01:00
kervala
840aaba5d4 Changed: Constify some methods 2016-11-15 10:58:51 +01:00
Nimetu
92b01796a0 Fixed: Crash when <select> element was without <form> 2016-11-13 23:06:35 +02:00
kervala
95dd3ce9d0 Changed: Discard \r and only use \n 2016-11-04 20:22:10 +01:00
kervala
8bb023850c Changed: Only put a space if several conditions 2016-11-04 20:21:18 +01:00
kervala
5a7d6b43e4 Changed: Minor changes 2016-11-04 20:20:39 +01:00
kervala
2a0b6086ab Changed: ForceUtf8 parameter useless now 2016-11-04 20:19:41 +01:00
kervala
e8f63841a6 Changed: Minor changes 2016-11-03 15:23:08 +01:00
kervala
88c53b147d Fixed: Only release NSAutoreleasePool once at the end 2016-11-03 15:22:59 +01:00
kervala
e3f19b09c4 Changed: Don't need to put \n in nlwarning 2016-10-30 16:00:27 +01:00
kervala
d84b5f9bf4 Changed: Use empty() instead of comparison with "" 2016-10-30 15:59:20 +01:00
kervala
e752b52ec4 Changed: Use clear() instead of affectation 2016-10-30 15:56:41 +01:00
kervala
0a3f64c644 Fixed: Translations files are all using UTF-8 by default now (and LF instead of CRLF), fixes #128 2016-10-29 19:50:28 +02:00
kervala
7b86bca098 Fixed: Catch exception when calling [NSApp sendEvent:event] and log it 2016-10-29 15:52:06 +02:00
kervala
92f4377eb4 Changed: Minor changes 2016-10-29 15:51:07 +02:00
kervala
366a576443 Changed: Simplified all ENDIF and ELSE 2016-10-27 10:54:09 +02:00
kervala
e9ca788d0d Changed: Don't spam player with that 2016-10-25 17:41:03 +02:00
kervala
fcd8ba8b4f Changed: When shape is a pacs_prim file, don't put "Not found" message 2016-10-25 16:04:06 +02:00
kervala
2fdcd7d27f Changed: Use empty() to check if a string is empty 2016-10-25 15:52:14 +02:00
kervala
c0a63db70c Changed: Display a warning when SetWindowTextW fails 2016-10-25 11:49:46 +02:00
kervala
cf05a2068b Fixed: Return an error when a required argument is missing 2016-10-22 16:49:12 +02:00
kervala
7d4833b37e Changed: Implement and use CBitmap::makeTransparentPixelsBlack() 2016-10-22 16:47:25 +02:00
kervala
486282262e Changed: Return error message as an UTF-8 string 2016-10-21 12:55:02 +02:00
kervala
58c46d6815 Changed: Replace sscanf by fromString 2016-10-20 12:33:37 +02:00
kervala
f8b7833e24 Fixed: Wrong syntax for NL_I64 2016-10-20 12:22:57 +02:00
kervala
b65389487a Changed: Minor change 2016-10-18 10:27:09 +02:00
kervala
bf9beced02 Fixed: Call Cocoa API when required to not conflict with Qt 2016-10-17 11:48:58 +02:00
kervala
6f79d27969 Changed: Minor change 2016-10-17 11:24:49 +02:00
kervala
e88a317f42 Fixed: Deadlock while calling CoUninitialize() 2016-10-15 17:11:53 +02:00
kervala
24e8cd252b Changed: Fix english comment 2016-10-10 18:53:11 +02:00
kervala
be66ef0ab7 Changed: Implement AlphaLuminance resample 2016-10-01 18:43:08 +02:00
kervala
d9cf3e4182 Changed: Add a new line after description 2016-09-25 10:50:13 +02:00
kervala
9b5a631337 Changed: Remove alternative formats for parameters (too verbose) 2016-09-25 10:49:55 +02:00
Nimetu
5198501b82 Added: Lua function to render html string as new webpage 2016-09-21 20:11:13 +03:00
kervala
b35c6f921b Changed: Only call CoUninitialize if CoInitialize(Ex) succeeded 2016-09-16 19:24:43 +02:00
kervala
e4c94e48c1 Fixed: Compilation under OS X in 32 bits 2016-09-12 14:39:07 +02:00
kervala
43c68bc97b Changed: Updated glext.h 2016-09-12 14:38:49 +02:00
kervala
370b95a876 Fixed: Compilation under macOS 10.12 2016-09-03 10:04:56 +02:00
kervala
f700371058 Changed: Initialize ARBFragmentShader to false if DisableHardwarePixelProgram is set 2016-09-03 10:04:09 +02:00
kervala
d45d684ce7 Changed: Get length of song in FMod driver too (issue #59) 2016-09-03 10:03:33 +02:00
Nimetu
848374b5ef Changed: Also return song length with title 2016-08-30 21:25:46 +03:00
kervala
f6163b96c9 Fixed: Include initguid.h to avoid linking against dxguid.lib 2016-08-06 20:09:40 +02:00
Nimetu
3ae34e7786 Fixed: Bad typo 2016-07-25 19:26:49 +03:00
Nimetu
5b0699bc84 Added: font style to <pre> element 2016-07-24 16:07:36 +03:00
Nimetu
007e4c4e92 Added: font-family style option 2016-07-24 16:07:31 +03:00
Nimetu
ef645bfa21 Added: Monospace font options 2016-07-24 16:07:18 +03:00
Nimetu
df7cc78791 Changed: Support custom font 2016-07-24 16:05:04 +03:00
Nimetu
6fc2f7d603 Added: Possible to use multiple fonts at the same time 2016-07-24 16:03:37 +03:00
Nimetu
bcc5ea56b8 Fixed: Double tooltip on web image links 2016-07-20 14:31:44 +03:00
kervala
a7f1e4e8e8 Changed: Don't need to hardcode a text offset because the old font was not aligned 2016-06-26 19:40:10 +02:00
kervala
2098aaece5 Fixed: The height of a CViewText was wrong in some cases because "|" is not the tallest character of the current font (ryzom.ttf) 2016-06-26 15:17:32 +02:00
Nimetu
aa32c25e56 Added: HTML css hsl(), hsla() color 2016-06-25 22:28:48 +03:00
Nimetu
f7cd50065f Added: HTML css rgb() and rgba() color 2016-06-25 19:32:43 +03:00
Nimetu
44abf90861 Added: HTML #RGBA color 2016-06-25 18:17:53 +03:00
Nimetu
07a1f2000a Fixed: Inconsistent html color parsing 2016-06-25 17:45:21 +03:00
kervala
f2a91e8bb4 Changed: Init CSystemUtils in INelContext 2016-06-19 20:48:30 +02:00
kervala
24ca4f3e97 Changed: Under Linux, it's recommended to put user application data in ~/.local/share 2016-06-18 19:47:05 +02:00
kervala
bb1dfa3a9d Changed: Only display virtual screen size if DISPLAY_DEVICE_ATTACHED_TO_DESKTOP flag is defined 2016-06-16 17:15:45 +02:00
kervala
e23f460baf Changed: Only display this message in debug 2016-06-16 17:14:48 +02:00
kervala
94ef359129 Fixed: Usage of wglEnumGpuDevicesNV 2016-06-14 19:34:43 +02:00
kervala
0734682f3d Changed: Updated OpenGL headers 2016-06-14 19:33:41 +02:00
Nimetu
a2d9be979d Fixed: Keep \n inside <textarea> 2016-06-12 12:46:44 +03:00
Nimetu
d05b77ff8e Changed: CSS inherit value for some properties 2016-06-12 12:46:42 +03:00
Nimetu
c8798be3cb Changed: Set <textarea>, <input> font style 2016-06-12 10:30:16 +03:00
Nimetu
abffc7604a Added: Rows attribute to <textarea> element 2016-06-12 10:22:22 +03:00
Nimetu
ce5d7e5e59 Added: Minimum lines option to multiline text 2016-06-12 10:22:22 +03:00
kervala
95e07ec249 Fixed: Support for all Windows 10 products types 2016-06-07 20:01:18 +02:00
kervala
f6f42d7953 Fixed: Error 18 when moving a file between different file systems 2016-06-04 17:00:40 +02:00
Nimetu
9479bf3ee8 Fixed: Send user-agent string and cookies with image request. 2016-05-25 12:08:12 +03:00