summaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2022-05-19toys: removeDirk-Jan C. Binnema
2022-05-05autotools: fix buildDirk-Jan C. Binnema
2022-04-16flags: rename flags_to_string -> to_stringDirk-Jan C. Binnema
2022-03-26autotools: build updatesDirk-Jan C. Binnema
2022-03-07toys/mu: use mu-message-fieldsDirk-Jan C. Binnema
2022-02-19toys/mug: fix compilationDirk-Jan C. Binnema
2021-11-11doc: remove 'rebuild' remnantsDirk-Jan C. Binnema
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
2021-03-16toys/mug: Fix some compiler warningsDirk-Jan C. Binnema
2021-01-22toys/mug: upgrade for query changesDirk-Jan C. Binnema
2020-11-11mu: add some missing filesDirk-Jan C. Binnema
2020-11-07use c++ for some more sourcesDirk-Jan C. Binnema
2020-11-07toys: use updated Query APIDirk-Jan C. Binnema
2020-06-27lib/index: Implement new indexerDirk-Jan C. Binnema
2020-05-30rework logging systemDirk-Jan C. Binnema
2020-05-12Fix typosJonas Bernoulli
2020-04-04toys/msg2pdf: incomplete port to new webkitgtk3Dirk-Jan C. Binnema
2019-12-22update for lib/utils splitDirk-Jan C. Binnema
2019-11-06Fix typosJonas Bernoulli
2019-08-01msg2pdf: don't build for nowDirk-Jan C. Binnema
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
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+ co...djcb
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