-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add a mechanism so widgetHandler reordering api can be used safely. * Check reordersNeeded on DrawScreen and Update, and manual reorder at MouseMove and MouseRelease. * Hook UpdateWidgetCallInRaw and InsertWidgetRaw methods inside profiler widget instead of the queued methods. * Use EnableWidgetRaw and DisableWidgetRaw inside tests. * Cleaner way to hook PerformReorders for special methods. * Recursive reordering to account for reorderings with further reordering side effects. * widgetHandler:HookReorderPostMethods -> widgetHandler:HookReorderSpecialFuncs and some comments. * Some top level methods need returning several values. * Just wrap two return parameters for all top level callins.
- Loading branch information
Showing
8 changed files
with
165 additions
and
50 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.