kaetemi
|
e9912417bf
|
More VS2015 fixes
|
2016-01-15 12:04:06 +01:00 |
|
kaetemi
|
a6b1ac4331
|
Fix VS2015 warnings
|
2016-01-15 11:52:09 +01:00 |
|
kaetemi
|
6abf73a61d
|
VS2015 compilation fixes
|
2016-01-15 11:34:23 +01:00 |
|
kervala
|
13f1ddd6f3
|
Fixed: Compilation
|
2016-01-14 23:58:04 +01:00 |
|
kervala
|
3d9d77484a
|
Changed: Minor changes
|
2016-01-14 23:53:17 +01:00 |
|
kervala
|
8040a6495b
|
Changed: Invert version and help checks
|
2016-01-14 23:47:24 +01:00 |
|
kervala
|
2682f4f4af
|
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
|
2016-01-14 21:26:10 +01:00 |
|
kervala
|
02f6248bd4
|
Changed: Expand environment variables in paths read from cfg files
|
2016-01-13 19:59:09 +01:00 |
|
kervala
|
50c796236b
|
Fixed: getLastSeparator should return std::string::size_type instead of an integer
|
2016-01-13 19:47:35 +01:00 |
|
kervala
|
12e16e83e2
|
Changed: Implement CPath::isAbsolutePath
|
2016-01-13 19:46:27 +01:00 |
|
kervala
|
179499a5c1
|
Changed: Implement expandEnvironmentVariables function
|
2016-01-13 19:45:02 +01:00 |
|
kervala
|
7e5c664125
|
Changed: Table keys are integers
|
2016-01-11 11:43:59 +01:00 |
|
kervala
|
3e10ebf773
|
Fixed: In Lua, all integers are numbers and numbers can be converted to integers
|
2016-01-11 11:34:32 +01:00 |
|
Nimetu
|
70673d5fb5
|
Fixed: Invalid image width/height on error
|
2016-01-10 16:33:42 +02:00 |
|
Nimetu
|
3b828dacc5
|
Fixed: Wrong DD indent in nested list when tag is not closed
|
2016-01-07 01:00:48 +02:00 |
|
kervala
|
7fc5e0fa1b
|
Changed: Remove unused variable
|
2016-01-06 13:21:47 +01:00 |
|
kervala
|
b03f60bbf2
|
Changed: Code simplification
|
2016-01-06 13:19:48 +01:00 |
|
kervala
|
29f297a955
|
Changed: Minor changes
|
2016-01-06 13:17:07 +01:00 |
|
kervala
|
8b3076ab69
|
Changed: Support for new key events
|
2016-01-06 12:42:10 +01:00 |
|
Nimetu
|
cd60a50e8f
|
Changed: Refactor DL
|
2016-01-06 00:11:17 +02:00 |
|
Nimetu
|
39cfbc2a7c
|
Fixed: Align UL, LI list style type marker outside content
|
2016-01-06 00:08:41 +02:00 |
|
Nimetu
|
9140d23557
|
Fixed: DL list top margin
|
2016-01-05 23:23:19 +02:00 |
|
Nimetu
|
531934b3bf
|
Fixed: DL list DD element indent
|
2016-01-05 23:02:21 +02:00 |
|
Nimetu
|
f38e5e8877
|
Changed: UL list style type depending on nested depth
|
2016-01-05 20:23:11 +02:00 |
|
Nimetu
|
03a821a9b9
|
Changed: Merge UL and OL code
|
2016-01-05 20:21:40 +02:00 |
|
kervala
|
0336b434ae
|
Changed: %u to format a uint
|
2016-01-05 12:53:57 +01:00 |
|
kervala
|
001b9facbe
|
Fixed: GCC warnings
|
2016-01-05 12:51:06 +01:00 |
|
kervala
|
3ef42e9bd0
|
Fixed: Converting AlphaLuminance to Luminance
|
2016-01-04 22:16:21 +01:00 |
|
kervala
|
d07e0d76d9
|
Fixed: Compilation
|
2016-01-04 16:14:30 +01:00 |
|
kervala
|
8c3da3d5d7
|
Changed: Use same _mm_getcsr and __cpuid intrinsics everywhere
|
2016-01-04 15:40:45 +01:00 |
|
kervala
|
6dde138039
|
Changed: Use new code to determine free disk space
|
2016-01-04 15:39:31 +01:00 |
|
kervala
|
1d7439f12a
|
Changed: Allow to resample Luminance (grayscale) bitmaps
|
2016-01-04 13:54:59 +01:00 |
|
kervala
|
28ad88d698
|
Changed: Don't redefine new and delete operators if targetting x86_64
|
2016-01-04 13:48:57 +01:00 |
|
kervala
|
459d6b611b
|
Changed: Cast to CRGBA* is faster than set8888
|
2016-01-03 17:51:49 +01:00 |
|
kervala
|
3fae0fe91f
|
Changed: Use LD_LIBRARY_PATH only when opening a document or URL
|
2016-01-03 17:51:09 +01:00 |
|
kervala
|
d96b5d236c
|
Changed: Only use filename in setProcessName
|
2016-01-03 17:50:21 +01:00 |
|
kervala
|
2a9c54aff7
|
Changed: Minor changes
|
2016-01-02 22:24:16 +01:00 |
|
kervala
|
0791aa77da
|
Changed: Unused code
|
2016-01-02 22:23:04 +01:00 |
|
kervala
|
ec8b27f8ab
|
Fixed: Use --args only with open
|
2016-01-02 19:16:33 +01:00 |
|
kervala
|
efedb468cc
|
Fixed: Don't use system() under Windows, because it'll open a console window, use launchProgramAndWaitForResult instead
|
2016-01-02 19:15:21 +01:00 |
|
kervala
|
f2da4ef977
|
Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
|
2016-01-02 19:14:13 +01:00 |
|
kervala
|
61457e575e
|
Fixed: Typos
|
2016-01-02 17:04:45 +01:00 |
|
kervala
|
fc876ccd0e
|
Changed: Minor changes
|
2016-01-02 11:34:17 +01:00 |
|
kervala
|
f372014c72
|
Changed: Remove X11 code for OS X (we support Cocoa now)
|
2016-01-02 11:34:04 +01:00 |
|
kervala
|
c1d8c9523b
|
Fixed: Dead keys under Linux (Ubuntu was using ibus input method)
|
2016-01-02 11:33:18 +01:00 |
|
kervala
|
51dba01e7d
|
Changed: Parse nvidia-smi output to determine video memory
|
2016-01-01 16:04:06 +01:00 |
|
kervala
|
f793077ac0
|
Changed: Minor change
|
2016-01-01 16:03:06 +01:00 |
|
kervala
|
c3db175157
|
Changed: Added helpers methods to CBitmap
|
2016-01-01 16:02:54 +01:00 |
|
kervala
|
ffa7751b7c
|
Changed: Don't need to use std::stringstream
|
2015-12-28 18:15:28 +01:00 |
|
kervala
|
d9265f36cf
|
Fixed: Don't crash if GL_VERSION returns NULL (it should never happen)
|
2015-12-27 16:06:35 +01:00 |
|