]> git.phdru.name Git - m_librarian.git/history - m_librarian/wx
Feat(wx): Close window with `Ctrl+W`
[m_librarian.git] / m_librarian / wx /
2024-01-05 Oleg BroytmanFeat(wx): Close window with `Ctrl+W`
2024-01-05 Oleg BroytmanRefactor(wx): Do not store attributes we do not need...
2024-01-05 Oleg BroytmanRefactor(wx): Split `MainWindow` to `AWindow`
2024-01-04 Oleg BroytmanFeat(wx/search): Search authors
2024-01-04 Oleg BroytmanFeat(wx/search): Get form values
2024-01-04 Oleg BroytmanFeat(wx/search): Catch Enter and button clicks
2024-01-03 Oleg BroytmanFeat(wx/search): Add "search authors" button
2024-01-03 Oleg BroytmanFeat(wx/search): Add "ignore case" check box
2024-01-03 Oleg BroytmanFeat(wx/search): Add substring search radio buttons
2024-01-03 Oleg BroytmanFeat(wx/search): Add search panel
2024-01-02 Oleg BroytmanMerge branch 'master' into wx
2024-01-02 Oleg BroytmanDocs: Year 2024
2024-01-02 Oleg BroytmanMerge branch 'master' into wx
2023-12-29 Oleg BroytmanStyle(wx): Fix `flake8` warnings
2023-12-29 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-19 Oleg BroytmanFeat(wx): Get initial window size from session config
2023-12-19 Oleg BroytmanFeat(wx): Add `MainWindow.__init__()`
2023-12-19 Oleg BroytmanFeat(wx): Save window size in session config
2023-12-19 Oleg BroytmanFeat(wx): Find session config
2023-12-17 Oleg BroytmanFeat(wx): Add dialig "About"
2023-12-17 Oleg BroytmanFeat(wx): Create main menu bar, add command "Quit"
2023-12-17 Oleg BroytmanFeat(wx): Create main window
2023-12-17 Oleg BroytmanFeat(wx): Create `Application`