85 Commits

Author SHA256 Message Date
501a3cf574 Accepting request 1335869 from editors
OBS-URL: https://build.opensuse.org/request/show/1335869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=52
2026-03-03 14:30:50 +00:00
ca0489d5d2 Update to version 5.6.0
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=30
2026-03-02 16:23:07 +00:00
a6ec03d88a Accepting request 1329030 from editors
OBS-URL: https://build.opensuse.org/request/show/1329030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=51
2026-01-26 10:04:55 +00:00
87de1ef26e Accepting request 1328939 from home:badshah400:branches:editors
Update to version 5.5.8.

OBS-URL: https://build.opensuse.org/request/show/1328939
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=29
2026-01-25 02:50:44 +00:00
98364be04b Accepting request 1288175 from editors
OBS-URL: https://build.opensuse.org/request/show/1288175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=50
2025-06-24 18:49:59 +00:00
bee9c77754 Accepting request 1288164 from home:amanzini:branches:editors
- Update to version 5.5.7:
  * Add SCI_SCROLLVERTICAL method to restore view position and maintain it 
    while performing line wrapping.
  * Add SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY
    which controls whether undo and redo restore vertical scroll position.
  * Tweak SC_MARK_BAR to be slightly wider by using next higher whole pixel
    instead of next lower for margin width / 3.
  * Scale images in autocompletion lists with SCI_AUTOCSETIMAGESCALE to match
    high DPI screens. Initially only on GTK and Qt.
  * Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
  * Fix crash during painting when scroll bars changed. Bug #2481.
  * On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to 
    fix bug where scroll position not restored in non-wrap mode. Bug #2416.
  * On GTK, fix IME problem when tentative composition interfered with delete
    surrounding. Feature #1476.
  * On GTK, update IME cursor position inside retrieve surrounding to better
    position candidate window. Feature #1488.

OBS-URL: https://build.opensuse.org/request/show/1288164
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=28
2025-06-24 07:38:15 +00:00
2987160eaf Accepting request 1272167 from editors
OBS-URL: https://build.opensuse.org/request/show/1272167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=49
2025-04-23 16:39:58 +00:00
059db2bdd2 Accepting request 1272052 from home:badshah400:branches:editors
Update to version 5.5.6

OBS-URL: https://build.opensuse.org/request/show/1272052
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=27
2025-04-23 12:01:52 +00:00
52119f3b07 Accepting request 1253388 from editors
OBS-URL: https://build.opensuse.org/request/show/1253388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=48
2025-03-16 17:58:56 +00:00
b012056051 Accepting request 1253319 from home:amanzini:branches:editors
- Update to version 5.5.5:
  * Remember selection with undo and redo. Controlled with 
    SCI_SETUNDOSELECTIONHISTORY. Feature #1273, Bug #1479, Bug #1224.
  * Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED
    and SCI_SETSELECTIONSERIALIZED.
  * Fix segmentation of long lexemes to avoid breaking before modifiers like 
    accents that must be drawn with their base letters. For wrapping, try to
    break lines without separating letters from modifiers.
  * Fix bug on Qt where double-click stopped working when Scintilla instance
    had been running for weeks.

OBS-URL: https://build.opensuse.org/request/show/1253319
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=26
2025-03-15 17:03:10 +00:00
be624119e3 Accepting request 1233049 from editors
OBS-URL: https://build.opensuse.org/request/show/1233049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=47
2024-12-23 15:49:15 +00:00
ecf9386d74 Accepting request 1232934 from home:badshah400:branches:editors
Update to version 5.5.4

OBS-URL: https://build.opensuse.org/request/show/1232934
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=25
2024-12-22 16:21:24 +00:00
e8e084d901 Accepting request 1221767 from editors
OBS-URL: https://build.opensuse.org/request/show/1221767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=46
2024-11-07 15:26:15 +00:00
d09c6f3f49 Accepting request 1220091 from home:amanzini:branches:editors
- Update to version 5.5.3:
  * On Win32 change direction of horizontal mouse wheel and touchpad scrolling 
    to match other applications. Bug #2449.
