Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/paramsiddharth/sumatrapdf

For participation in Hacktoberfest (SumatraPDF reader).
https://github.com/paramsiddharth/sumatrapdf

create and load TabData at tab's creation

c51a510e75a00877dcd9b369362b059df865c87f authored over 10 years ago
add WindowInfo::GetEngineType for convenience

cb7327ecf1581dde4442b49b85ee18b5cd882c14 authored over 10 years ago
move userAnnots from WindowInfo to FixedPageUIController

59c2ddf1c92f6f3f77440a8786e97c560ddf5eaf authored over 10 years ago
make WindowInfo::CleanUp work for background tabs

d50da9a06d58b75beeafdc7eccefe21633d0edde authored over 10 years ago
iterate tabs using GetTabData

c69e8e67ab69cec96ef7d7218b5918de25958015 authored over 10 years ago
allow loading ebook docs into a WindowInfo (and thus into a tab)

6c366465d69c3609a9f1dcaf61ee5c749636b709 authored over 10 years ago
fix CID 1214886

61a1caf93e88929b8e52016b1e3c80c9bcd07fc0 authored over 10 years ago
investigate CID 1215084

d862a26385376a932b7c05821323c9e285d5782d authored over 10 years ago
fix buffer overflow introduced with r8876

90f22980165b71f2ca7845dfe09610e6eeff601f authored over 10 years ago
rejig file::StartsWith() to maybe silence coverity

41165ce6d2215b83c0ddf37383465a03add09d26 authored over 10 years ago
rename file::ReadAll() => file::ReadN()

584aacce31a8f5984f98a625d03e0d1367413795 authored over 10 years ago
add docs/wishlist-tabs.txt

75c899fdb80eb63fb2762fbd187feabd42257348 authored over 10 years ago
fix inverted logic pointed out by coverity

b93b1b9b19b4e6e4190e9b2b7928f923ff2b1d94 authored over 10 years ago
working version of coverity.bat; add support for building with VS 2013 and (untested) fix to make VS 2012 build support Windows XP (thanks to XhmikosR)

d91ada94f98c22920deea8615fbe135f4d42593f authored over 10 years ago
fix /analyze warning

9eb16ea821192feece32d69ed371ed6cd021d2c8 authored over 10 years ago
add Controller.[cpp|h] for abstracting DisplayModel and ChmEngine (and eventually EbookController)

e84b4bfd936e06b1901a8ab7059c4d25b9e10357 authored over 10 years ago
add scripts/coverity.bat

43bbe02ebf8194694ee45e293243ebe39e9000c6 authored over 10 years ago
merge latest MuPDF update

4cfc3ceaa707f1206f344552c02fbd2ffc2bf36b authored over 10 years ago
follow-up to r8865

08613a55a95e13076c629c29236bd41ce2510bf9 authored over 10 years ago
update translations

1fb25cc6a7ddc06ad5fef2615f5216cd39b36169 authored over 10 years ago
settings: add FullPathInTitle advanced setting for showing the entire path to a file in the title bar

6c7578d58ecc30fec1af20621e353371687a3bf9 authored over 10 years ago
restructure Canvas.cpp

4e77d3b0b037bd5a9dba02b557cc95d629bcbc6c authored over 10 years ago
fix Doc::IsEngine

55b07110ea5905c16cd6246503bbc22498e70287 authored over 10 years ago
split Canvas.cpp out of SumatraPDF.cpp

128f0a9df94cfb5e29e567cb9d4bf08a6e208574 authored over 10 years ago
also watch for file renaming (for editors which replace instead of overwrite, such as MS Word)

37160fa6da8895183ea45f6fd93c0ca59a010a2e authored over 10 years ago
update translations

074430160d09b5c60c0f81a1dd7aab03b5233c84 authored over 10 years ago
add FileThumbnails.[cpp|h]

85b471e4fcfe0542aa011dfb204bbaa130739975 authored over 10 years ago
implement CalcSha2DigestWin

fc35c14d99421e2c83d0c3fd38e682c7495b491a authored over 10 years ago
typo fixes

2812cb72224e313c2d35687f002b710451e9680c authored over 10 years ago
try to make active the tab stand out more

03890051d4c8f70b13ef92bd0fc92593c0809765 authored over 10 years ago
add experimental ReopenOnce setting for reopening files after an auto-update

69c332b3ff5542c10e26e5d648ac118a24985dbe authored over 10 years ago
switch UPDATE_INFO_URL to sumpdf-update.txt using the new format from r8853 (fixes issue 2571)

bd920b0de1a530887e5f66750883feb42549b211 authored over 10 years ago
proposal for fixing issue 2571 (extensible)

