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

move URL handling string functions into url namespace (url::IsAbsolute, url::DecodeInPlace, etc.)

bbd32d11434d2df056b35cf11b82cfc9c11dd90f authored over 10 years ago
simplify ExtractFilenameFromURL

70639326984618e9992be9ed4d859a8a101a7136 authored over 10 years ago
prevent use-after-free (fixes crash 56453)

ea6d3b7436231986ab8bfd11f5ad7d113eb07516 authored over 10 years ago
add comments to plugin-test

434ff37ebf1c3a28af6f83b38b4c2355afc7e9ec authored over 10 years ago
fix x64 compilation breakage (fixes issue 2611)

4191b505a9a4a729599022121ff908e309b41acc authored over 10 years ago
add ToC support to ebook UI (fixes issue 2256)

cc87946ac67542228cd606346d5891b8bb76ac76 authored over 10 years ago
add plugin-test app

8843af7036ded2c646d555f9c33c3f4cccd639ed authored over 10 years ago
PDF: stop rejecting broken page trees (fixes issue 2608)

100dba27201305b9d0e408ebd6a45b9008a92cb8 authored over 10 years ago
update translations

4e03207d9f4e7409a99c626f297f01b2de8d10ea authored over 10 years ago
update translations

350a1a5777510cdd76960657f3302e834aafcaa2 authored over 10 years ago
Mobi: move ToC parsing from MobiEngineImpl to MobiDoc

29432f85927d7c4b7ef0c957344eaf3143a5e4a4 authored over 10 years ago
merge latest MuPDF update

5d8f355357d115f1e7dda9be05598449dcbad7bf authored over 10 years ago
FB2: move ToC parsing from Fb2EngineImpl to Fb2Doc

ddde430b918bd24976a4a9376f7abdc0f936b726 authored over 10 years ago
remove unneeded attribute

a0204647e7f7f292c64b7e75f046ebdd5a6e64a9 authored over 10 years ago
PDF: don't rely on font descriptor /Widths for base 14 fonts (fixes issue 2606)

4062e9243919f272eb4b555a6def438fa01418a4 authored over 10 years ago
fix /analyze warnings

431f31e80018153003ac3958c975525f524b3806 authored over 10 years ago
update translations

f10a3375495ac919f6069f0903a131104793546d authored over 10 years ago
make FindWindowInfoByFile take background tabs into account

f639d88888715e77db00c2ff856bc8b8acf2838b authored over 10 years ago
observe file changes for background tabs

44a9b98f7e9d4d7b44d0bbbd6b1efb2a40825831 authored over 10 years ago
add -new-instance as a stop-gap measure for issue 2601

52ebbbbd7e664bac948b1f088a61e5a931a4b9e7 authored over 10 years ago
increase chances of file annotation not being lost (fixes bug 695271)

e3893c6285f3374c875ded12d427176292e90e96 authored over 10 years ago
implement SaveFileAsPDF for single images and image dirs

9366cbb9b44337ab69a2c59b403b575863a8d46a authored over 10 years ago
CBZ/CBR: enable PDF conversion through Save As

33efa5c7a486fa8a71809a4823db4af6c38504b8 authored over 10 years ago
CBR: also sniff for RAR5 file signature (fixes issue 2604)

86e57beefdd437acced172d79c2a6eae9e9668dd authored over 10 years ago
fix x64 compilation warnings (fixes issue 2603)

3bb25f1dd81ed6650f8ce61b68312b0cb51c1038 authored over 10 years ago
add PdfCreator.[cpp|h] and implement CbzEngineImpl::SaveFileAsPDF

dbb7b472770931da482d02c539d20b1e683ce9b2 authored over 10 years ago
enable Save As for ebooks and fix some further inconsistencies (fixes issue 2283)

4cbabb845ad9dfd0e951e22680fbdaace83989ed authored over 10 years ago
remove scrollbars sooner for ebooks (fixes issue 2602)

4af5da08d016e66f9ced25da11094fb9ffb868d0 authored over 10 years ago
merge latest MuPDF update

1f3815ca35f4934cc953de33ba638f6eab5e50dc authored over 10 years ago
add two more empty lines to SumatraPDF-settings.txt

2cd3e42cc3cc3596cddb7241bca984b1019f87ec authored over 10 years ago
make tab bar seem more responsive

01026bed898ad20ad29b5fb6622b005503695a47 authored over 10 years ago
handle ebook layout timer for background tabs

971cbaa39d4acb1797c9413a556f7502ad7cc411 authored over 10 years ago
add Alt+1 to Alt+9 shortcuts for directly selecting a tab

aa6035b24ad9b1ae733ea3a5166bfcd4f5846a1f authored over 10 years ago
settings: add ShowSingleTab setting to hide the tab bar when a single tab is visible

