cxl
d4e490cec9
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-16 07:06:09 +00:00
cxl
3b79989a83
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5326 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-07 11:11:32 +00:00
cxl
787639a1eb
Skylark: disabled custom build steps
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5256 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-08-04 15:26:10 +00:00
cxl
9674762f9f
plugin: reverted jpg/tif/png
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5226 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-22 17:04:16 +00:00
cxl
edb7431736
uppsrc: Removed jpg/png/tif to be replaced
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5224 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-22 16:20:08 +00:00
cxl
d5c286ae4c
plugin/pcre: Study method
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5135 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-06 10:58:12 +00:00
cxl
365c591656
Core: Inet fixes, PCRE: more options support (thanks dolik)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 08:54:04 +00:00
rylek
b0d3e20017
.Core/ValueUtil.cpp: removed unnecessary compiler version checks
...
.Core/Socket.cpp: added compiler version check to #include <ws2ipdef.h>
git-svn-id: svn://ultimatepp.org/upp/trunk@4805 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-18 08:40:47 +00:00
cxl
4be4b2ff07
plugin/bz2: Moving to .so in posix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-31 16:50:29 +00:00
cxl
fa7fe19881
.developing Sql
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4288 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-10 11:30:08 +00:00
cxl
88afad6672
Sql: finalizing JoinRef and introspection
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-07 20:21:09 +00:00
cxl
d14fa94a36
Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4174 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-16 07:47:00 +00:00
cxl
57e0c1b5c9
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 12:24:42 +00:00
cxl
d12fb1eb86
plugin\Sqlite3: upgraded to 3.7.8
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4122 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:36:08 +00:00
rylek
a4947790ef
Geom/Ctrl/PlotterCtrl: new methods to check for reversed orientation of coordinate axes
...
plugin/jpg/jpgupp.cpp: support for EXIM image orientation metadata
plugin/sqlite3/Sqlite3upp.cpp: support for BLOB write using SqlRaw
Oracle/Oci8.cpp: fixed OracleBlob::Write to survive zero-length write
git-svn-id: svn://ultimatepp.org/upp/trunk@4100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 21:30:07 +00:00
cxl
faec745c03
.CtrlCore: RAINBOW compilation flag to exlude GUI libraries
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4092 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:26:44 +00:00
cxl
84c6015214
Report: QtfReport page numbering option, MacOS X11 patches (thanks fudadmin)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3949 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 18:42:34 +00:00
rylek
c0e198a451
.plugin/pcre: PCRE_STATIC #define'd to suppress declspec(dllimport)'s being generated as they confuse MSC integrated debugger
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 00:11:18 +00:00
cxl
5987030f5e
plugin/tif updated to version 1.43 (thanks tojocky)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3916 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 20:30:40 +00:00
cxl
91bf3900dd
*plugin/pcre: fixed to compile with MSC9
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-25 11:28:03 +00:00
rylek
b051d8c2f8
.plugin/sqlite: fixed conversion of statement to UTF8
...
.Core/XML.cpp: ReadTextE updated to reflect modified IsText / ReadText logic
.TSql/util.cpp: new method SchemaId for explicitly naming table alias
.TCtrlLib: system color fix in WithDisplay<T>
git-svn-id: svn://ultimatepp.org/upp/trunk@3777 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-22 01:03:09 +00:00
cxl
1fc00e4c41
plugin/sqlite3 updated to 3.7.7.1
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-01 06:56:47 +00:00
rylek
e5a6d9d07f
+Draw/, Report/, PdfDraw/, DocTypes/: minimalistic PDF/A support
...
+plugin/wincert: basic Win32 certificate manipulation and PDF digital signing
git-svn-id: svn://ultimatepp.org/upp/trunk@3715 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-27 09:23:37 +00:00
cxl
98aee28af9
.developing rainbow
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-18 15:02:19 +00:00
rylek
7386be99a3
.Sql: added 'binary' flag to SqlColumnInfo to check for binary columns
...
.OleDB: fixed logic for fetching multiple BLOB columns from a rowset
.OleDB: fixed BLOB update logic based on SqlRaw
.Geom/Draw: removed assembly variant of matrix-vector multiplication
git-svn-id: svn://ultimatepp.org/upp/trunk@3322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-03 23:04:30 +00:00
rylek
9004bbc0e2
.TCore: fixed clashes of 'global member' functions accross files
...
*plugin/png: bug fix - wrong interpretation of transparency information (png_get_tRNS)
git-svn-id: svn://ultimatepp.org/upp/trunk@3276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-12 15:53:52 +00:00
cxl
b1b7f23898
*CtrlLib, Draw: Fixed issues with menu and dark themes in Ubuntu (RM Bug #5 )
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-30 12:42:32 +00:00
cxl
dd5036a045
*plugin\jpg fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2962 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-06 10:52:56 +00:00
rylek
d6ba2c4c96
+Ide: new function - convert selection to ASCII
...
+Ide: main package configuration editor shows structured flags accepted by packages
git-svn-id: svn://ultimatepp.org/upp/trunk@2917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-21 20:32:10 +00:00
cxl
2fc7b29312
*plugin/gif: Support for LCT (and couple of 64bits fixes)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2838 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-07 10:58:31 +00:00
cxl
45cdaed544
*Sqlite3: Schema fixes (thanks zsolt)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2780 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:29:39 +00:00
cxl
0df8e08e58
.Sqlite3: GetTransactionLevel (thanks zsolt)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2779 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:26:07 +00:00
cxl
37acc29443
.Sqlite3: Added compiler options to enable FTS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2778 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:21:16 +00:00
cxl
f05b85791b
.CtrlCore: X11 fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-19 17:09:21 +00:00
cxl
6f7f9ac46b
plugin/png, tif, jpg now correctly handle dpi info (thanks Koldo!)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 18:21:28 +00:00
cxl
71742f78f0
RasterPlayer, *Core: LocalProcess, *png: version issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2669 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-08 08:08:52 +00:00
unodgs
cfa55a1935
plugins: Added Box2D lib
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2582 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-30 20:27:58 +00:00
unodgs
71ac8f46a1
.plugin/pcre: updated to version 8.10
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-18 10:57:15 +00:00
unodgs
2bb46ee4ab
.plugin/sqlite3: updated to version 3.6.23.1
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-18 10:19:19 +00:00
cxl
d6bc4bbd4a
.ndisasm
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2527 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-12 12:44:28 +00:00
cxl
208f2fe90b
.ndisasm: Authors
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-12 12:42:28 +00:00
cxl
ac7a7fc4b9
.plugin/ndisasm: upgraded to latest version
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-12 10:27:34 +00:00
cxl
73dcd59818
*plugin/gif: Animated gif fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-24 18:45:11 +00:00
cxl
4a1b1bfaaf
.plugin/gif
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-20 12:18:25 +00:00
cxl
022f375936
Draw, plugin/gif: Animated GIF support (thanks Koldo!)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2490 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-18 08:15:00 +00:00
cxl
78bb810b84
.Sqlite3 improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-31 19:12:28 +00:00
cxl
32a1057440
*Sqlite3: Fixed NULL column name issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-30 17:21:59 +00:00
cxl
b17ec01804
*Sqlite3: fixed empty column name issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-26 15:36:54 +00:00
cxl
19328d7d8b
.Sqlite3: ToLower for coltype
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-18 18:26:43 +00:00
cxl
6c57650e88
*Sqlite3: fix to work to Linux (again)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2298 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-02 08:33:10 +00:00