Age | Commit message (Collapse) | Author |
|
This solves the issue where the parent dialog is closed and then
the child dialog is used.
This is however only a partial fix:
- Many other dialogs throughout the codebase do not currently have
parent windows and need to be refactored.
- Not all window managers respect modal so users can still trigger
bugs. We can be more defensive against this but it requires more
refactoring.
Closes #2686
|
|
Closes #2045
|
|
These were removed a while ago
|
|
This moves the find_font function to the front ends since it depends on
pango and cairo
|
|
|
|
- Fixes #314
- Adds file extensions to sound and image browsing
- Some options no longer default to our config dir
- Always add a shortcut to our config dir
- Remove broken 'last_dir' functionality, gtk already knows recent
|
|
|
|
|
|
I have no clue what to put here so I'll just use what the About dialog
provides (unless specified otherwise in the file)
|
|
This change implements generic routine gtkutil_destroy_on_esc ()
and adds invocations of it in the requisite window-handling places.
|
|
for loading plugins
|
|
|