Matt Baer
708de8f0ae
Bump version to 1.0.1
5年前
Matt Baer
0436c4ae95
Fix deprecated cursor-color property
5年前
Matt Baer
7a12af3c11
Fix font errors and spacing in GTK 3.20+
5年前
Matt Baer
f0d601f98c
Increase default font size to 16px
5年前
Matt Baer
78a23713cf
Don't show errors loading draft
This particularly prevents the initial error all users will see when the
app first loads.
TODO: implement something more elegant.
5年前
Matt Baer
9ba47ba191
Change Travis builds to deb-packaging branch
6年前
Matt Baer
67b6198b5e
Revert "Change ID to com.github.writeas.writeas-gtk"
This reverts commit 4c784b32c8
.
6年前
Matt Baer
c0c8775c3a
Revert "Fix more missing com.github.writeas.writeas-gtk IDs"
This reverts commit c3b0a35a2e
.
6年前
Matt Baer
b81fad066a
Change metadata license to CC0
6年前
Matt Baer
b77c3e3ee7
Remove end "." from summary tag
6年前
Matt Baer
7ed28be37e
Populate content_rating tag
6年前
Matt Baer
2ab2e04a23
Fix appdata.xml
6年前
Matt Baer
c3b0a35a2e
Fix more missing com.github.writeas.writeas-gtk IDs
6年前
Matt Baer
5928c4d845
Move version to 1.0.0 in meson.build
6年前
Matt Baer
4c784b32c8
Change ID to com.github.writeas.writeas-gtk
6年前
Matt Baer
39b2954701
Add .travis.yml
6年前
Matt Baer
4aae0dbf16
Add suggested AppCenter price
6年前
Matt Baer
1b34b41cb6
Bump version to 1.0.0
6年前
Matt Baer
23f0f33e6f
Output app version on startup
6年前
Matt Baer
743b126984
Update app metadata
6年前
Matt Baer
d9972636a7
Prevent opening text files
Opening a text file would overwrite the current draft, so for now we'll
disable this.
6年前
Matt Baer
d19c8aef40
Return Markdown-enabled URL on publish
6年前
Matt Baer
906afa6b3a
Add OARS data
6年前
Matt Baer
d323b465d9
Recommend fonts-lora package
6年前
Matt Baer
fa241e84b2
Tweak metadata descriptions
6年前
Matt Baer
7d842426e4
Update screenshots
6年前
Matt Baer
16f23dbcf9
Use GitHub for issue tracking URL
6年前
Matt Baer
c97f00b5e7
Mention what to do after publishing
6年前
Matt Baer
9cf1301a2c
Improve README
- Mention User Guide
- Mention CLI dependence
- Improve meson install instructions
6年前
Matt Baer
8318eaa2f5
Remove underscores from Save as dialog
6年前
Matt Baer
6e530b33d2
Set User-Agent on the CLI
Requires writeas-cli v1.1
6年前
Matt Baer
047e111258
Add user guide
6年前
Matt Baer
5203186291
Remove ability to open files
6年前
Matt Baer
1dffb66e67
Bump version to 1.0.0-beta
6年前
Matt Baer
fab4fb3060
Update AppData copy and metadata
6年前
Adrian Cochrane
5746cd213c
Optimize test for whether a dark mode is available.
6年前
Adrian Cochrane
0627b94ea2
Have install depend on the CLI (whenever that gets successfully packaged).
6年前
Adrian Cochrane
2b996d5a47
Use Gtk.SourceView over Gtk.TextView to aid writing longer posts.
Right now this mostly just includes (most importantly) undo/redo,
and less importantly smarter deletion and keyboard navigation.
6年前
Adrian Cochrane
b82cbb7214
Return focus to textview after settings change.
6年前
Adrian Cochrane
e948f63fb1
Refactor after removing custom dark mode.
6年前
Adrian Cochrane
409c55897a
Disable darkmode for non-supporting themes rather than define one ourselves.
Because changing the background colour of a textview for some reason
causes text selection not to show. This is a documented issue others
experience.
This code could be refactored a little now, but it works for the
elementary and HighContrast themes.
6年前
Adrian Cochrane
961c8cde87
Guard against spuriously saving blank files.
Because for some reason this would happen seemingly at random before.
No idea why. But I did test that it occurs during save, not read.
And it doesn't appear to happen anymore.
6年前
Adrian Cochrane
e5e4665163
Assign a percentage for padding.
This is manually computed, because GTK is just complaining it doesn't support percentages.
6年前
Adrian Cochrane
8028f4a46e
Fix textview styling.
6年前
Matt Baer
95b324f8d2
Add GPL license
6年前
Matt Baer
4c8916b026
Add links and update README copy
6年前
Matt Baer
58cfdf6045
Change some if/else formatting
6年前
Matt Baer
6818ae240b
Support changing font size
6年前
Matt Baer
0b2d476a75
Document shortcuts
6年前
Matt Baer
1f531032bd
Move post font prefs into [Post] category
6年前