ultimatepp/uppsrc/CtrlCore
cxl 3e4b840506 uppsrc: Modernizing code with variadic templates
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
..
src.tpp CtrlCore: RectTracker improvements 2020-05-12 13:30:54 +00:00
srcdoc.tpp uppsrc: docs & removed #ifdef MTs 2020-01-21 10:05:16 +00:00
Coco.h CtrlCore: RectTracker MacOS 2020-04-18 12:57:30 +00:00
CocoAfter.h CtrlCore: MacOS theoretical TopFrameDraw implementation (does not work because of MacOS issue) 2020-04-15 20:32:48 +00:00
CocoApp.mm CtrlCore: MacOS theoretical TopFrameDraw implementation (does not work because of MacOS issue) 2020-04-15 20:32:48 +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
CocoCtrl.cpp
CocoCtrl.h CtrlCore: gtk3 DrawImage optimization, DragRect cleanup 2020-04-21 16:24:39 +00:00
CocoDnD.cpp
CocoDraw.mm CtrlCore: Fixed Cocoa activation issue 2019-03-29 18:06:57 +00:00
CocoDrawOp.mm
CocoDrawText.mm CtrlCore: MacOS: all font are now scaleable 2020-03-12 14:47:41 +00:00
CocoImage.mm CtrlCore: Cocoa image cache fix 2020-04-18 12:53:05 +00:00
CocoKeys.h
CocoMM.h CtrlCore: Cocoa repaint issue fixed 2018-12-15 19:00:54 +00:00
CocoProc.mm CtrlLib: Fixed DateTimeCtrl issue in MacOS 2020-02-19 10:14:38 +00:00
CocoTop.cpp
CocoTop.h CtrlCore, CtrlLib: Cocoa dock menu support 2019-01-25 18:40:45 +00:00
CocoUtil.mm CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles 2020-04-18 12:41:42 +00:00
CocoWin.mm CtrlCore: Fixed window rectangle problem 2020-03-07 16:15:31 +00:00
CocoWnd.cpp
Copying uppsrc: Copying copyright updated to 2019 2019-05-01 12:27:32 +00:00
Ctrl.cpp CtrlCore: ViewDraw with Rect parameter in X11 and Gtk3 backends 2020-04-15 16:21:10 +00:00
Ctrl.iml
CtrlChild.cpp
CtrlClip.cpp CtrlCore: WriteClipboardHTML - POSIX implementation 2019-04-14 15:53:05 +00:00
CtrlCore.defs
CtrlCore.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
CtrlCore.iml
CtrlCore.t
CtrlCore.upp upp.src: OpenBSD patches 2020-04-24 08:14:38 +00:00
CtrlCoreInit.cpp
CtrlDraw.cpp Core: GetSystemMemoryStatus Win32, Linux 2020-06-08 20:38:32 +00:00
CtrlKbd.cpp debugger improvements 2020-03-25 14:46:09 +00:00
CtrlMouse.cpp CtrlCore: fixed gtk3 problem with mouse capture 2020-01-18 16:50:27 +00:00
CtrlMt.cpp uppsrc: docs & removed #ifdef MTs 2020-01-21 10:05:16 +00:00
CtrlPos.cpp .removed DLOGs 2019-09-05 09:03:04 +00:00
CtrlTimer.cpp
DHCtrl.cpp
DrawOpWin32.cpp .cosmetics 2019-04-24 08:08:01 +00:00
DrawOpX11.cpp
DrawTextWin32.cpp .cosmetics 2019-01-17 10:47:42 +00:00
DrawTextX11.cpp
DrawWin32.cpp Draw: IsDarkTheme optimized, DefaultInk 2019-03-27 10:59:10 +00:00
DrawX11.cpp CtrlLib: ChGtk2 removed, X11 now using standard skin 2020-01-11 16:48:15 +00:00
EncodeRTF.cpp uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Frame.cpp uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible) 2019-04-14 08:34:13 +00:00
GdkImage.cpp
Gtk.h CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles 2020-04-18 12:41:42 +00:00
GtkAfter.h CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles 2020-04-18 12:41:42 +00:00
GtkApp.cpp Core: Fixed issue with LOG before MAIN 2020-04-08 09:05:44 +00:00
GtkCapture.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkClip.cpp
GtkCreate.cpp CtrlCore: gtk3 mt refactored 2020-01-15 16:11:57 +00:00
GtkCtrl.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkCtrl.h CtrlCore: gtk3 DrawImage optimization, DragRect cleanup 2020-04-21 16:24:39 +00:00
GtkDHCtrl.cpp Core: Improving color inversion for DarkTheme 2019-02-10 09:56:55 +00:00
GtkDnD.cpp CtrlCore: gtk3 fixes 2020-01-16 08:37:54 +00:00
GtkDrawImage.cpp CtrlCore: gtk3 DrawImage optimization, DragRect cleanup 2020-04-21 16:24:39 +00:00
GtkDrawOp.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkDrawText.cpp CtrlCore: Fixed performance issue with Font cache in Gtk3 backend 2020-06-13 17:13:27 +00:00
GtkEvent.cpp CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles 2020-04-18 12:41:42 +00:00
GtkKeys.h
GtkTop.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkTop.h
GtkUtil.cpp CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles 2020-04-18 12:41:42 +00:00
GtkWnd.cpp CtrlCore: Fixed issue with SetRect of fixed sized window 2020-05-13 12:01:48 +00:00
GtkX11Util.cpp CtrlCore: gtk3 system hotkeys fixed 2020-01-21 08:44:39 +00:00
ImageWin32.cpp Core: Mem.h improvements 2020-05-27 16:39:08 +00:00
ImageX11.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
lay.h CtrlCore: Fixed issues with Layout 2019-02-05 09:03:19 +00:00
llay.h
LocalLoop.cpp CtrlCore: RectTracker improvements 2020-05-12 13:30:54 +00:00
MetaFile.cpp
MKeys.h
MultiMon.dli
ParseRTF.cpp
stdids.h
SystemDraw.cpp
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 CtrlCore: gtk3 DrawImage optimization, DragRect cleanup 2020-04-21 16:24:39 +00:00
UtilX11.cpp CtrlCore: X11 fixed to compile 2020-04-22 17:39:57 +00:00
Win32Clip.cpp
Win32Ctrl.cpp
Win32Ctrl.h
Win32DnD.cpp upp.src: Fixed CLANG warnings in Win32 2020-02-27 20:14:56 +00:00
Win32Gui.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Win32GuiA.h CtrlCore: ViewDraw with Rect in Win32 2020-04-15 17:03:19 +00:00
Win32Keys.h
Win32Msg.i
Win32Proc.cpp CtrlCore: ImageWin32 simplified, RectTracker now works correctly with negative minsize 2020-04-18 15:12:45 +00:00
Win32Top.h
Win32Wnd.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
X11App.cpp GLCtrl: Removed dependency on glext 2020-01-14 10:33:43 +00:00
X11Clip.cpp
X11Ctrl.cpp
X11Ctrl.h
X11DHCtrl.cpp
X11DnD.cpp
X11Event.i
X11Gui.h CtrlCore: ViewDraw with Rect parameter in X11 and Gtk3 backends 2020-04-15 16:21:10 +00:00
X11GuiA.h CtrlCore: ViewDraw with Rect parameter in X11 and Gtk3 backends 2020-04-15 16:21:10 +00:00
X11ImgClip.cpp
X11Keys.h
X11Proc.cpp GLCtrl: Removed dependency on glext 2020-01-14 10:33:43 +00:00
X11Top.cpp
X11Top.h
X11Wnd.cpp CtrlCore: ViewDraw with Rect parameter in X11 and Gtk3 backends 2020-04-15 16:21:10 +00:00