summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | 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-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* panel: Cleanup codeStefano Facchini2018-01-171-7/+2
| | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-32/+2
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-12/+1
|
* panel: remove the "apply_label" APIStefano Facchini2018-01-161-3/+1
| | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Add some comment. Comment out unused signals.Tavmjong Bah2017-02-281-0/+1
| | | (bzr r15554)
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15366)
* Fix a few Gtkmm deprecationsAlex Valavanis2016-12-261-2/+2
| | | (bzr r15357)
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-17/+1
| | | (bzr r15023.2.6)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-0/+4
| | | | | And some minor cleanup. (bzr r14871)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Update to experimental r13598Liam P. White2014-10-081-0/+2
|\ | | | | (bzr r13341.5.17)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-6/+6
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-5/+4
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* 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)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+4
| | | (bzr r11960)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+12
| | | (bzr r11959)
* Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-301-3/+3
| | | (bzr r11716)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+1
| | | (bzr r11230)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-3/+3
| | | (bzr r11207)
* Header cleaningAlex Valavanis2012-02-251-10/+20
| | | (bzr r11015)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+8
| | | (bzr r10940)
* documentationKris De Gussem2012-01-171-8/+30
| | | (bzr r10899)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-11/+1
| | | (bzr r10827)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+0
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+5
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8407)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-2/+4
| | | (bzr r4765)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-0/+13
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* The dialog to panel refactoring:gustav_b2007-11-221-32/+75
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Panel refactoringJon A. Cruz2006-05-231-2/+5
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-2/+3
| | | (bzr r940)
* Purge of OptionMenuJon A. Cruz2006-04-091-2/+7
| | | (bzr r460)
* Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz2006-02-191-0/+3
| | | (bzr r159)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-0/+3
| | | (bzr r158)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+80
(bzr r1)