IDE: High-DPI icons. Issue #32493 Patch by FTurtle
git-svn-id: trunk@55969 -
11
.gitattributes
vendored
@ -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
|
||||
|
||||
@ -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');
|
||||
|
||||
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 522 B |
BIN
images/actions/laz_open_150.png
Normal file
|
After Width: | Height: | Size: 780 B |
BIN
images/actions/laz_open_200.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
images/actions/laz_open_recent.png
Normal file
|
After Width: | Height: | Size: 607 B |
BIN
images/actions/laz_open_recent_150.png
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
images/actions/laz_open_recent_200.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
images/actions/laz_open_unit.png
Normal file
|
After Width: | Height: | Size: 726 B |
BIN
images/actions/laz_open_unit_150.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
images/actions/laz_open_unit_200.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 686 B |
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 557 B |
BIN
images/menu/menu_search_openfile_atcursor_150.png
Normal file
|
After Width: | Height: | Size: 824 B |
BIN
images/menu/menu_search_openfile_atcursor_200.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |