-
-
Notifications
You must be signed in to change notification settings - Fork 705
Window border toggle #2535
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
Open
PanMenel
wants to merge
25
commits into
melonDS-emu:master
Choose a base branch
from
PanMenel:WindowBorderToggle
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Window border toggle #2535
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6f39652
Update InputConfigDialog.h
PanMenel fc2b34d
This should work I guess
PanMenel fcf6a8f
Gówno fix usuwający feature
PanMenel 5dcc694
fix gówno fixa i guess
PanMenel 29a92d3
Epic update, i hope it works XD
PanMenel 1dc324a
fix better buildu
PanMenel e4a2672
fix fixa XD
PanMenel bfb988b
i am so fucking stupid fix
PanMenel 814ad81
Update README.md
PanMenel d03f875
Update README.md
PanMenel baf8bfa
Update README.md
PanMenel 1690b03
Cosmetic changes to ReadMe
PanMenel e37fa68
my stupid ass added button traping users
PanMenel 14805c1
fix because unused code
PanMenel 1a76845
even stupider case for a fix
PanMenel 0c04ac3
more unused code
PanMenel e389058
revert on readme
PanMenel 8bdda09
Reworked EmuInstanceInput.cpp to not touch existing code and made it …
PanMenel f93c230
if function shift to look more clean
PanMenel 3b75b1e
Full Rewrite to fit more into melonds code
PanMenel 9f9bb74
Merge branch 'melonDS-emu:master' into Menubartoggle
PanMenel d35cdbd
Merge branch 'melonDS-emu:master' into Menubartoggle
PanMenel 5de7dac
All changes to convert menubar to windowborder
PanMenel b55c511
just some integrity fixes
PanMenel f56abcd
Merge branch 'melonDS-emu:master' into WindowBorderToggle
PanMenel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,6 +55,7 @@ enum | |
| HK_GuitarGripRed, | ||
| HK_GuitarGripYellow, | ||
| HK_GuitarGripBlue, | ||
| HK_WindowBorderToggle, | ||
| HK_MAX | ||
| }; | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You must have misinterpreted this commit. This one is for windows border, like with minimizing and closing options. You should refer to #2528 which uses code in line with what you are saying. Yeah, I know it is only windows (for now) but it does its job, I could improve it in the future, but there is no need for now. And Sorry for confusion :p
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just changed the title to more resemble what it really does.