43f6453cf71fc379e9163dfc8560fe1b54b353fb authored over 10 years ago
clear linkOnLastButtonDown before deleting the associated DisplayModel/BaseEngine (fixes crash 55384)

3a816c54fbfab57d4ba56b5972b32fc1f8818ede authored over 10 years ago
Installer: add /autoupdate option to perform installation with no user interaction but visible UI

6a43afd4c33691cf90b947d90e2e05e58f952313 authored over 10 years ago
add CryptoUtil.[cpp|h]

219552e6c1b7f4bce4b38350f43897ea7a7af7fb authored over 10 years ago
make FindWindowInfoByHwnd handle NULL HWNDs (fixes crash 55422)

da4852fbbad77c63ad5e9fee4a37371aed64a540 authored over 10 years ago
update translations

9f60e6698295f375f7b6c894571ab287c12c60e3 authored over 10 years ago
EngineDump: tweak command line options

d902af7382b8a86da24bd270909642b7be29c400 authored over 10 years ago
DrawImage may fail if a GDI+ image can't be properly decoded (since r8842, this is no longer detected for JPEGs, either)

19980dab5ba644c41c8e944baf6f7e627f887a8a authored over 10 years ago
JPEG: detect arithmetic coding before passing data to GDI+

91d46278794faf84223cf1e78433e40bb4ec418e authored over 10 years ago
CBR: decode images on demand for quicker loading

09bbb0403670ad715998e3eac5b99df74e635376 authored over 10 years ago
PDF: rendering speed-up for huge paths

93686bfb8dd11e3f9c95eb30dc233cb56065ba63 authored over 10 years ago
Tabs: replace NotifyThread with uitask

68092a11f61e15a6f1324c1de52b0bb04bc71249 authored over 10 years ago
added userchefo to AUTHORS file

2d44ae90db10ad33bb84785598cfa02c4999721a authored over 10 years ago
update scripts and fix warnings in r8836 (fixes issue 2592)

04810a349ab43d047d775ef487fa38deda5f9767 authored over 10 years ago
Added tabbed navigation.

4ce7fc97abece1011fb33ef864334c3614e653ea authored over 10 years ago
merge latest MuPDF update

fcf8a7c48e8cd8866323c9cd67775c9cd2a30f86 authored over 10 years ago
update openjpeg to version 2.1.0

3d05b2f240593454007309e795886be15086c0db authored over 10 years ago
update openjpeg to version 2.0.1

dd35eae993b1315252ac375b2bc7851c6585ac26 authored over 10 years ago
update translations

08f54b77899712bf5490b088fa31276837cf2374 authored over 10 years ago
JP2: prevent potential write access violation (fixes issue 2591)

93840c903a1cb719d83f32416c66add646ab79be authored over 10 years ago
add scripts/update_auto_update_ver.py

752dfb4e45fb5b1c1d24d099d4072c59960d54f6 authored over 10 years ago
update translations

07fb7b3e1d117d28ac2094b55dfb76ec10e5e0f5 authored over 10 years ago
note release date

81890079664971ee352c8e82ffbc4982dcbb01a3 authored over 10 years ago
svn copy needs a commit message; fix order of arguments in s3.upload_data_public()

42b5ffefbc050709439cc00705b2c383399c5eb5 authored over 10 years ago
try to auto-find conf.py and cert.pfx

44508b0ab69c63fb46c28e810a026aa231d727fd authored over 10 years ago
remove unnecessary check

769e1b2fb040cb7ddda0dff375683d628dc0e727 authored over 10 years ago
auto-mate tagging release branch in svn and uploading sources, when making a release build

101b8d41e4e66ccea9f2a102fc6d9a69f0436b1a authored over 10 years ago
for release build, upload sumatrapdf/sumpdf-latest-manual.txt (part of issue 2571)

6dc96f7da05002f09630e2898300f3b32d7c13cd authored over 10 years ago
when building a release, verify that we're building from /branches/verworking branch

1e68c1f8a63684046022dbfb7b8720c8cb223d7f authored over 10 years ago
update translations

2105c88056dc44c7c5707a13bf0b673eeffe43e8 authored over 10 years ago
PDF: allow codespace mappings beyond U+FFFF

adb6255c7b4b200cce08db74aa66176b71d88cc9 authored over 10 years ago
PDF: ignore null objects in page tree (fixes regression from r8533) (fixes issue 2582)

d4f5e701a70101fa50ef1cf83bdc9e045c4c4237 authored over 10 years ago
merge latest MuPDF update

3b2dbd45a17cdb8a73b36e2e7c9a123ca2bd3c56 authored over 10 years ago
update release notes

