ultimatepp/uppsrc
cxl 044cd307c6 .Sql: Fixing Joins/SqlId/SqlCol
git-svn-id: svn://ultimatepp.org/upp/trunk@4266 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-07 08:49:45 +00:00
..
$.tpp Draw: DataDrawer docs 2009-07-17 16:23:13 +00:00
AllForI18n New Zn_TW tr, Compiz fix, ArrayCtrl sorting fix 2009-04-14 18:13:09 +00:00
AnalyzeMap uppsrc cleanup 2009-05-14 06:37:01 +00:00
art/BlueBar ide: Custom build steps refresh 2011-11-25 22:43:51 +00:00
BuildAll Several examples fixed to compile and work in new draw 2009-07-08 18:44:19 +00:00
CbGen License fixes 2008-10-02 10:29:42 +00:00
CodeEditor Core: force_inline, String now has optimized strlen(literal) situations 2011-12-02 08:39:11 +00:00
coff *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas 2011-01-08 12:36:46 +00:00
Common Developing gui-less true umk: separated non-gui ide/core 2009-04-04 09:13:31 +00:00
Core Core: Id fixed in win32 2011-12-06 19:54:57 +00:00
CppBase *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas 2011-01-08 12:36:46 +00:00
Crash Improved DropList, ColorPopUp and DropTree animation 2010-09-11 19:19:26 +00:00
Crypto License fixes 2008-10-02 10:29:42 +00:00
CtrlCore WinGL: Removed few #ifdef WINGL 2011-12-02 22:19:24 +00:00
CtrlLib *CtrlLib: Fixed with TextCtrl and BOM (char vs byte) (thanks Sender Ghost!) 2011-12-04 20:11:05 +00:00
Docedit uppsrc: All .iml files changed to new format 2009-11-16 03:49:20 +00:00
Docking *Docking: fixed compilation issue 2011-10-01 09:58:14 +00:00
docpp License fixes 2008-10-02 10:29:42 +00:00
DocTypes +Draw/, Report/, PdfDraw/, DocTypes/: minimalistic PDF/A support 2011-07-27 09:23:37 +00:00
Draw WinGL: Added automatic atlas textures, fixed some bugs 2011-11-22 20:33:47 +00:00
DropGrid DropGrid: Fixed crashing on drop down 2011-08-30 17:01:17 +00:00
Esc .Esc/Esc.cpp: fixed bug in evaluation of + prefix operator 2011-09-04 22:35:15 +00:00
Geom Geom/Ctrl/PlotterCtrl: delayed refresh bug fix 2011-11-16 14:57:36 +00:00
GLCtrl .developing rainbow 2011-07-01 09:06:16 +00:00
GridCtrl GridCtrl: Fixed filling clipboard if coping column names option is enabled 2011-12-03 22:40:54 +00:00
HexView *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas 2011-01-08 12:36:46 +00:00
IconDes ide: LayDes local menu Move Up/Down for layout items (rm #99) 2011-09-26 20:57:20 +00:00
ide .ide: Fixed all.i 2011-12-07 07:22:56 +00:00
MSSQL Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection) 2011-11-16 07:47:00 +00:00
MySql Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection) 2011-11-16 07:47:00 +00:00
ODBC .Sql: added 'binary' flag to SqlColumnInfo to check for binary columns 2011-04-03 23:04:30 +00:00
Ole *Ole: bug fix - ExeRunServer (automated application) message loop didn't call TimeCallbacks 2011-06-20 23:14:53 +00:00
OleDB .plugin/pcre: PCRE_STATIC #define'd to suppress declspec(dllimport)'s being generated as they confuse MSC integrated debugger 2011-09-27 00:11:18 +00:00
Oracle Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection) 2011-11-16 07:47:00 +00:00
Painter .cosmetics 2011-11-10 22:38:12 +00:00
PaintGL License fixes 2008-10-02 10:29:42 +00:00
PdfDraw .PdfDraw 2011-11-23 15:03:26 +00:00
plugin Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection) 2011-11-16 07:47:00 +00:00
PostgreSQL Sql: REFERENCES in .sch now can be preset by Sql (prerequisite for introspection) 2011-11-16 07:47:00 +00:00
RasterPlayer .RasterPlayer: Slight change in doc 2010-10-20 19:38:03 +00:00
Report .removed stray LOGs 2011-11-29 07:21:16 +00:00
RichBook changed svn layout 2008-06-07 22:31:27 +00:00
RichEdit *CtrlCore: Fixed corner case when child is removed in ChildMouseEvent or ChildFrameMouseEvent 2011-10-26 06:22:28 +00:00
RichText RichText: RenderPages, Pdf 2011-11-25 17:12:53 +00:00
Sql .Sql: Fixing Joins/SqlId/SqlCol 2011-12-07 08:49:45 +00:00
SqlCommander SqlCommander: #include case fixed 2010-02-09 20:15:35 +00:00
SqlCtrl .CtrlLib/ArrayCtrl.cpp: bug fix - activation of AppendLine together with MultiSelect highlighted two 'cursor' rows 2011-11-08 19:02:48 +00:00
TabBar ide: resolved problems with deleting files (RM #139) 2011-11-07 18:32:34 +00:00
TCore +TCore/CalcNode.h+cpp: added int64 variant for CalcNode::Calc & CalcContext::Evaluate 2011-11-23 22:20:41 +00:00
TCtrlLib .TCtrlLib/Ruler.cpp: ruler highlighting improved 2011-09-30 08:01:28 +00:00
TDraw .TDraw: minor fixes and improvements in symbol positioning and spacing 2011-05-14 07:04:38 +00:00
TextDiffCtrl .theide: minor fix 2010-04-06 12:39:10 +00:00
TSql .plugin/sqlite: fixed conversion of statement to UTF8 2011-08-22 01:03:09 +00:00
umk *ide: various fixes in export/makefile functionality 2011-10-21 12:24:54 +00:00
Updater SetIniFile with NULL forces reload, MSSQL schema files create primary keys, Updater fixed 2009-01-30 12:17:59 +00:00
upt uppsrc: option for SSE2 in project templates (thanks Sender Ghost) 2011-10-14 08:28:12 +00:00
usvn Core: LocalProcess now has (No)ConvertCharset option, fixes issue with usvn file history 2011-10-07 08:42:16 +00:00
Web .cosmetics 2011-11-22 15:07:23 +00:00
XmlRpc XmlRpc: MaxRequestSize 2011-11-02 08:28:22 +00:00
XmlView uppsrc: All .iml files changed to new format 2009-11-16 03:49:20 +00:00
assemblies MakeInstall4 - ready for wine 2009-03-14 13:41:05 +00:00
cpp_parser_ignore.txt Removed Common directory, T++ stylesheets replaced by templates 2008-08-16 13:50:40 +00:00
guiplatform.h .developing rainbow 2011-06-13 12:43:17 +00:00
install.upp changed svn layout 2008-06-07 22:31:27 +00:00
numbers.txt changed svn layout 2008-06-07 22:31:27 +00:00
packages *uppsrc: Added $.tpp to packages (fixing missing doc templates issue) (thanks Sender Ghost) 2011-10-14 08:57:31 +00:00
packages1 MakeInstall4 - ready for wine 2009-03-14 13:41:05 +00:00