-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Implemented "Recent Documents" list, with
the latest documents being inserted in it and their word count. When double-clicked, the document opens in the amStoryWriter. - Changed tables to save memory: Now there is a 'last_session' table and a 'sessions' table. They have different things in them and 'last_session' only has 1 entry, forever. - Fixed bugs in amStoryWriter and amStoryWriterNotebook when selecting tabs in the wxAuiNotebook. - Changed the left pane notebook to be a wxAuiNotebook so it could use a wxAuiSimpleTabArt (the main notebook also uses this art now), because that can be a lot better integrated with the Dark Theme. - Started emulating a page view in the main notebook in amStoryWriterNotebook, with the wxRTC being restricted to a maximum width. - Fixed a bug in the hot-tracking wxDVC when using headers.
- Loading branch information
1 parent
7bdc96f
commit 36a6071
Showing
13 changed files
with
337 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.