summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-0/+1
| | | (bzr r11309)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+2
| | | (bzr r11304)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
| | | (bzr r11207)
* Header cleaningAlex Valavanis2012-02-251-0/+1
| | | (bzr r11015)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | (bzr r10940)
* documentationKris De Gussem2012-01-171-18/+9
| | | (bzr r10899)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-7/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* 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)
* i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour2010-09-241-10/+10
| | | | | applied properly). (bzr r9781)
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-26/+14
| | | (bzr r9722)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-3/+13
| | | (bzr r7985)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* From trunkTed Gould2008-10-271-64/+51
| | | (bzr r6885)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-211-13/+13
| | | (bzr r6859)
* Reworked swatches context menu slightly to make it more compact and a bit ↵Marcin Floryan2008-02-281-58/+78
| | | | | clearer. Added some strings. (bzr r4899)
* Reducing size of pop-up menu triggerJon A. Cruz2008-02-221-4/+10
| | | (bzr r4819)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-17/+51
| | | (bzr r4800)
* Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan2008-02-201-2/+2
| | | (bzr r4792)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-8/+8
| | | (bzr r4790)
* yet another contextual splitAlexandre Prokoudine2008-02-201-1/+1
| | | (bzr r4788)
* New submenu for tuning swatch appearanceJon A. Cruz2008-02-191-3/+27
| | | (bzr r4773)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-0/+14
| | | (bzr r4765)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-1/+29
| | | | | | | | 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)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-3/+3
| | | (bzr r4150)
* The dialog to panel refactoring:gustav_b2007-11-221-127/+239
| | | | | | | | | | | | | | | | | | * 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)
* give _anchor initial value before comparing itRalf Stephan2006-07-131-0/+1
| | | (bzr r1401)
* Panel refactoringJon A. Cruz2006-05-231-32/+95
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-12/+19
| | | (bzr r940)
* Adding in new icon sizeJon A. Cruz2006-04-091-5/+12
| | | (bzr r462)
* Purge of OptionMenuJon A. Cruz2006-04-091-16/+39
| | | (bzr r460)
* Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz2006-02-191-2/+26
| | | (bzr r159)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-0/+8
| | | (bzr r158)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+248
(bzr r1)