serenity/Userland/Applications/FontEditor
thankyouverycool 298a6b9937 LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
When calling set_selected_index() on ComboBox, allow its on_change
callback to be disabled. Fixes FontEditor window state erroneously
switching to modified when initializing between different slopes
and weights.
2021-11-30 10:51:51 +01:00
..
.gitignore
CMakeLists.txt FontEditor: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
FontEditor.cpp LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled 2021-11-30 10:51:51 +01:00
FontEditor.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
FontEditorWindow.gml FontEditor: Convert mode and transform buttons into toolbar actions 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphMapWidget.cpp FontEditor: Remove superfluous 'this' pointers 2021-11-30 10:51:51 +01:00
GlyphMapWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
main.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
NewFontDialog.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
NewFontDialog.h FontEditor: Remove unused Vector<String> 2021-11-30 10:51:51 +01:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
UndoGlyph.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00