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
2021-05-05Merge pull request #7 from xamarin/dev/sevoku/build-xcode12-xm7HEADmainVsevolod Kukol
Fix build with Xcode12 and Xamarin.Mac 7
2021-04-16Fix build with Xcode12 and Xamarin.Mac 7Vsevolod Kukol
2019-05-21Enabled hardened runtimeDuncan Mak
2019-01-15Merge pull request #5 from xamarin/dark-mode-fixTim Miller
Bump support to 10.9 - Fix Dark Mode Treeview and Menus
2019-01-15Bump deployment target to 10.9Tim Miller
2019-01-14Fix Dark Mode Treeview and MenusTim Miller
2017-04-13Merge pull request #4 from xamarin/fix-55132iain
Fix the build to use a dynamic registrar
2017-04-13Fix the build to use a dynamic registrariain holmes
Thanks to Chris Hamons for spotting/fixing Fixes BXC #55132
2017-04-13Merge pull request #3 from xamarin/fix-55132iain
Make the minimum deployment target 10.7
2017-04-13Make the minimum deployment target 10.7iain holmes
10.6 doesn't appear to be supported anymore
2016-11-23I think something changed in Xamarin.Mac recently which is causing ↵David Karlaš
ConfigurationManager.AppSettings to be null Resulting in MonoDoc.dll and Lucene.Net crashing(NullReferenceException) when trying to access ConfigurationManager.AppSettings
2016-09-23Merge pull request #2 from xamarin/reducedSizeDavid Karlaš
Switched to "Unsupported Framework: 4.5" and did some tricks to reduce .app size, so it doesn't blow XS.dmg size
2016-09-21Switched to "Unsupported Framework: 4.5" and did some tricks to reduce .app ↵David Karlaš
size, so it doesn't blow XS.dmg size
2016-09-19Port to Unified XM 4.5 (#1)Chris Hamons
2015-10-15Update the pathMiguel de Icaza
2013-10-11Simplify the mac documentation updatingMiguel de Icaza
2013-08-21Merge pull request #114 from spicypixel/hotfix/macdoc-scrolltovisible-crashMiguel de Icaza
Fix crash in macdoc
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-06-25macdoc: build with XS or MDAaron Bockover
2013-06-13[macdoc] Fix logging line in Makefile.Jérémie Laval
That line was working fine before because the Makefile was incorrectly using the system X.S to build, but since we reverted back to use the just compiled X.S the command line changed to include a '&&' token. Since the echo command doesn't correctly escape the variable expansion, the second command (mdtool build) is ran and later on destroyed by the rm -rf, that is not sufficient though to trigger the next (and correct) mdtool build from properly recreating the .app
2013-05-09[macdoc] Bump bundled monodoc.dll to ↵Jérémie Laval
mono/mono@245dee37992a827b99b9cb9df36cf78ce65db454
2013-05-09[macdoc] Protect against NRE in the search field when typing EnterJérémie Laval
2013-05-09[macdoc] Use the same item selection flawed logic than apple-doc-wizardJérémie Laval
Both sides were doing <item /> selection incorrectly by simply getting, respectively, the first and the last item. To be accurate, we need to sort them according to the <updated /> field. To stay compatible with the released version of XamMac and Xam.iOS, simply reuse their style.
2013-05-09[macdoc] Add more loggingJérémie Laval
2013-05-09[macdoc] Fix apple documentation feed caching to be product specificJérémie Laval
2013-05-09[macdoc] Add new search path for iOS documentationJérémie Laval
2013-05-09[macdoc] Only show in the dialog the products that are going to be updatedJérémie Laval
2013-05-09[macdoc] There may be several help sources with the same prefix, filter ↵Jérémie Laval
unique name
2013-03-13[macdoc] Load the `root:' URL by default for new documentJérémie Laval
2013-03-13[macdoc] Update monodoc.dll to ↵Jérémie Laval
mono/mono@112da01bdc56f86244effe9ee74d5fe3ee7a6f5d
2013-03-12[macdoc] Update to use non-deprecated APIJeremie Laval
2013-03-12[macdoc] Update monodoc to mono/mono@2785b65688849060229159154da7202ac5c4dfecJeremie Laval
2013-02-21[macdoc] Track monomac API breakJérémie Laval
2013-01-28[macdoc] Bump monodoc.dll to master/0ad6ffdecaf4b3793e21559101af5b3a7ee181deJeremie Laval
2013-01-25[macdoc] Log individual exceptions occuring when creating indexesJeremie Laval
2013-01-25[macdoc] Update to new monodocJeremie Laval
2013-01-25[macdoc] No XamMacJeremie Laval
2012-12-12[macdoc] Warn in the merging question dialog if we are going to be ↵Jérémie Laval
downloading huge content from apple
2012-12-12[macdoc] Fix freshness checks to take into account /Developer under Xcode ↵Jérémie Laval
and XamMac
2012-12-12Added some screenshotsMiguel de Icaza
2012-12-12[macdoc] Fix path for xammac apple-doc-wizardJérémie Laval
2012-12-11[macdoc] Refactor doc merging process to support MonoMac too.Jérémie Laval
2012-12-11[macdoc] Add missing property name changeJérémie Laval
2012-12-11[macdoc] Check for lion or betterJé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-21[macdoc] Remove dead codeJeremie Laval
2012-11-21[macdoc] Unreference apple doc wizard since we don't use it anymoreJeremie Laval
2012-11-20[macdoc] Update to use the new apple-doc-wizard setuid shim (no password ↵Jeremie Laval
required anymore except to fix the binary). We also now show a sort-of progress window that allow to restart macdoc after the merge to pick up the new changes.
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.