IDE: High-DPI icons. Issue #32493 Patch by FTurtle

git-svn-id: trunk@55969 -
This commit is contained in:
michl 2017-10-03 19:06:55 +00:00
parent 48558bcd40
commit a21c5e4fed
18 changed files with 34 additions and 4 deletions

11
.gitattributes vendored
View File

@ -6738,7 +6738,14 @@ images/actions/laz_edit.png -text svneol=unset#image/png
images/actions/laz_export.png -text svneol=unset#image/png
images/actions/laz_highlighter.png -text svneol=unset#image/png
images/actions/laz_open.png -text svneol=unset#image/png
images/actions/laz_openunit.png -text
images/actions/laz_open_150.png -text
images/actions/laz_open_200.png -text
images/actions/laz_open_recent.png -text
images/actions/laz_open_recent_150.png -text
images/actions/laz_open_recent_200.png -text
images/actions/laz_open_unit.png -text
images/actions/laz_open_unit_150.png -text
images/actions/laz_open_unit_200.png -text
images/actions/laz_refresh.png -text svneol=unset#image/png
images/actions/laz_save.png -text svneol=unset#image/png
images/actions/laz_save_150.png -text
@ -7515,6 +7522,8 @@ images/menu/menu_search_next_bookmark.png -text
images/menu/menu_search_next_bookmark_150.png -text
images/menu/menu_search_next_bookmark_200.png -text
images/menu/menu_search_openfile_atcursor.png -text svneol=unset#image/png
images/menu/menu_search_openfile_atcursor_150.png -text
images/menu/menu_search_openfile_atcursor_200.png -text
images/menu/menu_search_previous_bookmark.png -text
images/menu/menu_search_previous_bookmark_150.png -text
images/menu/menu_search_previous_bookmark_200.png -text

View File

@ -999,8 +999,8 @@ begin
ParentMI:=itmFileOpenSave;
CreateMenuItem(ParentMI, itmFileOpen, 'itmFileOpen', lisMenuOpen, 'laz_open');
CreateMenuItem(ParentMI,itmFileRevert,'itmFileRevert',lisMenuRevert, 'menu_file_revert');
CreateMenuItem(ParentMI, itmFileOpenUnit, 'itmFileOpenUnit', lisMenuOpenUnit, 'laz_openunit');
CreateMenuSubSection(ParentMI,itmFileRecentOpen,'itmFileRecentOpen',lisMenuOpenRecent);
CreateMenuItem(ParentMI, itmFileOpenUnit, 'itmFileOpenUnit', lisMenuOpenUnit, 'laz_open_unit');
CreateMenuSubSection(ParentMI,itmFileRecentOpen,'itmFileRecentOpen',lisMenuOpenRecent, 'laz_open_recent');
CreateMenuItem(ParentMI,itmFileSave,'itmFileSave',lisMenuSave,'laz_save');
CreateMenuItem(ParentMI,itmFileSaveAs,'itmFileSaveAs',lisMenuSaveAs,'menu_saveas');
CreateMenuItem(ParentMI,itmFileSaveAll,'itmFileSaveAll',lisSaveAll,'menu_save_all');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

View File

@ -40,6 +40,15 @@ arrow__darkred_up_200.png
autocomplete.png
autocomplete_150.png
autocomplete_200.png
laz_open.png
laz_open_150.png
laz_open_200.png
laz_open_recent.png
laz_open_recent_150.png
laz_open_recent_200.png
laz_open_unit.png
laz_open_unit_150.png
laz_open_unit_200.png
laz_save.png
laz_save_150.png
laz_save_200.png
@ -256,6 +265,9 @@ menu_search_jumpforward_200.png
menu_search_next_bookmark.png
menu_search_next_bookmark_150.png
menu_search_next_bookmark_200.png
menu_search_openfile_atcursor.png
menu_search_openfile_atcursor_150.png
menu_search_openfile_atcursor_200.png
menu_search_previous_bookmark.png
menu_search_previous_bookmark_150.png
menu_search_previous_bookmark_200.png

Binary file not shown.

View File

@ -54,7 +54,14 @@ actions/laz_edit.png
actions/laz_export.png
actions/laz_highlighter.png
actions/laz_open.png
actions/laz_openunit.png
actions/laz_open_150.png
actions/laz_open_200.png
actions/laz_open_recent.png
actions/laz_open_recent_150.png
actions/laz_open_recent_200.png
actions/laz_open_unit.png
actions/laz_open_unit_150.png
actions/laz_open_unit_200.png
actions/laz_refresh.png
actions/laz_save.png
actions/laz_save_150.png
@ -435,6 +442,8 @@ menu/menu_search_next_bookmark.png
menu/menu_search_next_bookmark_150.png
menu/menu_search_next_bookmark_200.png
menu/menu_search_openfile_atcursor.png
menu/menu_search_openfile_atcursor_150.png
menu/menu_search_openfile_atcursor_200.png
menu/menu_search_previous_bookmark.png
menu/menu_search_previous_bookmark_150.png
menu/menu_search_previous_bookmark_200.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB