Nimetu
|
a95c887534
|
Changed: Implement multi-row select box
--HG--
branch : develop
|
2016-02-23 10:52:21 +02:00 |
|
Nimetu
|
e2fca3a8f3
|
Added: http-equiv refresh
--HG--
branch : develop
|
2016-02-23 10:52:24 +02:00 |
|
kervala
|
6104011d11
|
Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
|
2016-02-27 18:38:58 +01:00 |
|
kervala
|
b3b48a3ae3
|
Changed: New functions to convert arguments string from/to an array of strings
--HG--
branch : develop
|
2016-02-27 18:37:43 +01:00 |
|
kervala
|
69547db6ce
|
New function to format a timestamp to human readable
--HG--
branch : develop
|
2016-02-20 18:10:17 +01:00 |
|
kervala
|
9370e93dd6
|
Removed useless comments/commented code
--HG--
branch : develop
|
2016-02-20 18:09:24 +01:00 |
|
kervala
|
aaecf96b67
|
Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
|
2016-02-20 17:56:25 +01:00 |
|
kervala
|
e69090c457
|
Create fopen wrapper that internally uses wide characters under Windows, issue #261
--HG--
branch : develop
|
2016-02-20 17:46:11 +01:00 |
|
kaetemi
|
30077f3977
|
Move some stuff for easier debug
--HG--
branch : develop
|
2016-02-18 11:55:58 +01:00 |
|
Gary Preston
|
b4a7ab66ab
|
Add vector include and remove extra qualification on s_InitFlags.
--HG--
branch : develop
|
2016-02-16 19:01:14 +00:00 |
|
kaetemi
|
1fbc179bc3
|
Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
|
2016-02-16 02:28:03 +01:00 |
|
kaetemi
|
874ac2c921
|
Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
|
2016-02-16 00:28:24 +01:00 |
|
kervala
|
edf4331d1a
|
Fixed: Implements IPv6 in CInetAddress
--HG--
branch : develop
|
2016-02-14 18:21:09 +01:00 |
|
kervala
|
a4d98fb13b
|
Changed: Remember startup path (the initial current directory)
--HG--
branch : develop
|
2016-02-13 23:29:00 +01:00 |
|
kaetemi
|
9602fcc8f0
|
Also support AppData/Local to allow a non-roaming config
--HG--
branch : develop
|
2016-02-04 13:02:32 +01:00 |
|
kervala
|
092a3226bd
|
Changed: New function bytesToHumanReadableUnits to use specific strings for units
--HG--
branch : develop
|
2016-02-02 12:37:06 +01:00 |
|
kervala
|
0919fc66e4
|
Changed: Support more values for fromString with a boolean
--HG--
branch : develop
|
2016-02-02 11:32:20 +01:00 |
|
kervala
|
89319eb99c
|
Changed: Put libxml code in .cpp (it was a hack for libwww, that is not used anymore...)
--HG--
branch : develop
|
2016-01-26 22:41:58 +01:00 |
|
kervala
|
af2f38612a
|
Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
|
2016-01-26 22:30:13 +01:00 |
|
kervala
|
19aa093ea8
|
Changed: Centralize BNP unpacking and packing methods, to be reused in other tools/programs
--HG--
branch : develop
|
2016-01-23 10:18:09 +01:00 |
|
kervala
|
93e1289a77
|
Changed: Add a parameter to CPath::makePathAbsolute to simplify the path (remove all . and ..)
--HG--
branch : develop
|
2016-01-23 09:44:41 +01:00 |
|
kervala
|
aff9cccd0c
|
Changed: Improve toString(const bool &val)...
--HG--
branch : develop
|
2016-01-21 10:06:35 +01:00 |
|
Nimetu
|
52dcf1a300
|
Changed: Use url from <base> element for relative urls
--HG--
branch : develop
|
2016-01-20 19:15:20 +02:00 |
|
kervala
|
fa22852adb
|
Changed: Removed fromString(const char *, ...) because useless
--HG--
branch : develop
|
2016-01-19 20:41:41 +01:00 |
|
kervala
|
b91e3bdf0e
|
Changed: Improved CCmdArgs
--HG--
branch : develop
|
2016-01-18 21:22:57 +01:00 |
|
kervala
|
b3cfd5f6bb
|
Fixed: Use lua_tointeger under Lua 5.2 and prior versions
--HG--
branch : develop
|
2016-01-16 21:35:34 +01:00 |
|
kaetemi
|
8cfaa89620
|
Separate window displayer message stringify
--HG--
branch : develop
|
2016-01-15 17:10:39 +01:00 |
|
kaetemi
|
9a0c6290a2
|
Fix another VS2015 warning
--HG--
branch : develop
|
2016-01-15 12:07:33 +01:00 |
|
kaetemi
|
9a477d976b
|
VS2015 compilation fixes
--HG--
branch : develop
|
2016-01-15 11:34:23 +01:00 |
|
kervala
|
b7fe07d781
|
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
|
2016-01-14 21:26:10 +01:00 |
|
kervala
|
bd5f838d6d
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-13 19:54:23 +01:00 |
|
kervala
|
e1c14db5a0
|
Fixed: getLastSeparator should return std::string::size_type instead of an integer
--HG--
branch : develop
|
2016-01-13 19:47:35 +01:00 |
|
kervala
|
a66fa8cc9c
|
Changed: Implement CPath::isAbsolutePath
--HG--
branch : develop
|
2016-01-13 19:46:27 +01:00 |
|
kervala
|
af9610328f
|
Changed: Implement expandEnvironmentVariables function
--HG--
branch : develop
|
2016-01-13 19:45:02 +01:00 |
|
kervala
|
ad36e59a71
|
Fixed: Save filenames in .bank with / instead of system separator
--HG--
branch : develop
|
2016-01-13 19:43:46 +01:00 |
|
kervala
|
49ef5a1ed7
|
Fixed: lua_tointeger doesn't work if value has a decimal part and returns 0
--HG--
branch : develop
|
2016-01-12 22:21:38 +01:00 |
|
kervala
|
9e8cd07e4b
|
Changed: HAVE_X86_64 is defined or not
--HG--
branch : develop
|
2016-01-07 17:39:53 +01:00 |
|
kervala
|
b3a392d559
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-07 17:36:17 +01:00 |
|
kervala
|
6efce5ba59
|
Changed: Support for new key events
--HG--
branch : develop
|
2016-01-06 12:42:10 +01:00 |
|
kervala
|
76744b18c7
|
Changed: Minor change
--HG--
branch : develop
|
2016-01-06 12:39:58 +01:00 |
|
Nimetu
|
8475f25e75
|
Changed: Refactor DL
--HG--
branch : develop
|
2016-01-06 00:11:17 +02:00 |
|
Nimetu
|
298a659c6f
|
Changed: Merge UL and OL code
--HG--
branch : develop
|
2016-01-05 20:21:40 +02:00 |
|
kervala
|
0dc70105d5
|
Fixed: __rdtsc() under old versions of GCC
--HG--
branch : develop
|
2016-01-04 19:26:25 +01:00 |
|
kervala
|
ae752f72d8
|
Changed: Define CLANG_VERSION is using clang compiler
--HG--
branch : develop
|
2016-01-04 19:18:19 +01:00 |
|
kervala
|
68aa20257f
|
Changed: Use new code to determine free disk space
--HG--
branch : develop
|
2016-01-04 15:39:31 +01:00 |
|
kervala
|
b11fabe867
|
Changed: Use __rdtsc() intrinsics everywhere for Intel CPUs
--HG--
branch : develop
|
2016-01-04 15:35:02 +01:00 |
|
kervala
|
47bde9ccc7
|
Changed: Allow to resample Luminance (grayscale) bitmaps
--HG--
branch : develop
|
2016-01-04 13:54:59 +01:00 |
|
kervala
|
c263e4dffb
|
Changed: Don't redefine new and delete operators if targetting x86_64
--HG--
branch : develop
|
2016-01-04 13:48:57 +01:00 |
|
kervala
|
266a32ea19
|
Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
--HG--
branch : develop
|
2016-01-02 19:14:13 +01:00 |
|
kervala
|
437aa5b939
|
Changed: Added helpers methods to CBitmap
--HG--
branch : develop
|
2016-01-01 16:02:54 +01:00 |
|