Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ GEM
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
Expand Down Expand Up @@ -245,6 +246,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
Expand Down Expand Up @@ -281,8 +284,11 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.2)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
uri (0.13.1)
wdm (0.2.0)
webrick (1.8.2)

PLATFORMS
Expand All @@ -293,6 +299,7 @@ PLATFORMS
arm-linux-gnu
arm-linux-musl
arm64-darwin
x64-mingw-ucrt
x86-linux
x86-linux-gnu
x86-linux-musl
Expand All @@ -307,7 +314,7 @@ DEPENDENCIES
json (~> 2.7)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
wdm (~> 0.2.0)
webrick (~> 1.8)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="navbar-item"><a href="/"><img id="drawpile-navbar-banner" src="{{ "/a
<a class="navbar-item" href="https://drawpile.net/news/">News</a>
<a class="navbar-item" href="https://drawpile.net/about/">About</a>
<a class="navbar-item" href="https://drawpile.net/download/">Download</a>
<a class="navbar-item" href="https://drawpile.net/help/">Help</a>
<a class="navbar-item" href="/help/">Help</a>
<a class="navbar-item" href="https://drawpile.net/communities/">Communities</a>
</div>
<div class="navbar-end">
Expand Down
4 changes: 3 additions & 1 deletion assets/css/bulma.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ table.compat-chart .tip:after {
}

#markdown-toc {
background-color: #fafafa;
background-color: #111316;
border-radius: 4px;
list-style-position: inside;
margin-left: 0;
padding: 1em;
}

.content ul:not(:first-child) {
margin-bottom: 1em;
}
Binary file modified assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 3 additions & 97 deletions help/development/contributing.markdown

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions help/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tag: help
Help articles around Drawpile. For further information, take a look at [the main help page](https://drawpile.net/help/).

{% include help/all.html %}

8 changes: 4 additions & 4 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
layout: drawpile_main
---

* [News](https://drawpile.net/news/)
* [About](https://drawpile.net/about/)
* [Download](https://drawpile.net/download/)
* [News]({{ "/news/" | relative_url }})
* [About]({{ "/about/" | relative_url }})
* [Download]({{ "/download/" | relative_url }})
* [Help]({{ "/help/" | relative_url }})
* [Communities](https://drawpile.net/communities/)
* [Communities]({{ "/communities/" | relative_url }})
* [Development Blog]({{ "/devblog/" | relative_url }})