Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix PR pkg/48777
|
|
+ minor fixes, code is now wxWidgets-2.9-friendly
|
|
|
|
|
|
Changelog:
* 1.21:
+ updated Polish, Russian translations.
+ fixed a fonts setup bug.
* 1.22:
+ added Greek translation.
+ implemented fullscreen mode.
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
Changelog:
* 1.19:
+ fixed the table of contents display for most non-Latin
character set documents (provided you get a Unicode
build).
+ fixed linking issue for wxWidgets 2.9 (the AUI libraries
were not being pulled in).
+ fixed a bunch of minor bugs.
* 1.20:
+ fixed a nasty bug that crashed the application with some
CHM files.
+ fixed strict-aliasing compile-time warning.
+ fixed a few signed/unsigned comparison warnings.
|
|
|
|
* updated PT translation.
* added --notopics and --noindex as command line parameters.
They inhibit loading the topics tree and the index list, respectively.
* added Vim-like document scrolling key bindings.
* made the source code wxWidgets 2.9 friendly.
* documents using Chinese simplified now display properly.
* fixed Windows application crash that happened when the user clicked the
"Fonts.." button.
* made the source code compatible with Unicode/MSVC wxMSW builds.
* fixed loading of search-in-titles results.
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
Changes since 1.13:
+ fixed Normalize() code for Windows CHM files.
+ fixed "Cannot display document in <whatever> encoding"
error.
+ now allowing ENTER to work in the bookmarks list.
+ updated Romanian, German translations.
+ added Belarusian translation.
+ don't initialize locale data on Windows (English-only)
+ fixed build problem with Unicode-detecting #ifdefs
inside wxT() macros.
+ made the source code GCC 4.3 friendly (fixed duplicate
parameters issue in GetItem()).
+ #included <bitfiddle.inl> in chmapp.cpp (apparently it
did not compile without this on some platforms)
+ updated French translation.
+ fixed XPM compile-time warnings for GCC 4.3
+ bumped minimum accepted wxWidgets version to 2.8.
+ added tabbed browsing support (from Cedric Boudinet).
+ Firefox-style shortcuts for navigation.
+ fixed font non-Latin encoding character set encoding
problem.
+ replaced the checks for u_intXX_t with checks for the
more standard uintXX_t.
+ some refactoring.
+ added #include <stdint.h> GCC 4.4 patch from the Gentoo
ebuild.
|
|
|
|
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
|
|
|
|
|
|
|
* 1.11:
+ now xCHM can parse binary TOC trees, if available.
+ now xCHM can retrieve data from the binary index, if
available.
+ fixed random printout font size problem.
+ fixed Win32 logo loading problem.
+ added a progress bar for CHM loading.
+ fixed TOC tree append bug.
+ added "Save link as.." item to the context-sensitive
right-click menu.
+ fixed special HTML characters in TOC/index links bug.
+ fixed relative links in TOC/index bug.
+ fixed TOC sync with the currently loaded page bug.
* 1.12:
+ actually using the binary index code.
+ fixed the search results links.
+ fixed lost Unicode character translation for the TOC and
index entries.
+ updated Polish translation.
+ fixed index display for non ASCII encodings.
+ CHM localization bugfixes.
* 1.13:
+ fixed CHMLIB link in the splash page.
+ fixed special character languages index for wxGTK 2.6.
|
|
* 1.10:
+ loading CHM files by topic.
+ now keeping the scroll position between HTML window
resizes.
+ WxWidgets 2.7 friendly code.
+ F9 now works to toggle the contents, just like Firefox.
+ added Swedish translation.
+ added Portuguese translation (in addition to the old - now
pt_BR - translation).
+ fixed the Portuguese translations (they were using the
wrong charset).
+ wxGTK 2.8.x friendly.
+ workaround to be able to print relative path CHM images.
|
|
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
|
* 1.9:
+ it is now possible to search in the pages of books without
a contents tree.
+ updated Romanian translation.
+ finally fixed CHM absolute links problem.
+ updated Polish translation.
|
|
+ fixed the copy link location code.
+ updated Polish translation.
+ now SPACE and BACKSPACE work like PAGEUP and PAGEDOWN
in the HTML display window.
+ added (X)Emacs indertation meta-comments to the source
files.
+ fixed Win32 MB2WC() bug.
+ re-wrote the HHC/HHK parsing code from scratch.
+ added pretty book icons to the Win32 content tree too.
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
* 1.7:
+ fixed the fix :-)
+ the Ukrainian translation should have been in uk.po not
ua.po
* 1.7.1:
+ the history and font dialog were broken.
|
|
* 1.6:
+ added Ukrainian translation.
+ fixed nasty wxHTML-related bug with absolute .chm links.
|
|
* 1.5:
+ fixed bookmark selection bug.
+ fixed Mac OS X locale warning.
+ now text can be copied with ctrl(or cmd, on Mac)-C.
+ added Copy toolbar button.
+ added Edit menu bar.
|
|
Changes:
- Fixed Polish translation.
- Fixed a command line relative path bug.
- Fixed CHM input stream implementation on Windows.
- The build scripts are MinGW32-friendly.
|
|
|
|
Changes:
+ added Czech translation.
+ added Slovak translation.
+ updated Russian translation.
+ updated French translation.
+ removed useless mouse scroll patch for Mac OS X.
+ fixed the About dialog on Mac OS X.
+ fixed the HTML link to Pabs' chmspec page.
+ now allowing the 'back' button to get to the welcome page.
+ the code compiles on Win32 with MinGW without patches
+ added Win32 resource and icon files
+ applied GCC 4.1 related patch
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Changes since 1.0:
- Added TW translation.
- Fixed bookmarks save on application exit bug.
- Added support for the <SPAN> HTML tag.
- Better icons for the contents tree control items.
- Added Chinese translation.
- Improved the language detection system and non-Latin character
sets display in Unicode builds.
- Fixed Cyrillic characters display in Unicode builds.
|
|
Changes:
- Text selection and copy/paste operations are available.
- Searching in page with Ctrl+F is possible.
- Changed the protocol prefix to 'xchm:' to avoid conflicts with the
wxWindows-integrated chm support.
- Improved CHM load times and UI usability during loading.
|
|
|