Commit graph

56 commits

Author SHA1 Message Date
cxl
05f54e0058 Licence updated #644
git-svn-id: svn://ultimatepp.org/upp/trunk@6783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-17 11:36:11 +00:00
cxl
011630e0e8 Core: Ref changes temporarily reverted
git-svn-id: svn://ultimatepp.org/upp/trunk@6524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-03 19:28:23 +00:00
cxl
c789b048d1 Core: Ref, Sql: S_* refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@6519 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-03 14:36:25 +00:00
cxl
dd62b0e667 SqlCtrl: ValueMap SqlCtrls::Get, ArrayCtrl: map based Set/Add, fixed some warnings and obsolete pragmas removed
git-svn-id: svn://ultimatepp.org/upp/trunk@6316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-05 12:14:09 +00:00
cxl
78ae0711ed CtrlLib: EditNumber fixed (thanks SenderGhost!) #491
git-svn-id: svn://ultimatepp.org/upp/trunk@6190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-14 07:38:15 +00:00
cxl
d05d4f02ce CtrlCore: GetScreenSize deprecated, implemented using GetVirtualScreenArea
git-svn-id: svn://ultimatepp.org/upp/trunk@5961 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-06 15:24:08 +00:00
rylek
b8bb9026e9 .Geom: EPSG:3035, 1st version (still imprecise)
.TCore: minor improvemenets in standard calculator functions

git-svn-id: svn://ultimatepp.org/upp/trunk@5239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-29 22:58:04 +00:00
rylek
a8b5421522 +Geom/Draw: HRRInfo extended to allow explicit specification of enclosing rectangle
git-svn-id: svn://ultimatepp.org/upp/trunk@4745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-03 22:16:27 +00:00
rylek
d8a1a107c0 Geom/Ctrl/PlotterCtrl: delayed refresh bug fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-16 14:57:36 +00:00
rylek
3729339d94 .TCore\CalcType.h,cpp: added support for int64
git-svn-id: svn://ultimatepp.org/upp/trunk@4143 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 09:08:56 +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
rylek
bc967252d4 *Web/httpsrv.cpp: fixed bug concerning reading long SAPI requests
git-svn-id: svn://ultimatepp.org/upp/trunk@3788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-26 11:04:43 +00:00
rylek
3587e7275e .Geom/Ctrl/PlotterCtrl.cpp: fixed omission - calling WhenUserZoom after panning
git-svn-id: svn://ultimatepp.org/upp/trunk@3764 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-15 19:44:34 +00:00
rylek
bd9a46849b .RichText: added \n support to DeQtf; fixed ParseQtf to ignore control characters which break the packed paragraph format
.Geom/Draw/hrr.cpp: fixed coordinate orientation bug in hrr clipping

git-svn-id: svn://ultimatepp.org/upp/trunk@3757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-09 12:23:45 +00:00
cxl
c4953990f2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 09:06:16 +00:00
rylek
e8dfe13bc1 .CtrlCore/ParseRTF.cpp, EncodeRTF.cpp: table & cell border fixes
.Geom/Ctrl/PlotterCtrl.h: internal PostRefresh made private to avoid confusion

git-svn-id: svn://ultimatepp.org/upp/trunk@3579 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 06:49:27 +00:00
rylek
f996af41ef .Geom/Ctrl: minor D&D related fixes in PlotterCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@3381 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 18:46:00 +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
6d3d843700 .Geom: removed a forgotten LOG from PlotterCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@3289 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-19 19:55:55 +00:00
rylek
71d0ab2d03 .CtrlCore/: minor fixes in EncodeRTF; fixed escape sequences in .t string constants
git-svn-id: svn://ultimatepp.org/upp/trunk@3197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-11 18:58:56 +00:00
rylek
255223c043 .Geom/Ctrl: new flag reset_push in PlotterCtrl triggered by LostFocus handles unwanted pans caused by invalid drag & drop modes
git-svn-id: svn://ultimatepp.org/upp/trunk@3043 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-19 08:16:41 +00:00
rylek
1abacfff26 .CtrlLib: TreeCtrl - added setter for Item::margin attribute
.Geom: hrr bug fix (Draw::GetPageSize -> GetPaintRect), minor optimizations (Pointf -> const Pointf&)
.TCore: CalcContext::Global constructor made outline to simplify debugging

git-svn-id: svn://ultimatepp.org/upp/trunk@2911 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-16 09:55:38 +00:00
rylek
06c077160f .Geom/Ctrl: commented out multiple runtime logs in PlotterCtrl, minor fixes in menu icons
.TCore: slight modification of exception handling in CalcContext::Evaluate / TryEvalute

git-svn-id: svn://ultimatepp.org/upp/trunk@2879 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-01 19:26:31 +00:00
rylek
9e3b1834e8 .Draw: GetPaintRect added to DrawDrawing
.Geom/Ctrl: different 'zoom full' icons for isotropic / anisotropic zoom mode

git-svn-id: svn://ultimatepp.org/upp/trunk@2864 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-23 11:20:00 +00:00
rylek
8abfd3eaf7 .Geom/Ctrl: minor extensions in PlotterCtrl to implement UI standards of commercial GIS software (fast mouse panning, zooming in and out)
git-svn-id: svn://ultimatepp.org/upp/trunk@2846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-15 12:01:03 +00:00
rylek
73b517a20f .TCore: translation fixes
.Geom/Ctrl: translation fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@2794 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 09:47:37 +00:00
rylek
90e309e714 -Geom/Draw: fixed empty outline for circular mark
.Geom/Ctrl: new drag & drop modes in PlotterCtrl (automatic zoom & pan)

