Skip to content

Commit

Permalink
fullscreen is fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Mar 6, 2025
1 parent fb4a27c commit 57c13a6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/hub/docs/folder/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ mkdir -p "${GIMP_PREFIX}/build/$BUILD_FORK/_build"
cd "${GIMP_PREFIX}/build/$BUILD_FORK/_build"

# Run Meson setup and build commands
meson setup .. -Dprefix="${GIMP_PREFIX}" --buildtype="release"
meson setup .. -Dprefix="${GIMP_PREFIX}" --buildtype="debugoptimized"
ninja
ninja install

Expand Down
17 changes: 17 additions & 0 deletions content/hub/feature-test/folder/Fullscreen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
type: docs
---

# Objective

Make Fullscreen mode one UI step.

## Design Revisions

| **Revision** | **Current Design** | **Issues** | **Changes** |
|--------------------------|------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
| **1. Fullscreen is Fullscreen** | Fullscreen mode shows Docks | User has to use two shortcuts to enter Fullscreen mode | Also Hide or Show docks when toggling Fullscreen |

### **Benefits**

- No more annoying two step Fullscreen mode, feels like a bug fix rather than a feature. No information on why it was a two step process has been forthcoming.
6 changes: 2 additions & 4 deletions content/hub/guides/folder/Building-a-Debug-Version.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ To debug issues with GIMP, it's often necessary to build debug versions of the u

There is a switch to set when we build these libraries and GIMP that allow the
debugging to take place. We build debug versions, using the same method as described
[here](https://script-fu.github.io/artbox/hub/docs/folder/Installation/#build-artbox-babl-and-gegl), except that `build_type="release"` is set to `build_type="debug"`. Build all
three with the debug option set before continuing.

Also, keep in mind that you'll need to rebuild the libraries with the build_type set to "release" when you're finished debugging, in order to get the best performance out of GIMP.
[here](https://script-fu.github.io/artbox/hub/docs/folder/Installation/#build-artbox-babl-and-gegl), except that `build_type` is set to `build_type="debug"`. Build all three with the debug option set before continuing.

Also, keep in mind that you'll need to rebuild with the build_type set to "debugoptimized" when you're finished debugging, in order to get the best performance out of GIMP.

## Launch an App under GDB

Expand Down

0 comments on commit 57c13a6

Please sign in to comment.