ddnet/src/game/editor
Robert Müller ca56aa0b4a Replace DoButton_Menu with DoButton_Ex
This adds highlighting color when hovering the main menu buttons (File, Tools, Settings), which was previously missing for these buttons. This also reduced duplicate code.

Extract font size for menu buttons into constant `MENU` in new namespace `EditorFontSizes`.
2024-02-18 15:56:19 +01:00
..
mapitems Remove indirect Graphics() access in BrushSelecting() 2024-02-13 16:01:18 +08:00
auto_map.cpp Only include layer_tiles.h in auto_map.cpp 2023-12-27 12:29:25 +01:00
auto_map.h let CAutoMapper inherit CEditorComponent 2023-09-01 18:57:13 +02:00
component.cpp add editor object class 2023-10-07 00:46:47 +02:00
component.h add editor object class 2023-10-07 00:46:47 +02:00
editor.cpp Replace DoButton_Menu with DoButton_Ex 2024-02-18 15:56:19 +01:00
editor.h Replace DoButton_Menu with DoButton_Ex 2024-02-18 15:56:19 +01:00
editor_action.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_actions.cpp Added dialog to fix invalid map settings on load 2024-01-23 20:13:57 +01:00
editor_actions.h Editor: made "Clean up game tiles" undoable 2024-01-23 19:03:53 +01:00
editor_history.cpp Call FlagModified only when property can affect automapper (fixes #7959) 2024-02-10 12:15:28 +01:00
editor_history.h Call FlagModified only when property can affect automapper (fixes #7959) 2024-02-10 12:15:28 +01:00
editor_object.cpp Use CEditorComponent methods instead of only CMapView 2023-12-23 14:45:36 +01:00
editor_object.h Cleanup editor object comments 2024-02-08 15:59:26 +08:00
editor_props.cpp Replace DoButton_ButtonDec/Inc with DoButton_FontIcon/Ex 2024-02-18 12:32:51 +01:00
editor_server_settings.cpp Various fixes to map settings handling 2024-01-23 20:15:30 +01:00
editor_server_settings.h Various fixes to map settings handling 2024-01-23 20:15:30 +01:00
editor_trackers.cpp Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_trackers.h Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_ui.h Replace DoButton_Menu with DoButton_Ex 2024-02-18 15:56:19 +01:00
explanations.cpp Fix missing editor explanation for kill tile in front layer 2024-01-04 17:42:53 +01:00
layer_selector.cpp Move select layer to editor component 2024-02-17 12:06:04 +08:00
layer_selector.h Move select layer to editor component 2024-02-17 12:06:04 +08:00
map_grid.cpp Added plus/minus buttons to numeric value selectors in editor 2024-02-05 19:15:52 +01:00
map_grid.h Improve editor toolbar anim and grid buttons, add dropdowns 2023-12-28 17:43:09 +01:00
map_view.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
map_view.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
mapitems.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
popups.cpp Replace DoButton_ButtonDec/Inc with DoButton_FontIcon/Ex 2024-02-18 12:32:51 +01:00
proof_mode.cpp Add community server filter and icons, remove DDNet and KoG tabs 2023-11-04 15:32:27 +01:00
proof_mode.h Add CProofMode and CMapGrid component 2023-08-25 20:40:27 +02:00
smooth_value.cpp format 2023-08-14 08:53:59 +02:00
smooth_value.h Add CEditorComponent to moduralize editor 2023-08-14 08:36:02 +02:00
tileart.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +01:00