eabca1f9dd8c6ddf3abb6560317e82a64ab29e7b |
|
29-Apr-2013 |
Jon A. Cruz <jon@joncruz.org> |
Fixed logic error confusing bitwise and with logical and.
Whitespace cleanup to make the issue easier to spot. |
f8f22253c36702476efbd1afb8e906af5557b447 |
|
28-Apr-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
minor cppcheck stuff |
ea6f2e9aae3e269e86c4f57769bb61b3444435f9 |
|
12-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Further migration to Gtk::Grid |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
7e1c92f7578b71cbc486c26021786aca921d64cf |
|
21-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck: null pointer dereference fix |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
62b4bd183d1a4fa15f06fd0f3fa6a2f788a19155 |
|
19-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Update and documentation of sp-attribute-widget |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
1160eb7a6e90b1efe44156277727f93860364743 |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
documentation of item properties dialog and SPAttributeTable
header stuff |
05f072290efbdcbcc1e845bb8174be16e490ab70 |
|
01-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Item and image properties dialog update: restoring correct behaviour in case of deleting an object |
21135b827f1abd9b1c3212753dfb2b59b9afb623 |
|
31-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
Item properties dialog:
- commenting out function that is (currently?) not used
- some more resource saving |
bd01eb1a93943647599f76a51be624f62bc3544b |
|
30-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
C++ification of item properties dialog |
a5fbee420cc125111c528ac845b8da1ffe0f3a6f |
|
17-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
Dropped unused SPAttributeWidget |
4dcab394298f613293fccedf184e1834c2274dfa |
|
17-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
fix compiler warnings |
1f992f84548355dd0c71b57a0175461354f1ed73 |
|
16-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
- Dropped deprecated sp_window_new
- quick and dirty memory leak fix for item properties window |
9b81fa83753043baf5209bd3fa1a631192cabd67 |
|
12-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
SPAttributeTable C++ified |
de96ced1b4e2118373d8bb6642e1e3a0172d0a12 |
|
12-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
SPAttributeWidget C++ified |
dab1d6e3460c24edd66223ab8d4ecace5cb6ea2c |
|
04-Dec-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck
- dropped unused variable
- changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). |
eb500326b7e1b1c966ed013c0dcc6dbf627e78ed |
|
23-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Documentation update pass. |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
b88c4f2207adfeb9f574ce1c802a90f7d43fbd6f |
|
03-Jul-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
GTK+ cleanup: gtk_type_class |
0d4751e6a02aff68275f3114e880b4420adaf8f1 |
|
02-Jul-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
GTK+ cleaning: gtk_type_new |
f8307d2d97a6e202153ae676f974f79e1b0ec5cd |
|
24-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to GObject |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
f68aabe351946119c80978525cd86564dd33e02f |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. |
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. |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
a73e5f92baa51f76f70126ed64cabac4fa811764 |
|
21-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time. |