summaryrefslogtreecommitdiffstats
path: root/src/main_window.cc
AgeCommit message (Expand)Author
2020-09-16use std::placeholders everywhereHEADmasterAlex Xu (Hello71)
2018-09-27mw: remove modes when closing windowGaute Hope
2018-09-27fix #501: Add hook to signal_delete_event, ensure proper destruction of windowIain Buclaw
2018-06-08mw: clean up pages when closing window but not applicationGaute Hope
2018-03-05terminal: add `terminal.height` for configuring embedded terminal height.Gaute Hope
2018-03-05fix #477: add terminal.font_description for configuring font of embedded term...Gaute Hope
2017-08-29select target clipboard with '"'Gaute Hope
2017-08-29mw: track focus manually: has_focus (), get_focus () does not always return t...Gaute Hope
2017-04-28mw: vte3: only use async for vte >= 0.48.0Gaute Hope
2017-04-25ky: show title in multi_keyGaute Hope
2017-04-24mw: vte: use spawn_asyncGaute Hope
2017-04-01poll: cancel ongoing poll with C-cGaute Hope
2017-03-02icon (#254): install and use new iconsGaute Hope
2017-02-21searches: only open db if necessary, only refresh stats when visibleGaute Hope
2017-02-20terminal: dont active_mode terminalGaute Hope
2017-02-20#285: terminal: dont include vte.h when terminal is disabledGaute Hope
2017-02-20terminal: session-persisten current working directoryGaute Hope
2017-02-20terminal: optionally disable or disable if not found at compile time, and pri...Gaute Hope
2017-02-20terminal: add popup terminal based on vteGaute Hope
2017-02-15astroid: subclass Gtk::Application rather than use a memberGaute Hope
2017-01-02cb: remove traces of commandsGaute Hope
2017-01-02mw: move show saved searches to M-sGaute Hope
2016-10-14mw: window is properly deletedGaute Hope
2016-08-22log: remove log and use Boost::LogGaute Hope
2016-08-11mw: get icon size after notebook has been realizedGaute Hope
2016-07-11fix #151: revamp default keybindingsGaute Hope
2016-06-29reorganize keyevent handling to follow widget treeGaute Hope
2016-06-29mode: add pre_close to make sure invincinble is respectedGaute Hope
2016-06-27mw: separate q and Q key bindingsGaute Hope
2016-05-31mw: use a fixed size for status iconsGaute Hope
2016-05-03saved searches: show startup queriesGaute Hope
2016-03-09actions: asynchronously do actions in separate threadGaute Hope
2016-03-03 #103: save draft on force close or quit by defaultGaute Hope
2016-02-20cmd: allow title to be specifiedGaute Hope
2016-02-07mw: make jump to page configurableGaute Hope
2016-01-20M-p: is now toggle auto pollGaute Hope
2016-01-18Speed up hacking by minimizing includes of build_config.hhFranz Fellner
2016-01-07mode, mw: move close to mode, X = allow force closeGaute Hope
2015-12-31ky, mw: ignore parametersGaute Hope
2015-12-31ky, mw: convert to keybindingsGaute Hope
2015-12-18mode/mw: close page from pageGaute Hope
2015-11-29ti: move thread_index to modes/thread_indexGaute Hope
2015-11-05p: should not open new windowGaute Hope
2015-10-26poll: C-p: toggle auto pollGaute Hope
2015-10-24mw: quit works the right wayGaute Hope
2015-10-15A-#: page to # pageGaute Hope
2015-09-03quit: don't ask if other windowsGaute Hope
2015-09-01q: ask before quit, Q: right awayGaute Hope
2015-08-19mode, mw: startup queries are invincibleGaute Hope
2015-08-03mw: increase default width to 1200Gaute Hope