Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » Sumatra PDF | SumatraPDF

Модерирует : gyra, Maz

 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

Открыть новую тему     Написать ответ в эту тему

Victor_VG



Tracker Mod
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
r9291
fix tools/tests
 
r9290
unarr: rename RAR uncompression versions from 20/29 to 2/3
 
r9289
unarr: fix PPMd initialization bug
 
r9288
add optional preview handler for .djvu
 
r9287
test-unarr.py: tweaks
 
r9286
test-unarr.py: add an option to print total number of failures
 
r9285
move more code from ext/ into libmupdf.dll
 
r9284
unarr: always process symbols after a parsing filter
 
r9283
unarr: allocate RARVM only when needed
 
r9282
unarr: tweak ZIP directory detection
 
r9281
unarr: always expand beyond the end of a RAR PPMd block
 
r9280
unarr: fix condition for 'Premature EOS' warning
 
r9279
unarr: tolerate trailing data in Deflate streams
 
r9278
test-unarr.py: add getfiles cmd-line option
 
r9277
unarr: fix and use non-Win32 conversion routines
 
r9276
make Alt+F4 and Ctrl+F4 behave as expected
 
r9275
merge latest MuPDF update
 
r9274
reenable the UnRAR fallback
 
r9273
unarr: document public API
 
r9272
FrameRateWnd: use default gui font; introduce ScopedHdcSelect and GetDefaultGuiFont()
 
r9271
FrameRateWnd: also track WM_WINDOWPOSCHANGED, because why not
 
r9270
FrameRateWnd: better way to ensure frame rate window stays on top of its associated window
 
r9269
use HWND_MESSAGE as a parent for uitask message-only window, as per msdn
 
r9268
hook up FrameRateWnd in debug mode
 
r9267
unarr: remove entry_get_name_w
 
r9266
prevent assertion introduced with r9247 (fixes the CalcZoomVirtual crashes)
 
r9265
unarr: native RGB parsing filter
 
r9264
merge latest MuPDF update
 
r9263
unarr: prevent requesting more data than is available
 
r9262
unarr: remove broken and unneccesary check for infinite loop
 
r9261
unarr: fix check for infinite loop (fixes issue 2670)
 
r9260
unarr: restart from byte boundary for solid compression (fixes issue 2666)
 
r9259
unarr: split RAR version 20 and 29 decompression states
 
r9258
don't increase WINVER for a debugging tool
 
r9257
bump WINVER to 0x501 (xp) for DefSubclassProc
 
r9256
FrameRateWnd: hook associated window so that we move when it moves
 
r9255
add FrameRateWnd.[cpp|h]
 
r9254
always start the Timer at time of construction; Start() re-sets the timer anyway
 
r9253
HtmlWindow: for safety, keep a copy of SetHtml() data
 
r9252
fix x64 compilation
 
r9251
unarr: support RAR compression version 20 (fixes issue 2662)
 
r9250
unarr: move huffman coding out of uncompress-rar.c
 
r9249
HtmlWindow: always set scrollbars to auto
 
r9248
HtmlWindow: change how SetText() works so that the caller doesn't have to care about about:html
 
r9247
stop skipping UI reconfiguration in LoadDocIntoWindow (fixes issue 2669)
 
r9246
more pointers to articles
 
r9245
add HtmlWindow::SetScrollbarToAuto()
 
r9244
HtmlWindow: get rid of ugly border around it
 
r9243
HtmlWindow: do notify about the first about:blank because how else the owner can know it's safe to call SetHtml() ?
 
r9242
add layout helpers DivideRectV(), DivideRectH(), RectInfalteTB()
 
r9241
test-unarr.py: add option to create summary of failures
 
r9240
test-unarr.py: whitelist some errors
 
r9239
test-unarr.py: don't fail if access denied to a particular folder, just skip it
 
r9238
add cast for ExtTextOut (fixes issue 2668)
 
r9237
unarr: implement RAR audio filter
 
r9236
shorter IsRtl(); tweaking comments
 
r9235
remove Experiments.cpp; Splitter: only one style of non-live resize handle
 
r9234
unarr: fix RARVM edge cases (fixes issue 2665)
 
r9233
unarr: simplify operand access in RARVM
 
r9232
use non-live splitter only for ebook UI
 
r9231
splitter: add an option for a nicer looking bar during resize
 
r9230
splitter: better way to calculate where to draw the splitter during move
 
r9229
ebook window: change the background color of status bar to match main window's color
 
r9228
add WinCursors.[cpp|h] for a common way to use cached cursors
 
r9227
add option to have non-live resizing with SplitterWnd
 
r9226
extract drawing code into PaintHDC()
 
r9225
update translations
 
r9224
unarr: move version check into rar_init_uncompress
 
r9223
prevent flickering in sidebar title (introduced with r9212)
 
r9222
restore ToC tree appearance for non-ebook UI
 
r9221
ebook window: more consistent colors
 
r9220
better color matching in ebook view
 
r9219
dpi-adjust LabelWithCloseWind
 
r9218
update VS2008 project
 
r9217
rename Splitter => SplitterWnd, try #2
 
r9216
simplify GlobalDpiAdjust(int)
 
r9215
implement IsRtl(HWND)
 
r9214
rename Splitter to SplitterWnd
 
r9213
use window's ability to hold text instead of keeping it myself
 
r9212
add LabelWithCloseWnd and use it for toc and fav tree headers
 
r9211
update dependencies
 
r9210
splitter: change window class to not have 'sumatra' in the name
 
r9209
splitter: simplify cursor handling some more
 
r9208
splitter: simplify cursor handling
 
r9207
fix build and make splitter independent of sumatra code
 
r9206
fix build
 
r9205
add win::SetVisibility() for less ?:
 
r9204
splitter: move to src/utils
 
r9203
Splitter: convert fav splitter to new splitter
 
r9202
Splitter: allow changing background color
 
r9201
Splitter: only one callback and other simplifications
 
r9200
unarr: implement non-Win32 string.c
 
r9199
update dependencies
 
r9198
convert sidebar splitter to new splitter
 
r9197
fix build
 
r9196
progress on new splitter
 
r9195
fix typo
 
r9194
use GetModuleHandle(NULL) instead of ghinst or passing it around; move splitter window to Splitter.[h|cpp]
 
r9193
small headers cleanup
 
r9192
GdiPlusUtil.h requires using namespace Gdiplus, so no point denying that

Всего записей: 33225 | Зарегистр. 31-07-2002 | Отправлено: 14:31 21-07-2014
Открыть новую тему     Написать ответ в эту тему

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » Программы » Sumatra PDF | SumatraPDF


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru