summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-4/+0
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* cppcheckKris De Gussem2012-03-074-880/+874
| | | (bzr r11052)
* various minor thingsKris De Gussem2012-03-013-18/+20
| | | (bzr r11036)
* fix issues introduced with revision 10932Kris De Gussem2012-03-011-1/+1
| | | (bzr r11035)
* cppcheckKris De Gussem2012-02-295-4/+15
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2922-62/+78
| | | (bzr r11030)
* Fix build failure in extensionsAlex Valavanis2012-02-2837-1/+42
| | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-2717-4/+28
|\ | | | | (bzr r11027)
* | header cleaningAlex Valavanis2012-02-268-15/+18
| | | | | | (bzr r11017)
* | Header cleaningAlex Valavanis2012-02-253-12/+11
| | | | | | (bzr r11016)
* | Header cleaningAlex Valavanis2012-02-254-23/+41
| | | | | | (bzr r11015)
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | | | | (bzr r11011)
* | cppcheckKris De Gussem2012-02-151-1/+1
| | | | | | (bzr r10987)
* | More header cleanup/fwd declarationsAlex Valavanis2012-02-152-7/+28
| | | | | | (bzr r10986)
* | cppcheckKris De Gussem2012-02-159-128/+90
| | | | | | (bzr r10977)
* | Fix build with DBUS enabledAlex Valavanis2012-02-121-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/931003 (bzr r10965)
* | Fix for 911079 : Error messages from Extensions hiddenJohn Smith2012-02-121-0/+1
| | | | | | (bzr r10964)
* | Header cleaningAlex Valavanis2012-02-126-6/+11
| | | | | | (bzr r10963)
* | Cleaning up a few headersAlex Valavanis2012-02-123-1/+6
| | | | | | (bzr r10961)
* | Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-097-0/+32
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-085-50/+34
| | | | | | (bzr r10952)
* | Fix typo in gtkmm-2.22 backward compatibilityAlex Valavanis2012-02-071-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10948)
* | Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-074-0/+25
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* | Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-0610-35/+33
| | | | | | (bzr r10943)
* | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-064-6/+5
| | | | | | (bzr r10940)
* | initialisationKris De Gussem2012-02-042-14/+12
| | | | | | (bzr r10933)
* | cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-041-12/+7
| | | | | | | | | | | | | | input data. (gimpgrad) Some additional scanf modifications (bzr r10932)
* | emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/919728 (bzr r10922)
* | memleak / header stuff / unused variable.Kris De Gussem2012-01-221-10/+5
| | | | | | (bzr r10917)
* | cppcheckKris De Gussem2012-01-201-4/+2
| | | | | | | | | | | | tells us 'line 154: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 147" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10915)
* | fix memleakKris De Gussem2012-01-201-2/+2
| | | | | | (bzr r10914)
* | cppcheckKris De Gussem2012-01-201-4/+2
| | | | | | | | | | | | tells us: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 105" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10913)
* | fix memleakKris De Gussem2012-01-201-4/+3
| | | | | | (bzr r10912)
* | add underscores to some member variables.Johan B. C. Engelen2012-01-173-15/+14
| | | | | | | | | | add some const stuff (bzr r10900)
* | Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-159/+245
| | | | | | (bzr r10853)
* | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-0316-70/+70
| | | | | | (bzr r10830)
* | Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-032-16/+25
| | | | | | (bzr r10828)
* | More deprecated GtkTooltipsAlex Valavanis2012-01-032-10/+2
| | | | | | (bzr r10827)
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-032-13/+3
| | | | | | (bzr r10826)
* | cleanup includesJohan B. C. Engelen2011-12-291-6/+6
| | | | | | (bzr r10804)
* | fix preview of pdf files with weird characters in filenameJohan B. C. Engelen2011-12-291-2/+2
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/909783 (bzr r10803)
* Const correctness fixes that also correct bug #893146.Jon A. Cruz2011-12-1919-580/+684
| | | | | | Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783)
* remove unused codeJohan B. C. Engelen2011-12-181-10/+0
| | | (bzr r10781)
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-174-13/+4
| | | (bzr r10779)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-083-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* variable initialisationKris De Gussem2011-11-196-55/+40
| | | (bzr r10746)
* Fix crash when dropping Ctrl-dragged text when DBus interface is enabledKrzysztof Kosi??ski2011-11-171-0/+1
| | | (bzr r10741)
* Filters. Removing deprecated workaround in drop shadow (see Bug #808013 ).Nicolas Dufour2011-11-011-7/+2
| | | (bzr r10709)
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707)
* fix potential null pointer derefJohan B. C. Engelen2011-10-281-12/+14
| | | (bzr r10702)