2000-01-27 |
Václav Slavík | compilation fix for MSVC
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | minor visual enhancement of help browser
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | documented noRefresh parameter of SetScrollbars
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | fixed incorrect parsing of URLs like www.kde.org (should...
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | made unzip.c accept / and \ in filenames as equal
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | implemented better paths handling: dir1/../dir2/file...
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | inline functions with if moved to .cpp
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | some scrolling&refreshing fixed ; removed wxHtmlWindow...
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | removed wxHtmlWindow::OnKeyDown
|
commit | commitdiff | tree |
2000-01-27 |
Václav Slavík | yet another help browser visual enhancement
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | wxHtmlHelpFrame enhancements
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | added wxHtmlWindow::GetOpenedAnchor
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | wxACCEL_NONE -> wxACCEL_NORMAL
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | changed demo data a bit
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | sets frame title even for pages without <title> tag
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | added wxHF_OPENFILES demo
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | some fixes in names of cached helpbooks (does not contain...
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | added new wxHF_ flags
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | added more navigation controls to wxHtmlHelpFrame
|
commit | commitdiff | tree |
2000-01-26 |
Václav Slavík | added more navigation controls to html help frame
|
commit | commitdiff | tree |
2000-01-24 |
Václav Slavík | fixed false error report with helpfiles without index
|
commit | commitdiff | tree |
2000-01-24 |
Václav Slavík | documented wxACCEL_ALT
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | moved bookmarks to Contents panel
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | added wxLogError/Warning into wxHTML
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | fixed broken GIFs
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | fixed broken GIFs
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | probably forgot to commit mimetype split to this file?
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | added intelligent scaling of icons -- cutting empty...
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | added WXMAC default font sizes
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | added wxFileType::GetMimeTypes
|
commit | commitdiff | tree |
2000-01-23 |
Václav Slavík | removed call to win32 api ::SetMapMode -- hopefully...
|
commit | commitdiff | tree |
2000-01-22 |
Václav Slavík | added demo of wxEncodingConverter
|
commit | commitdiff | tree |
2000-01-22 |
Václav Slavík | fixed bug in reference to tnoneng.tex
|
commit | commitdiff | tree |
2000-01-22 |
Václav Slavík | added GNOME mimeinfo parsing & some fixes for non-XPM...
|
commit | commitdiff | tree |
2000-01-22 |
Václav Slavík | added test for correctly created wxIcon
|
commit | commitdiff | tree |
2000-01-22 |
Václav Slavík | updated documentation about default type in wxImage...
|
commit | commitdiff | tree |
2000-01-21 |
Václav Slavík | finished non-Eng overview
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added link to Writing non-E apps
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added Writing non-English applications
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | documented Charset= in hhp
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | rewritten to use wxTheMimeTypesManager
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | documented existence of wxTheMimeTypesManager
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | documented macros *_EXPORTED_ARRAY
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | fixed SetLink (if link.Href is empty, nulls the link
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | split mimetype.h/.cpp into platform specific code
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | dialog for choosing charset was too wide
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | uses wxInitAllImageHandlers
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added encoding support to help contents
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,max,msw
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added utils/hhp2cached
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | fixed compilation problem with BC (at least I hope so)
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | fixed ReadString for wxUSE_UNICODE
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | it is now possible to add custom buttons into wxHtmlHelpFram...
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added wxFSFile::GetModificationTime
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | added wxFileModificationTime
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | uses SetTempDir
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | iso8859-1,15 and cp1252 added to Cyrillic charsets
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | Added Open HTML page to menu
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | removed protected methods from docs
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | .cached format of help books is now endian-independent...
|
commit | commitdiff | tree |
2000-01-19 |
Václav Slavík | generic wxFileDialog now stores customizations to registry...
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | added default icons for binary and unknown filetype
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | icons for generic file dialog
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | m_LastPage changed to wxChar*, forgot to commit
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | added justification demo
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | HTML_* -> wxHTML_* (bugs in docs)
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | added support for align=justify
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | added wxHTML_ALIGN_JUSTIFY
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | added align=justify support ; also removed relic:...
|
commit | commitdiff | tree |
2000-01-18 |
Václav Slavík | removed relic: GetMaxLineWidth
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | removed show_progress argument in some private functions...
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | PageUp/PageDown scroll by 2/3 of client area height...
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | help search is much faster now (7 times! that's what...
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | fixed BC compilation bug (line 145)
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | wxHtmlHelpController can now use default wxConfig instance
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | removed some forgotted wxLogDebug calls
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | documented support for <meta>
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | wxConfig is used together with wxConfig::Set now
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | (1) fixed bug: wxFontMapper no longer creates wxConfig...
|
commit | commitdiff | tree |
2000-01-17 |
Václav Slavík | changed wxConfigBase::Get signature to wxConfigBase...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | somebody added #ifdefed #pragma to disable warnings...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | documented wxGA_SMOOTH
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | search progress bar has smooth gauge under win95 now
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | wxProgressDialog now accepts wxGA_SMOOTH style
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | added encoding conversion to wxHTML
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | <pre> environment uses charset conversion as well
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | added <meta http-equiv> handler
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | wxHtmlFilterHTML adds fake <meta> tag so that the parser...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | wxNativeEncoding::To/FromString now stores wxFontEncoding...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | changed format of wxFontMapper entries: facename_encoding...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | added wxHTML i18n demonstration
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | added case sensitive and whole words only search
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | minor change in passing arguments to CreateAntialiasedBitmap
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | fixed default button size, finally
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | added some utils (tex2rtf, helpgen, makegen) to make...
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | fixed makefile - now compiles ALL samples
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | compilation fixes (gcc)
|
commit | commitdiff | tree |
2000-01-16 |
Václav Slavík | index search is case insensitive now; index panel indicates...
|
commit | commitdiff | tree |
next |