Commit Graph

122 Commits

Author SHA1 Message Date
Rainer Kottenhoff
11cc08c3d3 + upd: Scintilla Lib v4.4.5 2020-09-15 21:26:08 +02:00
RaiKoHoff
98f3360d42 + fix: SCICALL attribute 2020-08-18 13:22:44 +02:00
RaiKoHoff
8e5744cdc7 + upd: Scintilla current (v4.4.4 / 2020-08-18) development 2020-08-18 12:24:12 +02:00
Rainer Kottenhoff
71528e3a2f + fix: DPI Awarenes of window positions (default, sticky, ...)
+ chg: Focused View: scroll to current position on each toggle
2020-08-15 19:27:38 +02:00
RaiKoHoff
7c42c84c83 + upd: Scintilla Lib v4.4.4 2020-07-24 13:38:01 +02:00
Rainer Kottenhoff
c71fc18b41 + fix: printing scaling problem related to DPI awareness changes 2020-06-18 17:53:47 +02:00
Rainer Kottenhoff
3ab734aa81 + chg: system MessageBox "save before close" positioning 2020-06-18 16:56:02 +02:00
RaiKoHoff
b0a572d22e + chg: DPI awareness some changes, but no full solution yet 2020-06-16 14:44:30 +02:00
RaiKoHoff
a897f9b8a6 -- intermediate version 2020-06-15 16:06:21 +02:00
Rainer Kottenhoff
d826ccb8bf + fix: DPI scaling for Scintilla surface component (thanx zufuliu) 2020-06-13 09:17:58 +02:00
Rainer Kottenhoff
daa48b1c69 + versin info update 2020-06-12 21:27:16 +02:00
Rainer Kottenhoff
7037c60f4c + upd: Scintilla v443 2020-06-11 20:28:44 +02:00
RaiKoHoff
a920eb27a0 + chg: workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE 2020-06-09 16:11:55 +02:00
Rainer Kottenhoff
bba0bee7d2 + fix: mismatch debug/release x64/Win32 config 2020-06-02 01:02:05 +02:00
Rainer Kottenhoff
42e23dfb66 + chg: font selection/settings reviewed 2020-06-01 19:29:18 +02:00
Rainer Kottenhoff
92789872f8 fix: broken x86 (32-bit) build 2020-05-09 20:36:26 +02:00
RaiKoHoff
962d6ec2da + chg: minor changes for dialog handling on DPI changed 2020-05-08 15:39:16 +02:00
RaiKoHoff
7eb8ab45dd + chg: DPI change handling: About & C-Schemes dialog 2020-05-06 18:15:03 +02:00
Rainer Kottenhoff
c273b87be4 + chg: Hyperlink double-click and MMB-click behavior 2020-05-02 10:29:34 +02:00
RaiKoHoff
6d8edea74b + upd: Scintilla v4.3.3 2020-04-28 16:05:17 +02:00
Rainer Kottenhoff
7cdb3be668 Merge branch 'RC2_DEV' into NewFeatures
# Conflicts:
#	scintilla/win32/PlatWin.cxx
#	scintilla/win32/PlatWin.h
#	scintilla/win32/ScintillaWin.cxx
#	src/Dialogs.c
#	src/Helpers.c
#	src/Helpers.h
#	src/Styles.c
2020-03-21 23:09:09 +01:00
Rainer Kottenhoff
56bbc626c6 + fix: refactoring for Scintilla DLL version 2020-03-21 22:20:23 +01:00
Rainer Kottenhoff
e530db85fd Merge remote-tracking branch 'notepad3_orig_rizone/master' into NewFeatures
# Conflicts:
#	Versions/build.txt
#	res/Notepad3.exe.manifest.conf
#	src/TypeDefs.h
#	src/VersionEx.h
2020-03-21 16:55:11 +01:00
maboroshin
c4d57363cf
Correct to IME Behaver based on Scintilla 4.3.3 (beta) 2020-03-21 13:22:51 +09:00
Rainer Kottenhoff
66a4f7c52d Merge branch 'RC2_DEV' into NewFeatures 2020-03-20 23:48:23 +01:00
Pairi Daiza
5adb0c9c35 Change Rizonesoft Copyright © to year "2020" (thanks to "grepWin") 2020-03-20 18:42:11 +01:00
Rainer Kottenhoff
a34de8dbdd + try fix: AboutBox's RichEdit ctrl for DPI scaling 2020-03-09 18:22:11 +01:00
Rainer Kottenhoff
56a4788ca1 Merge branch 'RC2_DEV' into NewFeatures 2020-03-08 11:38:08 +01:00
Rainer Kottenhoff
b50da74dbd + upd: Scintilla v432 (bugfix: that treated all dropped text as rectangular) 2020-03-08 11:07:30 +01:00
Rainer Kottenhoff
8c25f971dc + minor fixes and optimizations 2020-03-05 18:01:14 +01:00
Rainer Kottenhoff
3da48eece7 + fix: make DPI scaling window pos dependent 2020-03-05 00:04:39 +01:00
RaiKoHoff
5a213b5e7f + fix: Scintilla method declaration 2020-03-02 14:00:34 +01:00
RaiKoHoff
4a7d64fcb1 + upd: Scintilla v431 (RC) 2020-03-02 13:44:06 +01:00
maboroshin
dc0172bcb6
ScintillaWin: IMEJPCancelAction 2020-02-20 01:17:58 +09:00
RaiKoHoff
e0ca0efd14 + dbg: AutoC code 2020-01-27 15:58:15 +01:00
Rainer Kottenhoff
cf35ab6029 +upd: Scintilla version 4.3.0 2020-01-18 13:40:11 +01:00
RaiKoHoff
85d45bac1c + fix: noexcept specifier 2020-01-17 16:50:05 +01:00
RaiKoHoff
665d3b64dd + upd: using Zufuliu's Scintilla win32 Win/Platform code over Scintilla original 2020-01-17 16:09:45 +01:00
RaiKoHoff
40cc8c7f85 + fix: Win7 "procedure entry point SetCoalescableTimer could not be located" issue 2020-01-10 08:33:36 +01:00
RaiKoHoff
862fc9aec4 + upd: Scintilla version 4.2.3 2020-01-08 14:44:28 +01:00
Rainer Kottenhoff
1b1408bddb + upd: Scintilla ver 4.2.1 2019-11-15 10:35:08 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
Rainer Kottenhoff
a9ec10d61a + try: prep "hide menu bar" option 2019-09-18 18:46:17 +02:00
Rainer Kottenhoff
e2f5e07266 + upd: Scintilla current version 2019-08-10 00:53:37 +02:00
Rainer Kottenhoff
421e3c89a2 + chg: no pre-defined font for "Text Files"
+ fix: no context menu after undo/redo history scrolling
2019-07-19 15:15:51 +02:00
Rainer Kottenhoff
94b7266ee0 + fix: code cleanup and version info 2019-07-19 00:16:21 +02:00
stevesmiles
ebda713d63 Update ScintillaWin.cxx 2019-07-18 15:51:54 -04:00
stevesmiles
36d873d78d Update ScintillaWin.cxx 2019-07-18 15:12:34 -04:00
Rainer Kottenhoff
717511d2a4 + upd: Scintilla version v4.2.0 2019-07-09 15:22:34 +02:00