a569270c40da85983f3cbfabb7a323ecc5be547a authored over 10 years ago
more header clean-up

5de7eb572e38e14fd6498fff828085158022ea7d authored over 10 years ago
merge EbookUIController/EbController into EbookController

6acfcc928f0431853ce28f9dab3c24035b16eee7 authored over 10 years ago
enable refresh for tab's filePath and window title

2aac452e49a991c43e74f7dcdc4771e8c9fb5703 authored over 10 years ago
ensure tab switching through fullscreen/presentation. Remove ManageFullScreen

5b777e10e59a7bd82080c40f197b0b691eeb55a2 authored over 10 years ago
prevent crash when reloading broken document

0c30f8f49187ea377c9f3370b6589106d6de6f83 authored over 10 years ago
fix inconsistencies with reloading a tab and one stack overflow (fixes crashes 56017 and 56019)

08328c8062b332a7dff405084fe24ae8d2dd8015 authored over 10 years ago
rebalance LinkHandler::ScrollTo and DisplayModel::ScrollToLink

c0325d1134050fe6f7ce1196a274cc4b33fe3e1a authored over 10 years ago
create ChmModel from ChmEngine and ChmController

1e4edc54681ca014ff466fb193938a46a82a6b05 authored over 10 years ago
fix missing tab bar when loading documents from command line

e64f76c1b63d59a09f441766d991f68858f3c21f authored over 10 years ago
merge FixedPageUIController/FpController into DisplayModel

8649b7e034217214509dc4288b82a461c28701b4 authored over 10 years ago
make DisplayModel::engine read-only

21fc5e38764ec1dbcef4e61ab19100a7961b05ea authored over 10 years ago
remove NPAPI from AUTHORS, fix memory leak

800318b3db98548e2f7dc31dd8f97186b316efe9 authored over 10 years ago
merge latest MuPDF update

642617b2a4fc7c2edc620663f17d9376be499189 authored over 10 years ago
simplify EbookUIController

2824abd9ac655fbd88b8e4d80fcbb9f5246e4e1f authored over 10 years ago
isolate EbookController through EbookControllerCallback

626c013c404610fb431eac04230a813263cc3d90 authored over 10 years ago
isolate Controller, move remaining callbacks from WindowInfo to ControllerCallbackHandler

2733733c2e5415c5d55a08b3bb61e3548efd18f5 authored over 10 years ago
tabs: make middle-clicking close the tab

f5a632d3323012244ab8b4b17908eb3d72c2cdb9 authored over 10 years ago
stop using LoadArgs::forceReuse for opening new tabs (it again overrides the current document)

ecc6a8d74ff3d59b8efc88e5dda4c0983dcd9005 authored over 10 years ago
move ebook thumbnail creation into EbookController

74d3ab2f0c130c451f6e9d570e9c121c5c452bb2 authored over 10 years ago
RenderToPDF: compress images

199141b9af25a400cd59e10275ed85115cc25dc2 authored over 10 years ago
add experimental RenderToPDF

29fca323cfb95bc87bcc29bada53b8bce8c131c2 authored over 10 years ago
simplify SaveAs TXT/PDF conversion checks

c00f7ef1dc991eda031ead1e42a6951560d0cf79 authored over 10 years ago
replace PsEngine wrapper class with namespace

6b3e2f783a3df81ffc97a04099a6e5827282c678 authored over 10 years ago
remove unneeded checks in PsEngineImpl

40a08e07db26bd0634b8a65e6c01c5c0f42e0ec0 authored over 10 years ago
replace EbookEngine wrapper classes with namespaces

f2de379a14382644679ff115b9f43bd029faf699 authored over 10 years ago
replace ImagesEngine wrappers with namespaces

3f4808e2038058c12160c369710f3518755fe1ac authored over 10 years ago
replace XpsEngine wrapper class with namespace

83d165f613d9c40c56afd211f7860a5bd01ea8ec authored over 10 years ago
use namespace for readability (cf. r8920)

c3c360b77967f2f43d897ff2af5f71e143bd9ce7 authored over 10 years ago
remove unneeded includes

3d640fb90585b804dcb4ae0a32efa066e89ac4c0 authored over 10 years ago
remove PdfEngine wrapper class

968eb64832c9012653e407179fc7f0fcc5a9b507 authored over 10 years ago
VS2008 housekeeping

5489b7963b6c2e8a6774e7af1dfceef6dae589d8 authored over 10 years ago
don't crash when switching to an ebook tab after resizing the window

523c39849f2fab74b4d60e992b7af469223a03f1 authored over 10 years ago
remove DjVuEngine wrapper class (same can be done for a few others)

