summaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Collapse)Author
2022-05-19toys: removeDirk-Jan C. Binnema
The didn't work for quite some time, and would need quite a few updates to even compile with the latest. So remove.
2022-05-05autotools: fix buildDirk-Jan C. Binnema
2022-04-16flags: rename flags_to_string -> to_stringDirk-Jan C. Binnema
For consistency.
2022-03-26autotools: build updatesDirk-Jan C. Binnema
Ensure things build with autotools, too.
2022-03-07toys/mu: use mu-message-fieldsDirk-Jan C. Binnema
2022-02-19toys/mug: fix compilationDirk-Jan C. Binnema
After all the changes
2021-11-11doc: remove 'rebuild' remnantsDirk-Jan C. Binnema
There's no --rebuild anymore (since a long time), so let's remove some remnants.
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
Update all cc code using .clang-format; please do so as well for future PRs etc.; emacs has a handy 'clang-format' mode to make this automatic. For comparing old changes with git blame, we can disregard this one using --ignore-rev (see https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame )
2021-03-16toys/mug: Fix some compiler warningsDirk-Jan C. Binnema
2021-01-22toys/mug: upgrade for query changesDirk-Jan C. Binnema
Mostly, port to c++.
2020-11-11mu: add some missing filesDirk-Jan C. Binnema
2020-11-07use c++ for some more sourcesDirk-Jan C. Binnema
Do a (superficial) port to c++ of some of the c sources. Update deps. Fix a few compiler warnings.
2020-11-07toys: use updated Query APIDirk-Jan C. Binnema
2020-06-27lib/index: Implement new indexerDirk-Jan C. Binnema
Implement a new message indexer consisting of a single-threaded scanner and a multi-threaded indexer. This allows for a number of optimizations as well as background indexing, though this initial version should be behave similar to the old indexer.
2020-05-30rework logging systemDirk-Jan C. Binnema
reimplement the old mu-log.[ch] into mu-logging.{cc,hh} If available (and using an appropriately equipped glib), log to the systemd journal Only g_criticals have stderr output, all the other g_* go to the log file / journal.
2020-05-12Fix typosJonas Bernoulli
2020-04-04toys/msg2pdf: incomplete port to new webkitgtk3Dirk-Jan C. Binnema
Compiles, doesn't work yet.
2019-12-22update for lib/utils splitDirk-Jan C. Binnema
Update sources with the new paths
2019-11-06Fix typosJonas Bernoulli
2019-08-01msg2pdf: don't build for nowDirk-Jan C. Binnema
Not yet compatible with webkit2gtk
2019-08-01mug: quick & dirty port to webkit2gtk3Dirk-Jan C. Binnema
2017-10-24toys: fix compiler warningsdjcb
2015-04-22mu: don't use __FUNCTION__, use __func__djcb
__FUNCTION__ is deprecated and gives compilation warnings. __func__ is standardized in c99.
2013-12-29* mug: fix compiler warningdjcb
2013-12-16* toys/mug: fix compilation with gtk+ 3.10+djcb
2013-10-13* toys/mug: remove -DGTK_DISABLE_DEPRECATED for now, since it breaks 3.10+ ↵djcb
compilation
2013-03-30* more more copyright year updatesdjcb
2013-03-30* update copyright yearsdjcb
2013-03-17* toys/mug: remove gtk2 compat code, small cleanupsdjcb
2013-03-17* toys/mug: mu-msg-header-view: use GtkGrid instead of GtkTabledjcb
2013-03-17* toys/mug: mu-msg-view: add separatordjcb
2013-03-17* mug.c: remove gtk2 compat codedjcb
2013-03-17* minordjcb
2013-01-06* mu_store_needs_upgrade --> mu_store_versions_matchdjcb
2012-12-27* updates for MU_QUERY_FLAG_THREADS in mu_query_run usersdjcb
2012-12-26* mug-msg-list-view.c: update for API changedjcb
2012-12-22* use AM_CPPFLAGS instead of INCLUDESdjcb
2012-12-17* mug-msg-list-view: update for api changesdjcb
2012-12-16* add query flags (which match msgiterflags) to mu_query_run, update callersdjcb
2012-11-08* minordjcb
2012-10-14* mu-widget-util.c: improve error reportingdjcb
2012-08-11* mug.c: compatibility GDK_KEY_Escape vs GDK_Escapedjcb
2012-08-09* update for attachment checking changesdjcb
2012-08-09* updates for mu_msg_get_body_(text|html) api changedjcb
2012-08-03* move widgets/ -> toys/mug2; remove toys/mug; rename toys/mug2 -> toys/mugdjcb
2012-08-01* toys/widgets: update for mumsgpart changesdjcb
2012-07-20mug,mug2: add ESC shortcut to focus on query bar.Assaf Gordon
2012-05-21* refactoring: split src/ into mu/ and lib/djcb
2012-04-30* some small fixes for passing 'make cc10' and 'make line35'djcb
2012-04-29* msg2pdf.c: make a bit more robustdjcb