summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com2011-03-224-152/+335
| | | | | | | | Added StatusWidget to show status of operations in dialog Styled no search results label appropriately Corrected callbacks for buttons Start to get image downloading working (bzr r10092.1.17)
* Remove all GNOMEVFS codeAndrew rugby471@gmail.com2011-03-202-91/+43
| | | | | Move some SearchResultlist methods to ImportDialog (bzr r10092.1.16)
* Fix issue with text of overlayAndrew rugby471@gmail.com2011-03-192-35/+22
| | | | | | Remove more GNOMEVFS code Add in proper no result message (bzr r10092.1.15)
* Remove depreciated GNOMEVFS from XML downloading and parsing and replace ↵Andrew rugby471@gmail.com2011-03-192-28/+35
| | | | | | | with GIO - Made these methods async so the UI is not blocked (bzr r10092.1.14)
* Get the OCAL logo form a proper pathAndrew rugby471@gmail.com2011-03-182-20/+32
| | | | | Degrade gracefully if the logo can't be found (bzr r10092.1.13)
* Remove SearchEntry hinting ability (not appropriate/useful in this scenario)Andrew rugby471@gmail.com2011-03-182-85/+39
| | | | | Get clearing of icon to work (bzr r10092.1.12)
* added custom searchentryAndrew rugby471@gmail.com2011-03-172-16/+104
| | | (bzr r10092.1.11)
* Added OCAL logo overlayAndrew rugby471@gmail.com2011-03-162-8/+83
| | | (bzr r10092.1.10)
* make print_xml_element_names an instance method of the SearchResultsListAndrew rugby471@gmail.com2011-03-132-101/+86
| | | | | remove uneeded comments (bzr r10092.1.9)
* changed name to SearchResultListAndrew rugby471@gmail.com2011-03-132-44/+114
| | | | | | | | moved around some SearchResultList stuff into its constructor use an enum instead of arbitrary ints Use markup to diaplay information in list collect more data (date, thumbnail) (bzr r10092.1.8)
* Added OCAL namespace within Dialog namespaceAndrew rugby471@gmail.com2011-03-133-61/+63
| | | (bzr r10092.1.7)
* removed message and description labelsAndrew rugby471@gmail.com2011-03-112-19/+8
| | | (bzr r10092.1.6)
* added back size request :)Andrew rugby471@gmail.com2011-03-111-7/+8
| | | | | added shadow, made vscrollbar always appear, and removed column headers from the file list (bzr r10092.1.5)
* converted to use var_name from CamelCaseAndrew rugby471@gmail.com2011-03-113-110/+108
| | | | | removed erroneous size_request (bzr r10092.1.4)
* organise GUI code into sectionsAndrew rugby471@gmail.com2011-03-111-24/+30
| | | (bzr r10092.1.3)
* Fixed padding and packingAndrew rugby471@gmail.com2011-03-111-10/+16
| | | | | Removed message and description labels (bzr r10092.1.2)
* Added 12px border to dialogAndrew rugby471@gmail.com2011-03-111-3/+5
| | | | | | | Set better default size Removed 'Search for:' label Made Search button not EXPAND and FILL (bzr r10092.1.1)
* Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-1111-89/+386
| | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092)
* Comment out non-functional code that prevents compilingTavmjong Bah2011-03-111-4/+5
| | | | | with cairo trunk. (bzr r10091)
* Filters. New Grayscale, Lightness and Brightness CPF. Some default values ↵Nicolas Dufour2011-03-113-31/+263
| | | | | adjustment. Inkscape.pot update. (bzr r10090)
* PDF+LaTeX now also exports font shape (italic or bold) (patch partly by ↵Johan B. C. Engelen2011-03-101-2/+74
| | | | | Tobias Gradl) (bzr r10089)
* add scaling option to PDF+LaTeX (patch by Bernd Bandemer)Johan B. C. Engelen2011-03-101-0/+6
| | | (bzr r10088)
* fixing duplicate author name in about box: "Aurélio Adnauer Heckert"Felipe Corr??a da Silva Sanches2011-03-091-2/+1
| | | (bzr r10087)
* UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
| | | (bzr r10085)
* emf import. remove numerical id's (Bug 552351)Alvin Penner2011-03-081-10/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/552351 (bzr r10083)
* add a check for null desktopJohan B. C. Engelen2011-03-071-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082)
* Allow the center handle to be selectable for items having a width or height ↵Diederik van Lierop2011-03-062-35/+50
| | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081)
* Extensions. Fix for Bug #341353 (The user must know about a XSLT problem).Nicolas Dufour2011-03-041-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/341353 (bzr r10079)
* Fix for build on OS X. Fixes bug 707205.Jon A. Cruz2011-03-041-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10078)
* About. Fix for Bug #216386 (Help-window build-date text is clipped).Nicolas Dufour2011-03-031-1/+2
| | | (bzr r10077)
* i18n. Fixing i18n mistakes in the experimental custom predefined filters.Nicolas Dufour2011-02-274-68/+68
| | | (bzr r10073)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-2776-1/+77
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-2282-290/+338
| | | (bzr r10067)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-2213-189/+211
| | | (bzr r10066)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-2120-65/+344
| | | (bzr r10065)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-2120-259/+317
| | | (bzr r10064)
* emf import. support for round rectangle (Bug 247695)Alvin Penner2011-02-211-13/+47
| | | | | | Fixed bugs: - https://launchpad.net/bugs/247695 (bzr r10063)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-2110-311/+539
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.Jon A. Cruz2011-02-211-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10061)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-2139-712/+796
| | | (bzr r10060)
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-2016-163/+160
| | | (bzr r10059)
* Fix the zoom changed signal to no longer be sent out before the values have ↵Jon A. Cruz2011-02-191-1/+7
| | | | | finished changing. (bzr r10058)
* Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: ↵Nicolas Dufour2011-02-181-1/+1
| | | | | Upper/lower value in context menu of Grow/shrink are unrealistic). (bzr r10057)
* pdf-import via poppler-cairo fix win32 compilationAdib Taraben2011-02-151-1/+1
| | | (bzr r10053.1.1)
* preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
|\ | | | | (bzr r10052)
| * preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
| | | | | | (bzr r10049.1.1)
* | update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-135-234/+170
|/ | | (bzr r10050)
* calligraphy tool does not need to know the type of the end curves to add the ↵Johan B. C. Engelen2011-02-121-18/+6
| | | | | cap. (bzr r10049)
* emf import. support for unicode textAlvin Penner2011-02-101-10/+10
| | | (bzr r10045)
* add missing 2geom files. although they are not included in makefile builds, ↵Johan B. C. Engelen2011-02-104-0/+1070
| | | | | they are 'used' by other 2geom files that are included. so just to be safe i'll include them, to not cause build problems later (bzr r10043)