307f8655d89e4d6bb1558ea2fadd155580db335c authored over 10 years ago
fix x64 compilation

cdd3644c7d5039d8d326b74058c5ebbafd43e36b authored over 10 years ago
CBZ: support LZMA compression

db50575d8f5083316888982314a94cf6b6711486 authored over 10 years ago
Cbx: split CbxEngineImpl into CbzEngineImpl and CbrEngineImpl

3343aaca216204d306f9de2100197d70c649c256 authored over 10 years ago
stop keeping all images in memory for .cbz documents and ImageDirs

008ce3551889351c3d4b656799db2a3601af57d2 authored over 10 years ago
PDF: prevent buffer underflow better

f9c5820f22987cb213214799a8d35369929854dc authored over 10 years ago
better fix for r8791

a05288e68484c2df240a0aaa3d54c336dfa573c2 authored over 10 years ago
rinse, repeat

99a119b5387ebc2d308caaa27da49f13665fb6ba authored over 10 years ago
fix typo in r8800

179dfb9275259c624fa705cad05120134894a954 authored over 10 years ago
include version qualifier in crash reports (and report Windows 8 by name)

d751dc54e8c158c0afa22464a393d859826eac66 authored over 10 years ago
JPEG: omit unneeded alpha channel for arithmetically encoded jpegs

2da2452b4060e31e493ad315a83f64d006cb7521 authored over 10 years ago
XPS: prevent using uninitialized variables

6078283db012495ff8eb3e3e67548d1324c40b0b authored over 10 years ago
XPS: don't rely on uninitialized variables (fixes issue 2578)

0c8a780aa8b58569a5726895a586c47ceebdfbb4 authored over 10 years ago
fix buildbot to account for browser plugin removal

1f91445ffd5597d07913846b080bc119cf58ca77 authored over 10 years ago
JPEG: check for arithmetic encoding more memory-efficiently (fixes issue 2577)

073431e716103c780e337c1d990522713a6b5b8f authored over 10 years ago
PDF/XPS: fix content size miscalculation

4faf752f431adc7b1f9259509abe4763af3a71a9 authored over 10 years ago
consistency tweaks for HasTocTree and GetTocTree

cfe92332982bf628c12739f8c4bf6566de1c756c authored over 10 years ago
swap shortcuts for Presentation and Fullscreen modes (F11 <-> Shift+F11)

aa4709714c4b5acfff03266bcb529a90b4a4379f authored almost 11 years ago
no need for cert but verify aws access

e7bef2ff2394347bdb9c68a3d29c9cf64d600bf7 authored almost 11 years ago
upload strings

03540897c2367c4cb3fef1fda6d5da77abd87898 authored almost 11 years ago
PDF: prevent broken links from showing a previous page

32fbc192c52a47e840aff3bf2caaadf1d44fa03d authored almost 11 years ago
merge latest MuPDF update

af066c65c7470690944603444696cc3cfba31bfe authored almost 11 years ago
fix VS2008 solution for r8783

c8186b8e891c46a008a82afbdbc1c6025ae75d07 authored almost 11 years ago
remove src/browserplugin

7357b0fe778629ea302d6917cad129f66cdf0090 authored almost 11 years ago
stop shipping browser plugin (fixes issue 2498)

5061b914dc180e11975e340a275e1a3a6647e5f7 authored almost 11 years ago
update release notes for 2.5.1

b9f7f203f2057b207b046d83d4fdacb24a1e6df3 authored almost 11 years ago
hopefully prevent crashes like 55175

86435f17e153e8fcf8345fe6444ae7d3e5d10c4c authored almost 11 years ago
PDF: reduce overly large JPEG image heights (fixes bug 695112)

a2e19fc82e796369df3996444a2952996451e22b authored almost 11 years ago
merge latest MuPDF update

61b2c59ef47cb66fbb9c31b692c2d3fd8700e69b authored almost 11 years ago
update version to 2.6

e30cde690cda8448448155829a86c7aef1f29a78 authored almost 11 years ago
note 2.5 release

01b9d076a7ce1ccade66d5c8a4fcbabd25389760 authored almost 11 years ago
correct path to blog sources

1023d33b5796d88750daaaf1165840d3403bea51 authored almost 11 years ago
update translations

f47f539f366312272f11ebacd5eb46ca42fea5a3 authored almost 11 years ago
XPS: round PNG image resolution (fixes issue 2569)

708953a9f46eb8d092875c4b929f1ff568e84164 authored almost 11 years ago
MuPDF: fix potential buffer underflow

f9cc385aac91883cdbd39ce88b3e9189415a3ef7 authored almost 11 years ago