| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove OCAL | Marc Jeanmougin | 2019-11-01 | 1 | -500/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+3 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -39/+2 |
| | | | | (bzr r15023.2.7) | ||||
| * | Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8) | Martin Owens | 2016-04-12 | 1 | -3/+3 |
| | | | | (bzr r14788) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Remove misleading dialogs directory | Liam P. White | 2014-09-02 | 1 | -2/+1 |
| | | | | (bzr r13341.1.192) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6 | Alex Valavanis | 2013-01-04 | 1 | -0/+13 |
| | | | | (bzr r12008) | ||||
| * | cppcheck: Simple fixes for src/ui/dialog | Alex Valavanis | 2012-11-15 | 1 | -1/+1 |
| | | | | (bzr r11874) | ||||
| * | GTK+ 3 drawing in OCAL dialog | Alex Valavanis | 2012-05-22 | 1 | -1/+9 |
| | | | | (bzr r11399) | ||||
| * | Start GTK+ 3 rendering in OCAL dialogs | Alex Valavanis | 2012-05-21 | 1 | -1/+11 |
| | | | | (bzr r11397) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -1/+1 |
| | | | | (bzr r11144) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -82/+228 |
| |\ | | | | | (bzr r11027) | ||||
| | * | merged with trunk so I can build again... | Andrew Higginson | 2011-12-27 | 1 | -3/+1 |
| | |\ | | | | | | | (bzr r10092.1.36) | ||||
| | * | | Fixed issues with cancelling downloading of thumbnails and images, all ↵ | Andrew rugby471@gmail.com | 2011-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | should be well now :) (bzr r10092.1.34) | ||||
| | * | | Revert changing to read_async | Andrew rugby471@gmail.com | 2011-06-26 | 1 | -4/+0 |
| | | | | | | | | | | (bzr r10092.1.32) | ||||
| | * | | Remove some GNOME_VFS checks | Andrew rugby471@gmail.com | 2011-04-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Try to use read_async instead of load_contents_async, not working at the moment :( (bzr r10092.1.31) | ||||
| | * | | uint > unsigned int (so windows builds work) | Andrew rugby471@gmail.com | 2011-04-08 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r10092.1.30) | ||||
| | * | | implement cancelling | Andrew rugby471@gmail.com | 2011-04-04 | 1 | -0/+4 |
| | | | | | | | | | | (bzr r10092.1.27) | ||||
| | * | | Merge thumbnail and image downloading into one set of functions :) | Andrew rugby471@gmail.com | 2011-03-28 | 1 | -10/+8 |
| | | | | | | | | | | (bzr r10092.1.26) | ||||
| | * | | Don't re-download resources downloaded previously | Andrew rugby471@gmail.com | 2011-03-28 | 1 | -0/+2 |
| | | | | | | | | | | (bzr r10092.1.25) | ||||
| | * | | fix errors | Andrew rugby471@gmail.com | 2011-03-27 | 1 | -1/+2 |
| | | | | | | | | | | (bzr r10092.1.24) | ||||
| | * | | Starting disabling widgets at certain times | Andrew rugby471@gmail.com | 2011-03-26 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | Cleanup of XML variables (bzr r10092.1.23) | ||||
| | * | | Sorted wrapping of labels | Andrew rugby471@gmail.com | 2011-03-26 | 1 | -5/+23 |
| | | | | | | | | | | (bzr r10092.1.22) | ||||
| | * | | Increased size of OCAL logo and removed "Powered by" text | Andrew rugby471@gmail.com | 2011-03-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Removed border of LoadingBox on startup (bzr r10092.1.21) | ||||
| | * | | Improving preview widget | Andrew rugby471@gmail.com | 2011-03-25 | 1 | -3/+38 |
| | | | | | | | | | | (bzr r10092.1.19) | ||||
| | * | | Made dialog's state persistant | Andrew rugby471@gmail.com | 2011-03-24 | 1 | -11/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18) | ||||
| | * | | Split OCALDialog code in fill.cpp into two, so we can have async stuff working | Andrew rugby471@gmail.com | 2011-03-22 | 1 | -11/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 code | Andrew rugby471@gmail.com | 2011-03-20 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Move some SearchResultlist methods to ImportDialog (bzr r10092.1.16) | ||||
| | * | | Fix issue with text of overlay | Andrew rugby471@gmail.com | 2011-03-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | 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.com | 2011-03-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | with GIO - Made these methods async so the UI is not blocked (bzr r10092.1.14) | ||||
| | * | | Get the OCAL logo form a proper path | Andrew rugby471@gmail.com | 2011-03-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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.com | 2011-03-18 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | Get clearing of icon to work (bzr r10092.1.12) | ||||
| | * | | added custom searchentry | Andrew rugby471@gmail.com | 2011-03-17 | 1 | -1/+24 |
| | | | | | | | | | | (bzr r10092.1.11) | ||||
| | * | | Added OCAL logo overlay | Andrew rugby471@gmail.com | 2011-03-16 | 1 | -3/+18 |
| | | | | | | | | | | (bzr r10092.1.10) | ||||
| | * | | make print_xml_element_names an instance method of the SearchResultsList | Andrew rugby471@gmail.com | 2011-03-13 | 1 | -18/+4 |
| | | | | | | | | | | | | | | | | remove uneeded comments (bzr r10092.1.9) | ||||
| | * | | changed name to SearchResultList | Andrew rugby471@gmail.com | 2011-03-13 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 namespace | Andrew rugby471@gmail.com | 2011-03-13 | 1 | -19/+21 |
| | | | | | | | | | | (bzr r10092.1.7) | ||||
| | * | | removed message and description labels | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -3/+1 |
| | | | | | | | | | | (bzr r10092.1.6) | ||||
| | * | | converted to use var_name from CamelCase | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -19/+18 |
| | | | | | | | | | | | | | | | | removed erroneous size_request (bzr r10092.1.4) | ||||
| * | | | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 1 | -22/+4 |
| | | | | | | | | | | (bzr r10961) | ||||
| * | | | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+3 |
| | |/ |/| | | | (bzr r10940) | ||||
| * | | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -3/+1 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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. (bzr r9900) | ||||
