| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | remove debugging stuff | Andrew rugby471@gmail.com | 2011-04-04 | 1 | -2/+0 | |
| | * | | implement cancelling | Andrew rugby471@gmail.com | 2011-04-04 | 2 | -10/+42 | |
| | * | | Merge thumbnail and image downloading into one set of functions :) | Andrew rugby471@gmail.com | 2011-03-28 | 2 | -80/+52 | |
| | * | | Don't re-download resources downloaded previously | Andrew rugby471@gmail.com | 2011-03-28 | 2 | -11/+33 | |
| | * | | fix errors | Andrew rugby471@gmail.com | 2011-03-27 | 2 | -6/+14 | |
| | * | | Starting disabling widgets at certain times | Andrew rugby471@gmail.com | 2011-03-26 | 2 | -13/+31 | |
| | * | | Sorted wrapping of labels | Andrew rugby471@gmail.com | 2011-03-26 | 3 | -17/+45 | |
| | * | | Increased size of OCAL logo and removed "Powered by" text | Andrew rugby471@gmail.com | 2011-03-25 | 3 | -27/+7 | |
| | * | | Change menutems and title to "Import Clip Art" | Andrew rugby471@gmail.com | 2011-03-25 | 3 | -3/+2 | |
| | * | | Improving preview widget | Andrew rugby471@gmail.com | 2011-03-25 | 2 | -13/+209 | |
| | * | | Made dialog's state persistant | Andrew rugby471@gmail.com | 2011-03-24 | 6 | -110/+195 | |
| | * | | Split OCALDialog code in fill.cpp into two, so we can have async stuff working | Andrew rugby471@gmail.com | 2011-03-22 | 4 | -152/+335 | |
| | * | | Remove all GNOMEVFS code | Andrew rugby471@gmail.com | 2011-03-20 | 2 | -91/+43 | |
| | * | | Fix issue with text of overlay | Andrew rugby471@gmail.com | 2011-03-19 | 2 | -35/+22 | |
| | * | | Remove depreciated GNOMEVFS from XML downloading and parsing and replace with... | Andrew rugby471@gmail.com | 2011-03-19 | 2 | -28/+35 | |
| | * | | Get the OCAL logo form a proper path | Andrew rugby471@gmail.com | 2011-03-18 | 2 | -20/+32 | |
| | * | | Remove SearchEntry hinting ability (not appropriate/useful in this scenario) | Andrew rugby471@gmail.com | 2011-03-18 | 2 | -85/+39 | |
| | * | | added custom searchentry | Andrew rugby471@gmail.com | 2011-03-17 | 2 | -16/+104 | |
| | * | | Added OCAL logo overlay | Andrew rugby471@gmail.com | 2011-03-16 | 2 | -8/+83 | |
| | * | | make print_xml_element_names an instance method of the SearchResultsList | Andrew rugby471@gmail.com | 2011-03-13 | 2 | -101/+86 | |
| | * | | changed name to SearchResultList | Andrew rugby471@gmail.com | 2011-03-13 | 2 | -44/+114 | |
| | * | | Added OCAL namespace within Dialog namespace | Andrew rugby471@gmail.com | 2011-03-13 | 3 | -61/+63 | |
| | * | | removed message and description labels | Andrew rugby471@gmail.com | 2011-03-11 | 2 | -19/+8 | |
| | * | | added back size request :) | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -7/+8 | |
| | * | | converted to use var_name from CamelCase | Andrew rugby471@gmail.com | 2011-03-11 | 3 | -110/+108 | |
| | * | | organise GUI code into sections | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -24/+30 | |
| | * | | Fixed padding and packing | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -10/+16 | |
| | * | | Added 12px border to dialog | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -3/+5 | |
| * | | | gseal fix | Alex Valavanis | 2012-02-26 | 1 | -1/+1 | |
| * | | | Fix gseal issues in ruler | Alex Valavanis | 2012-02-26 | 2 | -58/+79 | |
| * | | | powerstroke: work on cusps, so people can play with it a bit. it is not done ... | Johan B. C. Engelen | 2012-02-26 | 3 | -16/+72 | |
| * | | | Import deprecated GtkRuler API. Probably worth tidying :-) | Alex Valavanis | 2012-02-26 | 5 | -46/+1372 | |
| * | | | Replace deprecated gtk_toolbar_append_widget API | Alex Valavanis | 2012-02-26 | 3 | -5/+15 | |
| * | | | emf output. loosen the tolerance on text positioning (Bug 939688) | Alvin Penner | 2012-02-26 | 1 | -1/+1 | |
| * | | | Replace deprecated GTK_TYPE macros | Alex Valavanis | 2012-02-26 | 4 | -9/+9 | |
| * | | | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 102 | -275/+236 | |
| * | | | header cleaning | Alex Valavanis | 2012-02-26 | 8 | -15/+18 | |
| * | | | Header cleaning | Alex Valavanis | 2012-02-25 | 3 | -12/+11 | |
| * | | | Header cleaning | Alex Valavanis | 2012-02-25 | 18 | -34/+78 | |
| * | | | GDL: Merge upstream patch 912AE (2012-02-20) - Fixed some const warnings | Alex Valavanis | 2012-02-25 | 2 | -5/+5 | |
| * | | | GDL: Replace deprecated GRelation API | Alex Valavanis | 2012-02-25 | 1 | -33/+86 | |
| * | | | Fix documentation | Kris De Gussem | 2012-02-25 | 2 | -3/+3 | |
| * | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 20 | -77/+79 | |
| * | | | avoid some Shape calculations that are not relevant to visual bbox (Bug 906952) | Alvin Penner | 2012-02-23 | 3 | -28/+24 | |
| * | | | cppcheck: null pointer dereference fix | Kris De Gussem | 2012-02-22 | 2 | -22/+26 | |
| * | | | Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable | John Smith | 2012-02-22 | 2 | -7/+30 | |
| * | | | cppcheck: null pointer dereference fix | Kris De Gussem | 2012-02-21 | 3 | -5/+5 | |
| * | | | Fix for 934721 : Convert SpellCheck dialog to a dockable dialog | John Smith | 2012-02-21 | 9 | -1099/+1160 | |
| * | | | Fix conditional build for old GTK+ in new text-edit dialog | Alex Valavanis | 2012-02-21 | 1 | -1/+1 | |
| * | | | documentation | Kris De Gussem | 2012-02-20 | 3 | -51/+34 | |
