summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Typos a/anДилян Палаузов2022-12-101-1/+1
|
* Merge branch '3.0'Allen Winter2022-10-062-29/+2332
|\
| * doc/Doxyfile.cmake - for doxygen 1.8.20Allen Winter2022-10-051-32/+2384
| |
| * Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-051-3/+3
| |
| * improve doxgen documentation. fix doxygen warningsAllen Winter2022-06-091-1/+1
| |
* | say goodbye to the old custom Python bindings in src/pythonAllen Winter2022-09-271-2/+1
| | | | | | | | The Python bindings are now generated using glib-introspection.
* | end-of-file-fixer for entire projectAllen Winter2022-09-241-1/+0
| |
* | fix spelling - found with newer codespell v2.2.1Allen Winter2022-09-241-1/+1
| |
* | README.md, UsingLibical.md - refer to a new RFCs sectionAllen Winter2022-06-251-13/+1
| | | | | | | | | | | | | | | | Rather than duplicating the RFCs we support in several places, have one section that contains the authoritative list in the top-level README. fixes: #566
* | doc/CMakeLists.txt - add INSTALL.txt, libicalvcal/README.txtAllen Winter2022-06-181-1/+7
| | | | | | | | | | copy INSTALL.txt and libicalvcal/README.txt to the html dir. fixes links from top-level README.md
* | Remove UsingLibical header tagMichael McClurg2022-06-181-1/+1
| |
* | Avoid {#mainpage} in readmeMichael McClurg2022-06-091-0/+1
| |
* | REUSE complianceAllen Winter2022-06-065-2/+13
| | | | | | | | fixes: #489
* | time_t - replace type `time_t` and related functions with our own ↵Markus Minichmayr2022-06-031-4/+4
| | | | | | | | `icaltime_t`, etc. and define it centrally in `config_public.h.cmake` and `config.h.cmake`. This allows for easy replacement, should the system-defined time_t not be suitable. This might especially be the case on 32-bit systems where the range of time_t ends 2038.
* | doc/UsingLibical.md - minor tweaksAllen Winter2022-06-031-9/+8
| |
* | Merge branch 'mcclurgm-readme-mainpage'Allen Winter2022-06-032-41/+1
|\ \
| * | WIP: use README.md copy as doxygen mainpageMichael McClurg2022-04-242-41/+1
| | |
* | | Merge branch '3.0'Allen Winter2022-06-021-116/+115
|\ \ \ | | |/ | |/|
| * | README.md, doc/UsingLibical.md - fixes markdownlint issuesAllen Winter2022-06-021-111/+108
| | |
| * | lots of spelling fixes found by codespellAllen Winter2021-11-282-13/+13
| | |
* | | CMake files - cmake-lintingAllen Winter2022-06-011-0/+2
| |/ |/|
* | Fix table in UsingLibical.md & missing periodMichael McClurg2022-04-091-25/+7
| |
* | Add UsingLibical.md to DoxygenMichael McClurg2022-04-094-3/+7
| |
* | Add RFC9073, RFC9074 to documentationKen Murchison2022-01-182-3/+8
| |
* | Merge branch '3.0'Allen Winter2021-11-271-1/+16
|\ \ | |/
| * buildsystem - disable building Gtk docs with STATIC_ONLYAllen Winter2021-11-271-1/+16
| |
| * Remove doc/UsingLibical.txt in favor of doc/UsingLibical.mdAllen Winter2021-11-201-1369/+0
| | | | | | | | no need to maintain 2 documetation files with the same content.
| * doc/UsingLibical.md – typosДилян Палаузов2021-11-201-5/+5
| |
| * Update UsingLibical.txtTyler Polen2021-11-161-7/+7
| | | | | | | | Typo fixes
| * Incorrectly placed commaAnthon van der Neut2021-04-111-1/+1
| | | | | | | | Signed-off-by: Allen Winter <allen.winter@kdab.com>
* | Remove doc/UsingLibical.txt in favor of doc/UsingLibical.mdAllen Winter2021-11-181-1371/+0
| | | | | | | | no need to maintain 2 documetation files with the same content.
* | doc/UsingLibical.md – typosДилян Палаузов2021-11-181-4/+4
| |
* | Update UsingLibical.txtTyler Polen2021-11-161-6/+6
| | | | | | Typo fixes
* | Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-123-31/+31
| | | | | | | | Fix a few Python whitespace errors found by Syntastic.
* | Merge branch '3.0'Allen Winter2021-02-271-1/+1
|\ \
| * | Incorrectly placed commaAnthon van der Neut2021-02-271-1/+1
| |/ | | | | | | Signed-off-by: Allen Winter <allen.winter@kdab.com>
* | Merge branch '3.0'Allen Winter2020-07-211-0/+1
|\ \ | |/
| * doc/Doxyfile.cmake - HTML_TIMESTAMP=YESAllen Winter2020-07-211-0/+1
| | | | | | | | show when doxygen was last run on the html pages
| * various - use https instead of http where we canAllen Winter2019-12-143-10/+10
| | | | | | | | | | Update Eric's email Remove softwarestudio.com which no longer exists as a domain
| * [libical-glib] Remove langbind as it is already covered by the introspection ↵Corentin Noël2019-05-011-1/+0
| | | | | | | | | | | | itself All the langbind methods are helpers for the bindings in libical, here the GObject Introspection already covers all the features.
| * merge doc/reference from masterAllen Winter2019-04-061-11/+12
| |
* | various - use https instead of http where we canAllen Winter2019-12-143-10/+10
| | | | | | | | | | Update Eric's email Remove softwarestudio.com which no longer exists as a domain
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-263-14/+18
| | | | | | | | Consistency between const and non-const args for clone functions
* | [libical-glib] Remove langbind as it is already covered by the introspection ↵Corentin Noël2019-04-301-1/+0
| | | | | | | | | | | | itself All the langbind methods are helpers for the bindings in libical, here the GObject Introspection already covers all the features.
* | remove unused structs icaltimezonetype, icaltimezonephaseAllen Winter2019-03-261-2/+0
| |
* | [libical-glib] Rename bare structure wrapper objectsMilan Crha2019-03-221-7/+7
| | | | | | | | | | | | The object names contained a 'Type' word, which is redundant for GLib objects, thus that had been removed together with the related API changes.
* | [libical-glib] Replace ICalGLib.Timetype with ICalGLib.TimeMilan Crha2019-03-221-2/+5
| | | | | | | | | | Also removed some redundant functions and added i_cal_time_normalize_inplace().
* | Merge branch '3.0'Allen Winter2018-11-112-66/+11
|\ \ | |/
| * various - cleanup after the new ENABLE_GTK_DOC optionAllen Winter2018-11-111-1/+1
| |
| * libical-glib documentation doesn't go through gtkdoc-scangobjMilan Crha2018-11-112-66/+11
| | | | | | | | | | | | | | | | | | Using gtkdoc-scangobj adds also glib GObject hierarchy, properties and signals into the documentation. This adds also an ENABLE_GTK_DOC option which can be used to disable the gtk-doc usage explicitly, rather than ignore the build when necessary binaries are not found. It also extracts the commands into a GtkDoc.cmake module, rather than have it inline on the place where it's used.