ultimatepp/uppsrc/CtrlCore
cxl b9dfcc65be Core: string->integer conversions optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@16000 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-22 07:04:20 +00:00
..
src.tpp Core: string->integer conversions optimised 2021-06-22 07:04:20 +00: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 CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoCode.h CtrlCore: Developing Cocoa 2018-07-21 17:14:40 +00:00
CocoCtrl.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoCtrl.h CtrlCore: Fixed mouse event handling popup related issues in MacOS 2020-09-12 08:14:41 +00:00
CocoDnD.cpp CtrlCore: Cocoa Drag 2018-09-27 09:20:41 +00: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 CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00: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 CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoProc.mm CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoTop.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoTop.h CtrlCore, CtrlLib: Cocoa dock menu support 2019-01-25 18:40:45 +00:00
CocoWin.mm CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CocoWnd.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
Copying uppsrc: 2020->2021 2021-03-19 14:14:08 +00:00
Ctrl.cpp CtrlCore: Ctrl::ClearModifyDeep fix (thanks Didier) 2021-05-15 07:28:52 +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 CtrlCotr: Mouse hold events fixed (thanks Tom) 2021-04-09 07:52:16 +00:00
CtrlCore.iml Context Goto now can jump to images (CtrlImg::Add()) 2014-09-26 06:34:57 +00:00
CtrlCore.t uppsrc: Hungarian translations (thanks warchef) 2020-11-18 12:33:43 +00:00
CtrlCore.upp CtrlCore: Fixed issue with Upp::t_ 2021-03-07 10:16:39 +00:00
CtrlCoreInit.cpp uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER 2016-11-13 09:24:24 +00:00
CtrlDraw.cpp Core: GetSystemMemoryStatus Win32, Linux 2020-06-08 20:38:32 +00:00
CtrlKbd.cpp CtrlCore/CtrlLib: MacOS conditionals fixed to support Turtle 2021-06-15 10:34:04 +00:00
CtrlMouse.cpp CtrlCotr: Mouse hold events fixed (thanks Tom) 2021-04-09 07:52:16 +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 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 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 ide: cosmetics, GridCtrl: Selection refactored to follow spreadsheet model 2020-12-01 13:03:42 +00:00
GdkImage.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
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 Turtle: Fixed to compile 2018-09-23 08:38:24 +00:00
GtkCreate.cpp CtrlCore: Pen events are no more compressed 2021-06-02 08:51:34 +00:00
GtkCtrl.cpp uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkCtrl.h CtrlCore: Pen support in linux 2021-03-26 14:50:12 +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 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 CtrlCore: Fixed performance issue with Font cache in Gtk3 backend 2020-06-13 17:13:27 +00:00
GtkEvent.cpp CtrlCore: Gtk Refresh refactored to avoid excesive calls to Paint 2021-06-03 08:42:24 +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 uppsrc: gtk3 replaces gtk2 as default linux backend 2020-01-10 09:18:10 +00:00
GtkTop.h ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp) 2015-07-08 14:19:16 +00:00
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 OpenBSD support 2020-08-13 15:22:31 +00:00
ImageWin32.cpp CtrlCore: Fixed image printing issue 2020-10-07 13:09:58 +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 issue with Upp::t_ 2021-03-07 10:16:39 +00:00
lay0.h CtrlCore: Fixed issue with Upp::t_ 2021-03-07 10:16:39 +00: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 uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +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 ide: Fixed full screen issue in SlideShow 2020-09-09 11:58:47 +00:00
TopWindow.cpp GridCtrl: WhenPasting (called before paste) 2021-05-24 15:00:35 +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 CtrlCore: Fixed encoding issue with Win32 clipboard text 2021-04-20 12:04:52 +00:00
Win32Ctrl.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Win32Ctrl.h CtrlCore: Win32 GetMouseCursor changed to hopefully support pen better 2021-03-28 11:14:33 +00:00
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 CtrlCore: K_CTRL_SEMICOLON fixed in Win32 2020-12-11 15:13:48 +00:00
Win32Msg.i CtrlCore, Docking: Fixed issue with closing DockCont (Bug #257) 2012-10-07 07:10:55 +00:00
Win32Proc.cpp CtrlCore: GetMouseRight barrel support 2021-04-09 08:23:47 +00:00
Win32Top.h ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp) 2015-07-08 14:19:16 +00:00
Win32Wnd.cpp CtrlCore: Win32 GetMouseCursor changed to hopefully support pen better 2021-03-28 11:14:33 +00:00
X11App.cpp CtrlCore: Cocoa/Win32/X11 application now start with locked Gui mutex 2020-11-24 16:42:31 +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 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 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 ide: bazaar removed, CtrlCore: X11 keycode patch (thanks Oblivion) 2021-02-07 09:25:29 +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 CtrlCore: ViewDraw with Rect parameter in X11 and Gtk3 backends 2020-04-15 16:21:10 +00:00