ultimatepp/uppsrc/CtrlCore
2022-07-11 22:05:35 +02:00
..
src.tpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
srcdoc.tpp uppsrc: docs & removed #ifdef MTs 2020-01-21 10:05:16 +00:00
Coco.h CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +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/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoChSysInit.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoClip.mm sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
CocoCode.h
CocoCtrl.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoCtrl.h Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
CocoDnD.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
CocoDraw.mm CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoDrawOp.mm CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoDrawText.mm sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
CocoImage.mm CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoKeys.h CtrlCore: MacOS Tab handling fixed 2020-10-07 12:46:03 +00:00
CocoMM.h Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
CocoProc.mm CtrlCore: Fixed macos issue with Shift+Space key 2022-05-19 18:02:23 +02:00
CocoTop.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoTop.h
CocoWin.mm Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
CocoWnd.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
Copying uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Ctrl.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
Ctrl.iml
CtrlAttr.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
CtrlChild.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
CtrlClip.cpp Fixed Unicode__ clipboard issue 2022-04-11 13:05:51 +02:00
CtrlCore.defs
CtrlCore.h gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
CtrlCore.iml
CtrlCore.t uppsrc: Hungarian translations (thanks warchef) 2020-11-18 12:33:43 +00:00
CtrlCore.upp Ctrl packed attributes 2022-04-29 18:01:10 +02:00
CtrlCoreInit.cpp PdfDraw: Improvements 2022-01-05 08:45:00 +01:00
CtrlDraw.cpp CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +02:00
CtrlFrame.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
CtrlKbd.cpp CtrlCore: refactored caret 2022-04-20 10:32:33 +02:00
CtrlMouse.cpp CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +02:00
CtrlMt.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
CtrlPos.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
CtrlTimer.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
DHCtrl.cpp
DrawOpWin32.cpp .cosmetics 2019-04-24 08:08:01 +00:00
DrawOpX11.cpp
DrawTextWin32.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
DrawTextX11.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
DrawWin32.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
DrawX11.cpp CtrlLib: ChGtk2 removed, X11 now using standard skin 2020-01-11 16:48:15 +00:00
EncodeRTF.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Frame.cpp CtrlLib: ArrayCtrl absolute mode visual issue fixed 2022-05-17 17:38:51 +02:00
GdkImage.cpp
Gtk.h Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01: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 Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
GtkCapture.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkClip.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
GtkCreate.cpp Linux implementation 2022-05-14 10:49:36 +02:00
GtkCtrl.cpp Linux implementation 2022-05-14 10:49:36 +02:00
GtkCtrl.h Fixed for linux 2022-07-11 22:05:35 +02:00
GtkDHCtrl.cpp
GtkDnD.cpp Linux implementation 2022-05-14 10:49:36 +02:00
GtkDrawImage.cpp Draw: ImageBuffer PaintOnceHint; gtk: Image rendering optimized to use PaintOnceHint, SetSurface optimized with create_image_surface_for_data 2021-06-03 09:23:35 +00:00
GtkDrawOp.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkDrawText.cpp PdfDraw now supports color emoji, Fix in Gtk DrawText, refactored font height adjustment in replacement fonts 2022-01-12 23:33:37 +01:00
GtkEvent.cpp Fixed for linux 2022-07-11 22:05:35 +02:00
GtkKeys.h
GtkTop.cpp Linux implementation 2022-05-14 10:49:36 +02: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 Fixed for linux 2022-07-11 22:05:35 +02:00
GtkX11Util.cpp OpenBSD support 2020-08-13 15:22:31 +00:00
ImageWin32.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01: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 issue with Upp::t_ 2021-03-07 10:16:39 +00:00
lay0.h Revert "CtrlCore, ide: Support for namespace agnostic layouts refactored" 2022-05-08 08:48:22 +02:00
llay.h CtrlCore: Fixed issue with Upp::t_ 2021-03-07 10:16:39 +00:00
LocalLoop.cpp CtrlCore: Pen support 2021-04-04 21:40:39 +00:00
MetaFile.cpp gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
MKeys.h CtrlCore: Different solution to C++20 enum issues 2022-04-11 11:27:13 +02:00
MultiMon.dli
ParseRTF.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Preedit.cpp Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
stdids.h
SystemDraw.cpp
TopWin32.cpp CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +02:00
TopWindow.cpp GridCtrl: WhenPasting (called before paste) 2021-05-24 15:00:35 +00:00
TopWindow.h gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02: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 CtrlCore: Fixed problem in sWText 2022-04-14 12:22:45 +02:00
Win32Ctrl.cpp CtrlCore: refactored caret 2022-04-20 10:32:33 +02:00
Win32Ctrl.h CtrlCore: refactored caret 2022-04-20 10:32:33 +02:00
Win32DnD.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Win32Gui.h sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Win32GuiA.h CtrlCore: ViewDraw with Rect in Win32 2020-04-15 17:03:19 +00:00
Win32Keys.h CtrlCore: K_CTRL_SEMICOLON fixed in Win32 2020-12-11 15:13:48 +00:00
Win32Msg.i
Win32Proc.cpp CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +02:00
Win32Top.h
Win32Wnd.cpp CtrlCore: refactored caret 2022-04-20 10:32:33 +02:00
X11App.cpp CtrlCore: Cocoa/Win32/X11 application now start with locked Gui mutex 2020-11-24 16:42:31 +00:00
X11Clip.cpp Fixed Unicode__ clipboard issue 2022-04-11 13:05:51 +02:00
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 .autotest 2022-01-21 10:55:03 +01: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