summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move prefdialog to own directoryPatrick Storz2019-08-311-94/+0
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-9/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+1
| | | | | gtkmm 3.4) (bzr r11261)
* header cleaningAlex Valavanis2012-02-261-7/+7
| | | (bzr r11017)
* r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould2008-04-041-1/+1
| | | | | | | | | | | | | | | New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-011-1/+4
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-011-0/+2
| | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
* (bzr r3637)Ted Gould2007-09-011-2/+14
|
* r16267@tres: ted | 2007-08-16 23:04:38 -0700Ted Gould2007-09-011-2/+9
| | | | | | | Basic functionality. Still doesn't cancel all of the execution environment stuff. But the other parts are working. Good checkin point. (bzr r3636)
* r16003@tres: ted | 2007-07-27 08:51:45 -0700Ted Gould2007-09-011-1/+24
| | | | | | Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633)
* r15556@tres: ted | 2007-06-08 08:57:40 -0700Ted Gould2007-06-271-0/+2
| | | | | Adding some functions for future expansion. (bzr r3134)
* r10985@tres: ted | 2006-02-25 21:56:46 -0800Ted Gould2006-03-291-0/+1
| | | | | Adding in documentation (bzr r349)
* r10949@tres: ted | 2006-02-16 08:33:36 -0800Ted Gould2006-03-291-1/+1
| | | | | Basic help dialog coming up and working. (bzr r339)
* r10923@tres: ted | 2006-02-13 09:47:15 -0800Ted Gould2006-03-291-0/+2
| | | | | Adding in the help dialog basics. (bzr r336)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-2/+5
| | | | | | | Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+44
(bzr r1)