SynEdit Gutter Images: resolution at 300% / Issue #33949
git-svn-id: trunk@58488 -
10
.gitattributes
vendored
@ -7633,12 +7633,15 @@ images/debugger/debugger_call_stack_200.png -text
|
||||
images/debugger/debugger_current_line.png -text
|
||||
images/debugger/debugger_current_line_150.png -text
|
||||
images/debugger/debugger_current_line_200.png -text
|
||||
images/debugger/debugger_current_line_300.png -text
|
||||
images/debugger/debugger_current_line_breakpoint.png -text
|
||||
images/debugger/debugger_current_line_breakpoint_150.png -text
|
||||
images/debugger/debugger_current_line_breakpoint_200.png -text
|
||||
images/debugger/debugger_current_line_breakpoint_300.png -text
|
||||
images/debugger/debugger_current_line_disabled_breakpoint.png -text svneol=unset#image/png
|
||||
images/debugger/debugger_current_line_disabled_breakpoint_150.png -text
|
||||
images/debugger/debugger_current_line_disabled_breakpoint_200.png -text
|
||||
images/debugger/debugger_current_line_disabled_breakpoint_300.png -text
|
||||
images/debugger/debugger_disable.png -text svneol=unset#images/png
|
||||
images/debugger/debugger_disable_all.png -text svneol=unset#images/png
|
||||
images/debugger/debugger_enable.png -text svneol=unset#images/png
|
||||
@ -8163,26 +8166,33 @@ images/powered_by.png -text svneol=unset#image/png
|
||||
images/sourceeditor/ActiveBreakPoint.png -text
|
||||
images/sourceeditor/ActiveBreakPoint_150.png -text
|
||||
images/sourceeditor/ActiveBreakPoint_200.png -text
|
||||
images/sourceeditor/ActiveBreakPoint_300.png -text
|
||||
images/sourceeditor/InactiveBreakPoint.png -text
|
||||
images/sourceeditor/InactiveBreakPoint_150.png -text
|
||||
images/sourceeditor/InactiveBreakPoint_200.png -text
|
||||
images/sourceeditor/InactiveBreakPoint_300.png -text
|
||||
images/sourceeditor/InvalidBreakPoint.png -text
|
||||
images/sourceeditor/InvalidBreakPoint_150.png -text
|
||||
images/sourceeditor/InvalidBreakPoint_200.png -text
|
||||
images/sourceeditor/InvalidBreakPoint_300.png -text
|
||||
images/sourceeditor/InvalidDisabledBreakPoint.png -text svneol=unset#image/png
|
||||
images/sourceeditor/InvalidDisabledBreakPoint_150.png -text
|
||||
images/sourceeditor/InvalidDisabledBreakPoint_200.png -text
|
||||
images/sourceeditor/InvalidDisabledBreakPoint_300.png -text
|
||||
images/sourceeditor/MultiBreakPoint.png -text
|
||||
images/sourceeditor/PendingBreakPoint.png -text
|
||||
images/sourceeditor/PendingBreakPoint_150.png -text
|
||||
images/sourceeditor/PendingBreakPoint_200.png -text
|
||||
images/sourceeditor/PendingBreakPoint_300.png -text
|
||||
images/sourceeditor/Record.png -text
|
||||
images/sourceeditor/UnknownBreakPoint.png -text
|
||||
images/sourceeditor/UnknownBreakPoint_150.png -text
|
||||
images/sourceeditor/UnknownBreakPoint_200.png -text
|
||||
images/sourceeditor/UnknownBreakPoint_300.png -text
|
||||
images/sourceeditor/UnknownDisabledBreakPoint.png -text svneol=unset#image/png
|
||||
images/sourceeditor/UnknownDisabledBreakPoint_150.png -text
|
||||
images/sourceeditor/UnknownDisabledBreakPoint_200.png -text
|
||||
images/sourceeditor/UnknownDisabledBreakPoint_300.png -text
|
||||
images/sourceeditor/bookmark0.png -text
|
||||
images/sourceeditor/bookmark0_150.png -text
|
||||
images/sourceeditor/bookmark0_200.png -text
|
||||
|
@ -554,7 +554,7 @@ begin
|
||||
FImgList:=TLCLGlyphs.Create(Self);
|
||||
FImgList.Width := 11;
|
||||
FImgList.Height := 11;
|
||||
FImgList.RegisterResolutions([11, 16, 22], [100, 150, 200]);
|
||||
FImgList.RegisterResolutions([11, 16, 22, 33], [100, 150, 200, 300]);
|
||||
|
||||
// synedit expects the first 10 icons for the bookmarks
|
||||
for i := 0 to 9 do
|
||||
|
@ -1,6 +1,7 @@
|
||||
sourceeditor/ActiveBreakPoint.png
|
||||
sourceeditor/ActiveBreakPoint_150.png
|
||||
sourceeditor/ActiveBreakPoint_200.png
|
||||
sourceeditor/ActiveBreakPoint_300.png
|
||||
sourceeditor/bookmark0.png
|
||||
sourceeditor/bookmark0_150.png
|
||||
sourceeditor/bookmark0_200.png
|
||||
@ -34,12 +35,15 @@ sourceeditor/bookmark9_200.png
|
||||
sourceeditor/InactiveBreakPoint.png
|
||||
sourceeditor/InactiveBreakPoint_150.png
|
||||
sourceeditor/InactiveBreakPoint_200.png
|
||||
sourceeditor/InactiveBreakPoint_300.png
|
||||
sourceeditor/InvalidBreakPoint.png
|
||||
sourceeditor/InvalidBreakPoint_150.png
|
||||
sourceeditor/InvalidBreakPoint_200.png
|
||||
sourceeditor/InvalidBreakPoint_300.png
|
||||
sourceeditor/InvalidDisabledBreakPoint.png
|
||||
sourceeditor/InvalidDisabledBreakPoint_150.png
|
||||
sourceeditor/InvalidDisabledBreakPoint_200.png
|
||||
sourceeditor/InvalidDisabledBreakPoint_300.png
|
||||
sourceeditor/MultiBreakPoint.png
|
||||
sourceeditor/Record.png
|
||||
sourceeditor/state11x11_error.png
|
||||
@ -53,9 +57,12 @@ sourceeditor/tsynsyncroedit.png
|
||||
sourceeditor/PendingBreakPoint.png
|
||||
sourceeditor/PendingBreakPoint_150.png
|
||||
sourceeditor/PendingBreakPoint_200.png
|
||||
sourceeditor/PendingBreakPoint_300.png
|
||||
sourceeditor/UnknownBreakPoint.png
|
||||
sourceeditor/UnknownBreakPoint_150.png
|
||||
sourceeditor/UnknownBreakPoint_200.png
|
||||
sourceeditor/UnknownBreakPoint_300.png
|
||||
sourceeditor/UnknownDisabledBreakPoint.png
|
||||
sourceeditor/UnknownDisabledBreakPoint_150.png
|
||||
sourceeditor/UnknownDisabledBreakPoint_200.png
|
||||
sourceeditor/UnknownDisabledBreakPoint_200.png
|
||||
sourceeditor/UnknownDisabledBreakPoint_300.png
|
BIN
images/debugger/debugger_current_line_300.png
Normal file
After Width: | Height: | Size: 803 B |
BIN
images/debugger/debugger_current_line_breakpoint_300.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.0 KiB |
@ -164,12 +164,15 @@ debugger/debugger_call_stack_200.png
|
||||
debugger/debugger_current_line.png
|
||||
debugger/debugger_current_line_150.png
|
||||
debugger/debugger_current_line_200.png
|
||||
debugger/debugger_current_line_300.png
|
||||
debugger/debugger_current_line_breakpoint.png
|
||||
debugger/debugger_current_line_breakpoint_150.png
|
||||
debugger/debugger_current_line_breakpoint_200.png
|
||||
debugger/debugger_current_line_breakpoint_300.png
|
||||
debugger/debugger_current_line_disabled_breakpoint.png
|
||||
debugger/debugger_current_line_disabled_breakpoint_150.png
|
||||
debugger/debugger_current_line_disabled_breakpoint_200.png
|
||||
debugger/debugger_current_line_disabled_breakpoint_300.png
|
||||
debugger/debugger_disable.png
|
||||
debugger/debugger_disable_all.png
|
||||
debugger/debugger_enable.png
|
||||
|
BIN
images/sourceeditor/ActiveBreakPoint_300.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
images/sourceeditor/InactiveBreakPoint_300.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
images/sourceeditor/InvalidBreakPoint_300.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
images/sourceeditor/InvalidDisabledBreakPoint_300.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
images/sourceeditor/PendingBreakPoint_300.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
images/sourceeditor/UnknownBreakPoint_300.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
images/sourceeditor/UnknownDisabledBreakPoint_300.png
Normal file
After Width: | Height: | Size: 2.1 KiB |