summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/ocaldialogs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OCALMarc Jeanmougin2019-11-011-500/+0
* Clarify licensesMax Gaukler2018-11-081-2/+3
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-39/+2
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-3/+3
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Remove misleading dialogs directoryLiam P. White2014-09-021-2/+1
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+2
* ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-041-0/+13
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-1/+1
* GTK+ 3 drawing in OCAL dialogAlex Valavanis2012-05-221-1/+9
* Start GTK+ 3 rendering in OCAL dialogsAlex Valavanis2012-05-211-1/+11
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-82/+228
|\
| * merged with trunk so I can build again...Andrew Higginson2011-12-271-3/+1
| |\
| * | Fixed issues with cancelling downloading of thumbnails and images, all should...Andrew rugby471@gmail.com2011-07-021-0/+2
| * | Revert changing to read_asyncAndrew rugby471@gmail.com2011-06-261-4/+0
| * | Remove some GNOME_VFS checksAndrew rugby471@gmail.com2011-04-181-0/+4
| * | uint > unsigned int (so windows builds work)Andrew rugby471@gmail.com2011-04-081-1/+1
| * | implement cancellingAndrew rugby471@gmail.com2011-04-041-0/+4
| * | Merge thumbnail and image downloading into one set of functions :)Andrew rugby471@gmail.com2011-03-281-10/+8
| * | Don't re-download resources downloaded previouslyAndrew rugby471@gmail.com2011-03-281-0/+2
| * | fix errorsAndrew rugby471@gmail.com2011-03-271-1/+2
| * | Starting disabling widgets at certain timesAndrew rugby471@gmail.com2011-03-261-6/+1
| * | Sorted wrapping of labelsAndrew rugby471@gmail.com2011-03-261-5/+23
| * | Increased size of OCAL logo and removed "Powered by" textAndrew rugby471@gmail.com2011-03-251-2/+0
| * | Improving preview widgetAndrew rugby471@gmail.com2011-03-251-3/+38
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-241-11/+18
| * | Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com2011-03-221-11/+60
| * | Remove all GNOMEVFS codeAndrew rugby471@gmail.com2011-03-201-8/+8
| * | Fix issue with text of overlayAndrew rugby471@gmail.com2011-03-191-1/+2
| * | Remove depreciated GNOMEVFS from XML downloading and parsing and replace with...Andrew rugby471@gmail.com2011-03-191-0/+9
| * | Get the OCAL logo form a proper pathAndrew rugby471@gmail.com2011-03-181-0/+1
| * | Remove SearchEntry hinting ability (not appropriate/useful in this scenario)Andrew rugby471@gmail.com2011-03-181-12/+10
| * | added custom searchentryAndrew rugby471@gmail.com2011-03-171-1/+24
| * | Added OCAL logo overlayAndrew rugby471@gmail.com2011-03-161-3/+18
| * | make print_xml_element_names an instance method of the SearchResultsListAndrew rugby471@gmail.com2011-03-131-18/+4
| * | changed name to SearchResultListAndrew rugby471@gmail.com2011-03-131-10/+17
| * | Added OCAL namespace within Dialog namespaceAndrew rugby471@gmail.com2011-03-131-19/+21
| * | removed message and description labelsAndrew rugby471@gmail.com2011-03-111-3/+1
| * | converted to use var_name from CamelCaseAndrew rugby471@gmail.com2011-03-111-19/+18
* | | Cleaning up a few headersAlex Valavanis2012-02-121-22/+4
* | | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+3
| |/ |/|
* | Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
|/
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1