ultimatepp/uppsrc/CtrlCore
cxl 06b67c51e5 Core: Removed CoInitializeEx from AppInit to solve D&D problem
git-svn-id: svn://ultimatepp.org/upp/trunk@13692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-13 09:21:32 +00:00
..
src.tpp .docs 2019-07-31 09:58:35 +00:00
srcdoc.tpp .docs & cosmetics 2019-11-05 09:55:46 +00:00
Coco.h .cosmetics 2019-04-03 18:27:00 +00:00
CocoAfter.h CtrlLib, CtrlCore: MacOS FileSel special places 2019-01-24 18:06:36 +00:00
CocoApp.mm CtrlCore: Fixed Cocoa activation issue 2019-03-29 18:06:57 +00:00
CocoChSysInit.cpp CtrlCore: Fixed to compile as SO with mingw 2019-04-14 09:05:49 +00:00
CocoClip.mm CtrlCore: Cocoa fixed issue with internal drag and drop 2018-12-21 17:58:31 +00:00
CocoCode.h CtrlCore: Developing Cocoa 2018-07-21 17:14:40 +00:00
CocoCreate.mm CtrlCore: Cocoa TopWindow Frameless support (fixes Docking) 2019-02-24 13:15:53 +00:00
CocoCtrl.cpp CtrlLib: Cocoa chameleon 2018-09-10 17:27:05 +00:00
CocoCtrl.h ide: Fixed issue with wrong mouse status after menu invocation 2019-02-25 09:29:39 +00:00
CocoDnD.cpp CtrlCore: Cocoa Drag 2018-09-27 09:20:41 +00:00
CocoDraw.mm CtrlCore: Fixed Cocoa activation issue 2019-03-29 18:06:57 +00:00
CocoDrawOp.mm CtrlCore: Cocoa IsPainting correct support 2018-09-08 08:01:21 +00:00
CocoDrawText.mm CtrlCore: Coco refactored to use flipped view 2018-09-23 12:17:43 +00:00
CocoImage.mm CtrlCore: Cocoa fixed issue with Image paintonly (cannot be supported in cocoa as image data have to be available later) 2019-08-03 12:44:49 +00:00
CocoKeys.h CtrlCore: Developing Cocoa 2018-08-02 16:14:52 +00:00
CocoMM.h CtrlCore: Cocoa repaint issue fixed 2018-12-15 19:00:54 +00:00
CocoProc.mm MacOS: Fixed issue with Ctrl keys on international keyboards 2019-09-27 12:20:57 +00:00
CocoTop.cpp CtrlLib: OSX Main application menu support 2018-10-07 17:49:53 +00:00
CocoTop.h CtrlCore, CtrlLib: Cocoa dock menu support 2019-01-25 18:40:45 +00:00
CocoUtil.mm CtrlCore: ViewDraw, DrawDragRect (RectTracker now works) 2018-08-04 13:44:35 +00:00
CocoWnd.cpp CtrlCore: ViewDraw, DrawDragRect (RectTracker now works) 2018-08-04 13:44:35 +00:00
Copying uppsrc: Copying copyright updated to 2019 2019-05-01 12:27:32 +00:00
Ctrl.cpp CtrlCore: Closing window now resets it visibility to true 2019-07-31 09:54:22 +00:00
Ctrl.iml *CtrlCore, CtrlLib: Fixed D&D in LineEdit, EditField 2011-12-26 16:52:23 +00:00
CtrlChild.cpp CtrlCore: Fixed DHCtrl related Refresh issue, CtrlLib: Fixed margin issue in RichTextView 2018-10-30 11:27:00 +00:00
CtrlClip.cpp CtrlCore: WriteClipboardHTML - POSIX implementation 2019-04-14 15:53:05 +00:00
CtrlCore.defs .defs files for Core, CtrlCore #1163 2015-07-11 11:35:35 +00:00
CtrlCore.h CtrlCore: Gtk GUI_APP_MAIN now correctly handles exceptions 2019-08-12 15:03:01 +00:00
CtrlCore.iml Context Goto now can jump to images (CtrlImg::Add()) 2014-09-26 06:34:57 +00:00
CtrlCore.t uppsrc: ES-ES translation updated 2018-04-13 12:57:48 +00:00
CtrlCore.upp .cosmetics 2019-04-06 18:31:12 +00:00
CtrlCoreInit.cpp uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER 2016-11-13 09:24:24 +00:00
CtrlDraw.cpp CtrlCore: Minor Sync fix 2019-10-30 10:49:11 +00:00
CtrlKbd.cpp uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible) 2019-04-14 08:34:13 +00:00
CtrlMouse.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00
CtrlMt.cpp CtrlCore: Gtk GUI_APP_MAIN now correctly handles exceptions 2019-08-12 15:03:01 +00:00
CtrlPos.cpp .removed DLOGs 2019-09-05 09:03:04 +00:00
CtrlTimer.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00
DHCtrl.cpp GLCtrl: DHCtrl improvements 2018-10-19 07:44:01 +00:00
DrawOpWin32.cpp .cosmetics 2019-04-24 08:08:01 +00:00
DrawOpX11.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
DrawTextWin32.cpp .cosmetics 2019-01-17 10:47:42 +00:00
DrawTextX11.cpp CtrlCore: Fixed NOGTK issue 2018-10-23 08:03:33 +00:00
DrawWin32.cpp Draw: IsDarkTheme optimized, DefaultInk 2019-03-27 10:59:10 +00:00
DrawX11.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
EncodeRTF.cpp CtrlCore: RTF: Fixed 'space at bullet' issue 2018-04-25 07:21:34 +00:00
Frame.cpp uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible) 2019-04-14 08:34:13 +00:00
GdkImage.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Gtk.h CtrlCore: gtk2 deprecated warnings removed 2019-10-22 12:21:31 +00:00
GtkAfter.h CtrlCore: Gtk GUI_APP_MAIN now correctly handles exceptions 2019-08-12 15:03:01 +00:00
GtkApp.cpp CtrlLib: Fixed some gtg WARNINGs 2019-04-18 10:45:26 +00:00
GtkCapture.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
GtkClip.cpp Turtle: Fixed to compile 2018-09-23 08:38:24 +00:00
GtkCreate.cpp CtrlCore: Fixed issue with activeCtrl in gtk 2018-10-31 13:13:59 +00:00
GtkCtrl.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
GtkCtrl.h CtrlCore: Fixed problem with popups and Alt+Tab (gtk) 2019-10-03 16:34:05 +00:00
GtkDHCtrl.cpp Core: Improving color inversion for DarkTheme 2019-02-10 09:56:55 +00:00
GtkDnD.cpp CtrlCore: Fixed mouseup-event issue in Drag and Drop 2019-04-25 22:14:03 +00:00
GtkDrawImage.cpp CtrlCore: Image cache optimized in Linux too 2019-02-23 17:43:54 +00:00
GtkDrawOp.cpp CtrlCore: GTK DrawArc fixed to draw ellipse (thanks mdelfede) 2018-09-04 11:42:40 +00:00
GtkDrawText.cpp Draw, CtrlCore: Fixed issue with default font height 2018-01-23 13:07:15 +00:00
GtkEvent.cpp CtrlCore: Fixed problem with popups and Alt+Tab (gtk) 2019-10-03 16:34:05 +00:00
GtkKeys.h CtrlCore: Added keys constants for the rest of keyboard (thanks Koldo) #925 2014-11-17 16:07:51 +00:00
GtkTop.cpp CtrlCore: Improved behaviour of maximaze/close/reopen, now in GTK 2017-07-12 08:19:04 +00:00
GtkTop.h ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp) 2015-07-08 14:19:16 +00:00
GtkUtil.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
GtkWnd.cpp CtrlCore: Fixed problem with popups and Alt+Tab (gtk) 2019-10-03 16:34:05 +00:00
GtkX11Util.cpp upp.src: Fixed various warnings (GCC 8.2) 2019-03-22 07:48:06 +00:00
ImageWin32.cpp CtrlCore: Improved Image cache behaviour in Win32 2019-02-23 15:28:18 +00:00
ImageX11.cpp CtrlCore: Image cache optimized in Linux too 2019-02-23 17:43:54 +00:00
lay.h CtrlCore: Fixed issues with Layout 2019-02-05 09:03:19 +00:00
llay.h changed svn layout 2008-06-07 22:31:27 +00:00
LocalLoop.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00
MetaFile.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
MKeys.h .cosmetics #782 2014-07-06 15:17:46 +00:00
MultiMon.dli changed svn layout 2008-06-07 22:31:27 +00:00
ParseRTF.cpp Core: Atof (comma safe atof) 2017-01-26 08:24:21 +00:00
stdids.h ide: Fixed to compile with GCC 2015-10-30 08:06:41 +00:00
SystemDraw.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
TopWin32.cpp .cosmetics 2019-04-24 08:08:01 +00:00
TopWindow.cpp CtrlCore: TopWindow::Icon unoptimal issue fixed 2019-03-21 08:14:29 +00:00
TopWindow.h CtrlCore: Fixed issues with Layout 2019-02-05 09:03:19 +00:00
UtilWin32.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
UtilX11.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Win32Clip.cpp Image: Serialize now stores 2nd hotspot, IconDes: Copy now storing hotspots, CtrlCore: Cocoa clipboard now using U++ Image serialization in addition to png 2018-09-27 06:47:38 +00:00
Win32Ctrl.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Win32Ctrl.h GLCtrl: DHCtrl improvements 2018-10-19 07:44:01 +00:00
Win32DnD.cpp .cosmetics 2017-05-08 19:20:14 +00:00
Win32Gui.h Draw: IsDarkTheme optimized, DefaultInk 2019-03-27 10:59:10 +00:00
Win32GuiA.h GLCtrl: DHCtrl improvements 2018-10-19 07:44:01 +00:00
Win32Keys.h CtrlCore: Added keys constants for the rest of keyboard (thanks Koldo) #925 2014-11-17 16:07:51 +00:00
Win32Msg.i CtrlCore, Docking: Fixed issue with closing DockCont (Bug #257) 2012-10-07 07:10:55 +00:00
Win32Proc.cpp .cosmetics 2019-04-24 08:08:01 +00:00
Win32Top.h ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp) 2015-07-08 14:19:16 +00:00
Win32Wnd.cpp Core: Removed CoInitializeEx from AppInit to solve D&D problem 2019-11-13 09:21:32 +00:00
X11App.cpp uppsrc: Ide fixed to run valgrind clean 2019-04-18 08:50:22 +00:00
X11Clip.cpp Turtle: Fixed to compile 2018-09-23 08:38:24 +00:00
X11Ctrl.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00
X11Ctrl.h 'Event' branch merged into trunk (Callback now deprecated) 2016-10-04 08:15:05 +00:00
X11DHCtrl.cpp GLCtrl: GTK partially fixed 2018-11-23 08:50:54 +00:00
X11DnD.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00
X11Event.i changed svn layout 2008-06-07 22:31:27 +00:00
X11Gui.h uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
X11GuiA.h CtrlCore: GUI_APP_MAIN_HOOK 2018-08-11 17:53:47 +00:00
X11ImgClip.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
X11Keys.h CtrlCore: Added keys constants for the rest of keyboard (thanks Koldo) #925 2014-11-17 16:07:51 +00:00
X11Proc.cpp CtrlCore: Image cache optimized in Linux too 2019-02-23 17:43:54 +00:00
X11Top.cpp .cosmetics 2017-12-05 11:11:05 +00:00
X11Top.h ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp) 2015-07-08 14:19:16 +00:00
X11Wnd.cpp uppsrc: GetTickCount() -> msecs() 2018-11-29 13:01:23 +00:00