git-svn-id: svn://ultimatepp.org/upp/trunk@2750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-05 01:33:27 +00:00
rylek
1a543404d1 .Geom/Ctrl: Zoom in & out in PlotterCtrl using mouse wheel
git-svn-id: svn://ultimatepp.org/upp/trunk@2741 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 07:40:15 +00:00
rylek
2f746d005e .Geom/Draw: ZIM encoding support in HRR
.Geom/Ctrl: exception handling in PlotterCtrl::Paint
.Oracle: bug fix in dynamic parameter handling

git-svn-id: svn://ultimatepp.org/upp/trunk@2692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-14 10:02:28 +00:00
rylek
283ce859dc .Web: authorization method 'basic' renamed to Basic (zsolt' comment)
.Geom/Draw: fixed cursor-based fetching of HRR files

git-svn-id: svn://ultimatepp.org/upp/trunk@2300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-02 09:29:32 +00:00
rylek
ec3ec7ae33 - CtrlLib: TreeCtrl bug fix - SyncInfo crashed on an empty tree
* CtrlLib: CtrlCore.h, Win32Wnd.cpp - Unicode support in coreCmdLine / SplitCommandLine to support dynamic application charset
* Core: App.cpp - CommandLine() and Environment() support dynamic charset switching
- Geom/Draw: plotter.h & cpp - fixed orientation bug in PlotterTool::Circle routine

git-svn-id: svn://ultimatepp.org/upp/trunk@2211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 19:41:59 +00:00
cxl
8c2fcbc870 Geom/Coords: Removed dependency on TCore
git-svn-id: svn://ultimatepp.org/upp/trunk@2143 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-24 14:01:34 +00:00
cxl
7f8d6368dc Web: Socket GetPeerName renamed -> GetPeerAddr, Geom/Coords: new spaces argument for FormatDegree
git-svn-id: svn://ultimatepp.org/upp/trunk@2088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-17 10:42:40 +00:00
cxl
c39ab328b4 GeomCoords: fixed charset problem in FormatDegree
git-svn-id: svn://ultimatepp.org/upp/trunk@1707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-19 09:27:49 +00:00
cxl
d316aaed3f uppsrc: All .iml files changed to new format
git-svn-id: svn://ultimatepp.org/upp/trunk@1697 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-16 03:49:20 +00:00
rylek
47af6b0392 Minor ImageBufferRaster extension
git-svn-id: svn://ultimatepp.org/upp/trunk@1680 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-05 07:59:05 +00:00
rylek
43a5c53961 A few typecasts to enable / simplify 64-bit compilation
git-svn-id: svn://ultimatepp.org/upp/trunk@1653 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-22 20:32:41 +00:00
rylek
1491b6b82e Various bug fixes and large TIFF-related stuff
git-svn-id: svn://ultimatepp.org/upp/trunk@1618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-09 08:19:39 +00:00
rylek
7a0bbccdd2 Fixed relict errors from UPP605 concerning cetrain marker drawing functions.
git-svn-id: svn://ultimatepp.org/upp/trunk@1576 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-18 10:58:18 +00:00
rylek
4ed79e9d00 Added new Computational Geometry algorithm: 2D convex hull calculation (ConvexHullOrder)
git-svn-id: svn://ultimatepp.org/upp/trunk@1572 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-17 14:50:49 +00:00
rylek
e48f20a683 GetPaintRect support in SystemDraw
git-svn-id: svn://ultimatepp.org/upp/trunk@1423 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-17 11:50:58 +00:00
cxl
c401b56828 Bezier2Length fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@1421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-16 00:47:11 +00:00
rylek
7ae5221acb Fixed arithmetic overflow in palette generator; some basic fixes related to recent update of the Draw package.
git-svn-id: svn://ultimatepp.org/upp/trunk@1371 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 20:09:12 +00:00
rylek
2f6932acbf Removed an annoying LOGBLOCK
git-svn-id: svn://ultimatepp.org/upp/trunk@1337 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-25 08:27:45 +00:00
rylek
4f33d6f280 Corrected bug in StdConvertDoubleNotNull; commented out Bearing (moved to Core by CXL)
git-svn-id: svn://ultimatepp.org/upp/trunk@1094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-22 22:46:05 +00:00
cxl
2bb046475a Some conflicting Geom/Painter routines moved to Core
git-svn-id: svn://ultimatepp.org/upp/trunk@1085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-21 11:36:35 +00:00
rylek
cd99a5247b Optimization: most Pointf, Sizef & Rectf parameters turned into constant references
git-svn-id: svn://ultimatepp.org/upp/trunk@1078 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-19 22:33:22 +00:00
rylek
695e7ebbe2 Minor bug fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-03 17:05:21 +00:00
rylek
a516bdae79 Fixed minor bug concerning drag & drop lock
git-svn-id: svn://ultimatepp.org/upp/trunk@846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-09 12:31:23 +00:00
rylek
95c5597cae git-svn-id: svn://ultimatepp.org/upp/trunk@635 f0d560ea-af0d-0410-9eb7-867de7ffcac7 2008-11-12 19:55:16 +00:00