f1e32666f05d02e93035eb90a7ea273c6d2639dc |
|
02-Oct-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Fix for Bug #1049440 (Crash in Object Properties if label is empty string (regression, trunk)) |
b6b6fb614b494412013ec0cde6f9cd147e8207f3 |
|
15-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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. |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
5192adf272fe17670fa94f6aa15f348b132f98e3 |
|
27-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Correct desktop tracking for layers dialog. Fixes bug #427514. |
a767b323d0447407045ed6ca309f373b1c3eab52 |
|
04-Feb-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix access to removed elements of a map in document-subset.cpp |
3f4648e535d6fb8388685ff9dd7e1ab111977607 |
|
21-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash: connections were not disconnected on destruction |
40e40a37efaa1e71332d33d2c85cc017595d6285 |
|
01-Apr-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
suppress warning when closing second document |
9c0a44bb47b022c4cdb319d697ccd5a42d3253dd |
|
21-Jul-2006 |
mental <mental@users.sourceforge.net> |
switch to sigc++ signal for "release" |
33e65aa0bff5323a2f8473f4a7f7a74a97ebf5d6 |
|
16-May-2006 |
joncruz <joncruz@users.sourceforge.net> |
Corrected ordering of children in subset |
0832343fd7f087d3b718bc86f2cf74014e56b582 |
|
14-May-2006 |
joncruz <joncruz@users.sourceforge.net> |
Corrected base structure and avoiding infinite loop. |
8f9fc892f53e932a79afe15bd7039b5578983cb2 |
|
08-May-2006 |
joncruz <joncruz@users.sourceforge.net> |
Fixed a couple of bugs |
8dd159d21f0c89ac2a828814284967fc631ab571 |
|
06-Mar-2006 |
mental <mental@users.sourceforge.net> |
add DocumentSubset::_clear |
f3823063dfabb21265f42696bacbc66c3ffae606 |
|
06-Mar-2006 |
mental <mental@users.sourceforge.net> |
remove unneeded document parameter from constructor |
995ef36b2f4a73356bc05e380e05f1a66c8b2c8a |
|
05-Mar-2006 |
mental <mental@users.sourceforge.net> |
Wire up new SPObject signal to DocumentSubset, so object order changes will be reflected in the subset |
a8f1a69ef0da383f9b413c3043a74084e23b75c2 |
|
05-Mar-2006 |
mental <mental@users.sourceforge.net> |
Add DocumentSubset as groundwork for layers |