- Update to version 5.5.2:
  * Add SCI_SETCOPYSEPARATOR for separator between parts of a multiple 
    selection when copied to the clipboard. Feature #1530.
  * Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and
    its nesting depth.
  * Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
  * Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524.
  * Fix bug on Cocoa where double-click stopped working when system had been
    running for a long time.
  * On Cocoa implement more values of font weight and stretch.

OBS-URL: https://build.opensuse.org/request/show/1220091
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=24
2024-11-06 14:18:00 +00:00
92e72b1490 Accepting request 1191726 from editors
OBS-URL: https://build.opensuse.org/request/show/1191726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=45
2024-08-05 15:24:16 +00:00
bf428dffa6 Accepting request 1191075 from home:badshah400:branches:editors
Update to version 5.5.1

OBS-URL: https://build.opensuse.org/request/show/1191075
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=23
2024-08-05 14:42:25 +00:00
22a4ec4e30 Accepting request 1172441 from editors
OBS-URL: https://build.opensuse.org/request/show/1172441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=44
2024-05-07 16:05:02 +00:00
3f8732ebc1 Accepting request 1171768 from home:amanzini:branches:editors
- Update to version 5.5.0:
  * Add elements for inactive additional selections SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT 
    and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK. When not set these default to 
    SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. Bug #2417.
  * Scale reverse arrow cursor for margins to match other cursors when user changes pointer size. Bug #2321.

OBS-URL: https://build.opensuse.org/request/show/1171768
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=22
2024-05-07 13:04:07 +00:00
7d8cce9534 Accepting request 1158065 from editors
OBS-URL: https://build.opensuse.org/request/show/1158065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=43
2024-03-15 19:30:33 +00:00
3be9559756 Accepting request 1158045 from home:badshah400:branches:editors
Update to version 5.4.3.

OBS-URL: https://build.opensuse.org/request/show/1158045
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=21
2024-03-14 17:20:51 +00:00
75bc0118e8 Accepting request 1135584 from editors
OBS-URL: https://build.opensuse.org/request/show/1135584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=42
2024-01-03 11:23:44 +00:00
0b946327f4 Accepting request 1135520 from home:badshah400:branches:editors
Update to version 5.4.1.

OBS-URL: https://build.opensuse.org/request/show/1135520
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=20
2023-12-29 08:12:38 +00:00
e465379863 Accepting request 1128170 from editors
OBS-URL: https://build.opensuse.org/request/show/1128170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=41
2023-11-23 20:41:07 +00:00
cab77db901 Accepting request 1128119 from home:badshah400:branches:editors
- Update to version 5.4.0.
- Add specfile tag to Patch0.
- Drop scintilla-add-missing-includes.patch: upstreamed.

OBS-URL: https://build.opensuse.org/request/show/1128119
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=19
2023-11-22 16:19:38 +00:00
c28c0e1601 Accepting request 1114864 from editors
OBS-URL: https://build.opensuse.org/request/show/1114864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=40
2023-10-04 20:31:11 +00:00
4be66c3c4f Accepting request 1114639 from home:badshah400:branches:editors
Update to version 5.3.7

OBS-URL: https://build.opensuse.org/request/show/1114639
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=18
2023-10-02 17:40:18 +00:00
c0c5335592 Accepting request 1102213 from editors
OBS-URL: https://build.opensuse.org/request/show/1102213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=39
2023-08-04 13:03:22 +00:00
596106912f Accepting request 1102072 from home:badshah400:branches:editors
Update to version 5.3.6

OBS-URL: https://build.opensuse.org/request/show/1102072
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=17
2023-08-03 17:20:08 +00:00
3d23b1c375 Accepting request 1092077 from editors
OBS-URL: https://build.opensuse.org/request/show/1092077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=38
2023-06-11 17:55:45 +00:00
4230fc323a Accepting request 1092038 from home:badshah400:branches:editors
Update to version 5.3.5

