Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-19Port to Unified XM 4.5 (#1)Chris Hamons
2013-08-21Fix crash in macdocAaron Oneal
ScrollToVisible is sometimes called on the previous node, and in some cases this previous node does not have a registered wrapper which causes macdoc to crash. This fix adds a check for the node instead of throwing.
2013-05-09[macdoc] Protect against NRE in the search field when typing EnterJérémie Laval
2013-03-13[macdoc] Load the `root:' URL by default for new documentJérémie Laval
2013-03-12[macdoc] Update to use non-deprecated APIJeremie Laval
2013-02-21[macdoc] Track monomac API breakJérémie Laval
2013-01-25[macdoc] Update to new monodocJeremie Laval
2012-12-11[macdoc] Add missing property name changeJérémie Laval
2012-11-21[macdoc] Unselect search field after a search triggered so that text is not ↵Jeremie Laval
overwritten when user types slowly
2012-11-21[macdoc] The modern man writes its own loggerJeremie Laval
2012-11-16[macdoc] Add --search flag to macdoc.Jeremie Laval
The flag will make macdoc opens a untitled window (in addition to the restored ones), switch it to search mode, prefill the search entry and launch the search itself.
2012-08-28[macdoc] Fix event arg name due to previous API breakageJeremie Laval
2012-07-31[macdoc] Add support for loading external documentation directory and ↵Jérémie Laval
uncompiled documentation The syntax is to pass extra arguments to the binary prefixed respectively by '@' for uncompiled documentation directory and '+' for compiled documentation directory
2012-06-26[macdoc] More Lion special casingJérémie Laval
2012-06-11[macdoc] Don't navigate to a row that doesn't existJeremie Laval
2012-05-24[macdoc] Resize panels when spinners disappearJeremie Laval
2012-05-23[macdoc] Give focus to toolbar search entry when user switch to search tabJeremie Laval
2012-04-03[macdoc] Constrain the size of the multiple match subwindowJeremie Laval
2012-03-30[macdoc] Instantiate the index if it has been deemed fresh enough elsewhere.Jeremie Laval
This might still be subject to concurrent problem if index has been created but the property has not been sent and if subsequent event has already been fired.
2012-03-13[macdoc] MiscJeremie Laval
2012-03-13[macdoc] Move ScrollToVisible when showing index after the the multiple ↵Jeremie Laval
match refresh so that it doesn't get obscured
2012-03-13[macdoc] Really ensure the tree node has been created after expanding before ↵Jeremie Laval
trying to show it
2012-03-12[macdoc] Add search and find shortcuts and implementationJeremie Laval
2012-03-09[macdoc] Implement swipe gesture for navigationJeremie Laval
2012-03-09[macdoc] We don't need an elastic outlineJeremie Laval
2012-03-09[macdoc] Remove the use of hardcoded image and use existing template insteadJeremie Laval
2012-03-08[macdoc] Launch external url in browserJeremie Laval
2012-03-07[macdoc] Mark restorable state as dirty when we change pagesJeremie Laval
2012-03-07[macdoc] Put a spinner during creation on index tab tooJeremie Laval
2012-03-07[macdoc] Delegate index creation to when the eventual creation step has been ↵Jeremie Laval
started to avoid SharedAccessViolationException because the file is already opened
2012-03-06Another UI iteration for bookmark managementJeremie Laval
2012-03-06Update bookmark spinner showing as we navigateJeremie Laval
2012-03-05[appledocwizard] Restore UIJeremie Laval
2012-03-05[macdoc] Register match every time we load an url so that doc tree sync up ↵Jeremie Laval
the next time it's shown
2012-03-01macdoc: better usability, hide features that dont work on Lion, instead of ↵Miguel de Icaza
warning the user when he tries using them
2012-02-27Remove now useless fieldJeremie Laval
2012-02-27Remove removing of search tabJeremie Laval
2012-02-17Temporarily remove the bookmarks for the releaseMiguel de Icaza
2012-02-16[macdoc] Disable bookmark when not running on LionJeremie Laval
2012-02-16[macdoc] Fix crash when using node. Some element may have content but no ↵Jeremie Laval
node per se.
2012-02-16[macdoc] NSUrl doesn't escape data for us, do it manuallyJeremie Laval
2012-02-16[macdoc] Disable search panel at runtime and make it appear with an env variableJeremie Laval
2012-02-16[macdoc] Move data source class to their own fileJeremie Laval
2012-02-16[macdoc] Don't touch history when we are navigating from historyJeremie Laval
2012-02-16[macdoc] Well actually, use a proper NSTableHeaderCellJeremie Laval
2012-02-16[macdoc] A try at making header cell looks like proper headerJeremie Laval
2012-02-16[macdoc] Make code display the good bookmark item when one is usedJeremie Laval
2012-02-16[macdoc] Use async LoadUrl in place of LoadHtmlJeremie Laval
2012-02-16[macdoc] Restore to a working WebView stateJeremie Laval
2012-02-16[macdoc] Restore index tabJeremie Laval