Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add row option #148

Merged
merged 36 commits into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7501a2b
Update to version number
GrylledCheez Jun 6, 2023
803bbb9
added config.rows with default of 2
GrylledCheez Jun 8, 2023
223646c
simplified showPreview
GrylledCheez Jun 8, 2023
cc3bc4a
Merge pull request #134 from Fmstrat/simplify-preview
GrylledCheez Jun 8, 2023
541064d
simplified row math
GrylledCheez Jun 8, 2023
84ab556
added gaps around tiles (#133)
GrylledCheez Jun 8, 2023
e5d3bca
change max row from 1 to config.rows - 1
GrylledCheez Jun 8, 2023
c36f1c4
created colCount
GrylledCheez Jun 9, 2023
754ae9f
added a missing colCount
GrylledCheez Jun 11, 2023
7d7333d
fixes requested by gnome into develop (#139)
GrylledCheez Jun 12, 2023
4be5ef6
cleaner resize-checker (#141)
GrylledCheez Jun 18, 2023
b42d76f
Merge branch 'master' into develop
GrylledCheez Jun 20, 2023
f492227
Update README.md
GrylledCheez Jun 21, 2023
c0883eb
Fixed column math for previews
GrylledCheez Jun 22, 2023
83ca34b
inverted windowMoving guard clause
GrylledCheez Jun 22, 2023
c2dc918
renamed loop variable
GrylledCheez Jun 22, 2023
9cb1bf8
Update prefs.js
GrylledCheez Jun 23, 2023
b8d49e1
mention gaps in metadata.json
GrylledCheez Jun 23, 2023
56dc1b0
update gitignore
GrylledCheez Jun 24, 2023
6800834
standardized _log
GrylledCheez Jun 24, 2023
8d3c31e
Update README.md
GrylledCheez Jun 24, 2023
e6a51b2
update README.md
GrylledCheez Jun 25, 2023
de75bd7
created rowCount
GrylledCheez Jun 26, 2023
6f040c0
added up-shrinking
GrylledCheez Jun 26, 2023
7ede188
added rowCount to showPreview
GrylledCheez Jun 26, 2023
2d73d65
inverted guard clauses
GrylledCheez Jun 26, 2023
a928c41
changed row 1 to rowCount - 1
GrylledCheez Jun 22, 2023
9faecfd
enabled previews for arbitrary rows
GrylledCheez Jun 26, 2023
ac1f4a2
Add row option
GrylledCheez Jun 23, 2023
7ba0565
add ctrl+drag
GrylledCheez Jun 25, 2023
2b5c134
Update README.md
GrylledCheez Jun 25, 2023
ba8e0bd
add shrink down
GrylledCheez Jun 25, 2023
a1d39e4
added up and keep size
GrylledCheez Jun 26, 2023
0bede40
Merge branch 'develop' into add_row_option
GrylledCheez Jun 26, 2023
94ab09b
condensed switch cases
GrylledCheez Jun 26, 2023
44fd517
removed trailing space
GrylledCheez Jun 26, 2023
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ There are a few zones to be aware of
- Right or left center will maximize vertically in a column
- If using 4 columns and double-width is enabled, it will maximize on that half of the screen

- Holding `<CTRL>` while dragging will create a 1x1 anywhere in the grid without needing to be at an edge
- Any other zone along the edge will create a 1x1 tile


# Configuration
### Browser
1. Visit https://extensions.gnome.org/local/
Expand Down
Loading