OBS-URL: https://build.opensuse.org/request/show/1092038
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=16
2023-06-11 07:59:10 +00:00
677d475737 Accepting request 1079615 from editors
OBS-URL: https://build.opensuse.org/request/show/1079615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=37
2023-04-15 20:34:22 +00:00
c315ea22a1 Accepting request 1079601 from home:iznogood:branches:editors
New upstream release + patch to help scite to build

OBS-URL: https://build.opensuse.org/request/show/1079601
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=15
2023-04-15 17:21:23 +00:00
7264687b6e Accepting request 1065896 from editors
OBS-URL: https://build.opensuse.org/request/show/1065896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=36
2023-02-15 12:41:10 +00:00
3797d8f8df Accepting request 1065743 from home:badshah400:branches:editors
Update to version 5.3.3:

OBS-URL: https://build.opensuse.org/request/show/1065743
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=14
2023-02-15 08:51:29 +00:00
ae0d01a29f Accepting request 1045462 from editors
OBS-URL: https://build.opensuse.org/request/show/1045462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=35
2022-12-27 10:55:01 +00:00
e798747d13 Accepting request 1045404 from home:badshah400:branches:editors
- Update to version 5.3.2.
- Minor refreshing of scintilla-shared.patch to apply cleanly.

OBS-URL: https://build.opensuse.org/request/show/1045404
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=13
2022-12-27 08:59:43 +00:00
0f734231c8 Accepting request 1032648 from editors
OBS-URL: https://build.opensuse.org/request/show/1032648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=34
2022-11-01 12:43:37 +00:00
60ca5d29cf Accepting request 1032453 from home:badshah400:branches:editors
Update to 531

OBS-URL: https://build.opensuse.org/request/show/1032453
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=12
2022-11-01 08:29:17 +00:00
25a9ced8a8 Accepting request 1002349 from editors
OBS-URL: https://build.opensuse.org/request/show/1002349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=33
2022-09-10 18:17:17 +00:00
fe200e5a52 Accepting request 1002317 from home:badshah400:branches:editors
- Update to version 5.3.0.
- Update so versions to match upstream's.

OBS-URL: https://build.opensuse.org/request/show/1002317
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=11
2022-09-09 16:34:12 +00:00
c64bc5df05 Accepting request 988810 from editors
OBS-URL: https://build.opensuse.org/request/show/988810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=32
2022-07-13 11:45:31 +00:00
75e2f57b03 Accepting request 988800 from home:badshah400:branches:editors
Update to version 5.2.4

OBS-URL: https://build.opensuse.org/request/show/988800
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=10
2022-07-13 03:50:33 +00:00
8c3a59f4ed Accepting request 984423 from editors
OBS-URL: https://build.opensuse.org/request/show/984423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=31
2022-06-23 08:24:18 +00:00
4c52a844c2 Accepting request 984282 from home:badshah400:branches:editors
- Update to version 5.2.3:

OBS-URL: https://build.opensuse.org/request/show/984282
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=9
2022-06-22 09:28:36 +00:00
d9ca2bb2e0 Accepting request 974317 from editors
OBS-URL: https://build.opensuse.org/request/show/974317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=30
2022-05-02 14:25:46 +00:00
51cca52de3 Accepting request 974240 from home:badshah400:branches:editors
Update to version 5.2.2.

OBS-URL: https://build.opensuse.org/request/show/974240
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=8
2022-05-02 07:36:04 +00:00
ebce9e379e Accepting request 958213 from editors
OBS-URL: https://build.opensuse.org/request/show/958213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=29
2022-03-01 16:03:36 +00:00
bd4d4ee712 Accepting request 957450 from home:badshah400:branches:editors
Update to v 5.2.1

OBS-URL: https://build.opensuse.org/request/show/957450
OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=7
2022-03-01 08:13:23 +00:00
804a37043c Accepting request 955607 from editors
Update to version 5.2.0

OBS-URL: https://build.opensuse.org/request/show/955607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scintilla?expand=0&rev=28
2022-02-17 22:40:21 +00:00
8598a52626 OBS-URL: https://build.opensuse.org/package/show/editors/scintilla?expand=0&rev=6 2022-02-17 10:42:30 +00:00