b184f1f5b163f6f28ea2e16c07708084d1c0d32a authored over 10 years ago
PDF: prevent potential NULL pointer dereference in OOM condition (fixes bug 695260)

24a9f2c70309104e295abb0524e5cadbfc040cf2 authored over 10 years ago
update translations

1b3aff82d9931768211799fee872f7937fcbb756 authored over 10 years ago
remove unused code

cd8c3a3d8cbcd764cebca5a58ec280cd51e8b05f authored over 10 years ago
don't briefly show About screen while loading an ebook

d6bd7bc33e0db428195410684df3ff45ace78c1c authored over 10 years ago
remove static edge from canvas

64259ec9b7af4477700fc559016cf0a1b79d79eb authored over 10 years ago
move frame layouting mostly into RelayoutFrame

c4d3445a3215e5fa2d6577d4fc3e1dc247ec5338 authored over 10 years ago
remove dependency of WindowInfo.h on DisplayModel.h

daa3a4fca1283947d019594f315b8f6d969a29a1 authored over 10 years ago
remove dependency of EbookFormatter on Doc

60851ebe5b7b175ee51df4ac206b437b036084a6 authored over 10 years ago
prevent ebook relayout when switching tabs

13926b583a3e0afde1544fb998436bb13e8fca3b authored over 10 years ago
stop ChmEngine from extending BaseEngine

3c020efd71ef829b8e7250698d6fcbcc3c6a14ee authored over 10 years ago
remove ChmEngine from EngineManager

f4251c968391f6a5342116b272ee158fdb3c57a5 authored over 10 years ago
remove MobiTestDoc

2054460a069b1225341c34c526997a0181f1abb3 authored over 10 years ago
move WindowInfo::pdfsync to FixedPageUIController

0f140a209cfe5543e6235b2ce95fa9726ea42fc0 authored over 10 years ago
mention pdfium in a wishlist

ff77715651c806b25c2c627dac8857e2bcc57dc5 authored over 10 years ago
don't auto delete broken document's tab

8efbb89bdd9b320244fa9a8022cc219080c34d25 authored over 10 years ago
replace WindowInfo::IsFixedDocLoaded with AsFixed, WindowInfo::IsChm with AsChm and WindowInfo::IsEbookLoaded with AsEbook

fc90657f8fa82e31d3747d87df29938e5da089eb authored over 10 years ago
add a bunch of TODOs to LoadModelIntoTab

5d1ae3c8d8d8791238ed555d97638ce5720a27c1 authored over 10 years ago
make selection edge auto-scrolling work for higher DPI settings (fixes issue 2595)

b4642409e306861de1db672f95a9284677d4890d authored over 10 years ago
merge latest MuPDF update

a971c351cdfed99d672541329af0e3e7b464d112 authored over 10 years ago
display toolbar below tabbar (fixes issue 2596)

cac0304f7b11284ca28fb89beda1ac87a94942c2 authored over 10 years ago
rename ShowTabBar => UseTabs and make tabs the default

d250699ef27bf3146a6a4e3b52e9486cb7b78994 authored over 10 years ago
implement EbController::GoToLastPage

6f1f89859e3a7bc261927781f8eafeff5685753a authored over 10 years ago
clean up remainder of EbookWindow.cpp

d5f1d5327d75578b58fd20846470f0833716ad33 authored over 10 years ago
stop using Doc for engines (Controller allows to abstract both when needed)

2807ab582f488592e6aca7727334e4b7a92db8ff authored over 10 years ago
remove EbookWindow (fixes issue 2594)

78bcde7725f7600e1209771cb8ce86e137c86707 authored over 10 years ago
remove most SumatraWindow usage

c135cc028664f0a50a4d8c4df6f4ab26392b7d58 authored over 10 years ago
send WM_DESTROY to hwndTabBar when exiting through OnMenuExit

eda5bde863f8302d45aecf8a758063fe1b03ef64 authored over 10 years ago
require addNavPt argument for Controller::GoToPage

e99728cd35ea1b955275182cdf45f53e8c5d0a1e authored over 10 years ago
implement 'b' e-book reading mode for ebooks

fffd89ff52e771e1921679f356bc27ad08318114 authored over 10 years ago
fix background tab related crash in OnTimer

24b336b282d3d8fa36cd9ba154a32fa05edcd692 authored over 10 years ago
handle WM_USER in TabNotification::Execute

1c86d6317edacfc63ae292d90930ddc12a68bace authored over 10 years ago
fix stress testing

8395e16e39cd63c561b7cc68ef0c4e99182fd1cb authored over 10 years ago
make DISABLE_EBOOK_WINDOW default, fix most remaining inconsistencies

636dae6b5552a5083d540a656dc93134bedb359f authored over 10 years ago