c652591f8105502bfed1dcd3d7207681932a7515 |
|
05-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
71c3a034021a9df4bd9e367a1b10fc6514ead373 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_new(). |
b575c4cf8ddc027ca13d2163fcf96e8d2843d015 |
|
13-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Migrate remaining dialogs to Gtk::Grid |
095776c9947349beefe060ebb7ad066c36eca540 |
|
01-Mar-2013 |
tavmjong-free <tavmjong@free.fr> |
Convert font-selector, text-edit, glyphs to use updated font-lister (use fontspec rather than font). |
9e2983e6d456117c4188afc9f1d420513117af6a |
|
26-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop support for GTK+ < 2.24 |
7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc |
|
05-Jul-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GTK+ 2.20 support. |
6d4211d16ddc3fd715b1ead786b60989948a7ba2 |
|
09-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Gtkmm 3 fixes for glyphs dialog |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
74f9c778a773984d73b82d8b954e13c4e0e40183 |
|
25-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
42345039880217340bb50cfa9692a75851e0766a |
|
11-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Lots of gtkmm deprecation fixes |
5cacbbec22b42a0480f396eb94bcfb5f746ac68a |
|
06-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of gtkmm top-level header usage - not required by API |
87ea779e2ba0cdee8c0945db55e0504e94fdb0b3 |
|
02-Jan-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for bugs #910463, #910467 and #910479 (default widget size too small) by John Smith. |
eb500326b7e1b1c966ed013c0dcc6dbf627e78ed |
|
23-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Documentation update pass. |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
3900977253d3a8f7bec439eceb65146e8fca5e0e |
|
20-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Reinstating version bump. |
372e1a0de671b9304f69cb6f12b9a4ad810d9e68 |
|
19-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Revert version bump so win devlibs can catch up. |
a46d5d044ce7d9ad174a4adc302ac1b5f428c7dc |
|
18-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Made dependencies explicit and bumped versions. |
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 |
c243894368f1e9a105689a5f1e0c3658cf7408a6 |
|
06-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Track selected text items and append as needed. |
56feb9ce1e4787e14433bd8104fb9ca7e07dd9f5 |
|
04-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Added control to select Unicode range limiting. Switched to using "Basic Latin" there as a default instead of the script. Fixes bug #553911. |
9fed4ad6fa69cea5879e54231985bf911d456daf |
|
03-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Disconnect Glyphs UI while updating the model. 5X+ performance boost on CJK fonts. Partially fixes bug #553911. |
7ed02c705ebae8fe8f944fd39cd0be29b2c5f750 |
|
03-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Start with glyphs limited to "Common" as a short term mitigation for bug #553911. |
79b04cd4918cb9f9ba107914fcc7b6e5ca0324d1 |
|
03-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Repair arbitrary change lumped in with Win32 fixes of #9281. |
8a915294ce73ce81e8077663f5b986bb3934d12b |
|
03-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Split dynamic desktop tracking into common, shared code. |
e17b4ad27fa4f13915af895604534786e99cfc90 |
|
03-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix command line invocation on Windows (LP #167455). |
687c58e5e2c896982c30ec73d4f8bb742051f308 |
|
02-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Allow filtering by glyph script. |
af1a583d2a5ba69be566ae3dfa393aedaeca5371 |
|
02-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Add character script range to description |
50875492099cda448c2aa399dfcaab4e608ea1e5 |
|
02-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Adding missing files for bug #343186. |