2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially...
|
commit | commitdiff | tree |
2008-10-31 |
Václav Slavík | fix toolbar buttons so that they don't disappear temporarily...
|
commit | commitdiff | tree |
2008-10-30 |
Václav Slavík | must close output file before reading back from it
|
commit | commitdiff | tree |
2008-10-30 |
Václav Slavík | wxHTML: don't include extra whitespace in table cells
|
commit | commitdiff | tree |
2008-10-28 |
Václav Slavík | fixed interpretation of line breaks in <pre> to conform...
|
commit | commitdiff | tree |
2008-10-16 |
Václav Slavík | forgot to commit toplevel.h as part of r56374
|
commit | commitdiff | tree |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none...
|
commit | commitdiff | tree |
2008-10-16 |
Václav Slavík | wxArtProvider cleanup: added artmsw.cpp accidentally...
|
commit | commitdiff | tree |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider:
|
commit | commitdiff | tree |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349
|
commit | commitdiff | tree |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345
|
commit | commitdiff | tree |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it...
|
commit | commitdiff | tree |
2008-10-15 |
Václav Slavík | no need to iterate over all special icon names after...
|
commit | commitdiff | tree |
2008-10-15 |
Václav Slavík | added a test to check if wxHtmlWindow::SelectionToText...
|
commit | commitdiff | tree |
2008-10-15 |
Václav Slavík | fixed wxHtmlWindow::SelectionToText() to correctly...
|
commit | commitdiff | tree |
2008-10-12 |
Václav Slavík | removed a warning that should only be a FIXME
|
commit | commitdiff | tree |
2008-10-11 |
Václav Slavík | get help frame's icon using wxART_FRAME_ICON wxArtClient...
|
commit | commitdiff | tree |
2008-10-01 |
Václav Slavík | wxSpinButton was missing in XRC spec, added
|
commit | commitdiff | tree |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults...
|
commit | commitdiff | tree |
2008-10-01 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2008-10-01 |
Václav Slavík | finished XRC format specification: added docs for all...
|
commit | commitdiff | tree |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTaskBarIc...
|
commit | commitdiff | tree |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable
|
commit | commitdiff | tree |
2008-09-30 |
Václav Slavík | fixed incorrect separators markup in samples/xrc
|
commit | commitdiff | tree |
2008-09-30 |
Václav Slavík | wxToolBar XRC handler should call SetupWindow() to...
|
commit | commitdiff | tree |
2008-09-30 |
Václav Slavík | wxWizard XRC handler should call SetupWindow() to handle...
|
commit | commitdiff | tree |
2008-09-29 |
Václav Slavík | wxART_MISSING_IMAGE is not a valid wxArtClient value...
|
commit | commitdiff | tree |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment...
|
commit | commitdiff | tree |
2008-09-21 |
Václav Slavík | Removed too strict check from wx-config that prevented...
|
commit | commitdiff | tree |
2008-09-21 |
Václav Slavík | Get rid of gs_cairo; if wxGtkPrint* classes are used...
|
commit | commitdiff | tree |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through...
|
commit | commitdiff | tree |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrintout...
|
commit | commitdiff | tree |
2008-09-21 |
Václav Slavík | progress message passed to wxDC::StartDoc() is not...
|
commit | commitdiff | tree |
2008-09-10 |
Václav Slavík | fixed typo in XRC error message
|
commit | commitdiff | tree |
2008-09-09 |
Václav Slavík | wxDir/FilePickerCtrl's message should be translatable
|
commit | commitdiff | tree |
2008-09-09 |
Václav Slavík | removed superfluous font size scaling in wxGtkPrinterDCImpl...
|
commit | commitdiff | tree |
2008-09-07 |
Václav Slavík | fixed pagebreaks computation in tables (#9935, patch...
|
commit | commitdiff | tree |
2008-09-07 |
Václav Slavík | whatever it is, wxXmlResource::GetFirstRoot() isn't...
|
commit | commitdiff | tree |
2008-09-06 |
Václav Slavík | added XRC format documentation to the manual (per-class...
|
commit | commitdiff | tree |
2008-09-06 |
Václav Slavík | don't center tables, it looks ugly
|
commit | commitdiff | tree |
2008-08-31 |
Václav Slavík | fixed memory corruption in wxHTML when parsing '&;...
|
commit | commitdiff | tree |
2008-08-26 |
Václav Slavík | pch-less compilation fix for r55285
|
commit | commitdiff | tree |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterator...
|
commit | commitdiff | tree |
2008-08-20 |
Václav Slavík | fixed scaling of print preview if there's not enough...
|
commit | commitdiff | tree |
2008-08-20 |
Václav Slavík | re-fix MinGW DLL compilation
|
commit | commitdiff | tree |
2008-08-13 |
Václav Slavík | added wxString benchmark using 2.8's HTML parser
|
commit | commitdiff | tree |
2008-08-13 |
Václav Slavík | HAVE_BOOST_THREAD should be off by default
|
commit | commitdiff | tree |
2008-08-13 |
Václav Slavík | add assert checking that GetCapture() and ms_winCaptureCurre...
|
commit | commitdiff | tree |
2008-08-12 |
Václav Slavík | apply Stefan's fix for wxHtmlDCRenderer clipping
|
commit | commitdiff | tree |
2008-08-12 |
Václav Slavík | made wxCharTypeBuffer<T>::release() const again, for...
|
commit | commitdiff | tree |
2008-08-11 |
Václav Slavík | added microbenchmark for wxCharBuffer performance
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | DLLs linking fix wxCharTypeBuffer<T>::NullData
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | pch-less compilation fix
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | compilation fix: wxUString uses it's own wxCharTypeBuffer...
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | radically simplified declarations of wxUString-specific...
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | added refcounting to wxCharBuffer to fix passing of...
|
commit | commitdiff | tree |
2008-08-10 |
Václav Slavík | fixed typo
|
commit | commitdiff | tree |
2008-08-09 |
Václav Slavík | more strict UTF-8 validity checks, as it should be...
|
commit | commitdiff | tree |
2008-08-07 |
Václav Slavík | small wxArtProvider API improvements: added HasNativeProvide...
|
commit | commitdiff | tree |
2008-07-29 |
Václav Slavík | optimize wxFormatStringArgumentFinder<T> for strings...
|
commit | commitdiff | tree |
2008-07-29 |
Václav Slavík | fixed messed up indentation
|
commit | commitdiff | tree |
2008-07-29 |
Václav Slavík | added a test for passing wxCharBufer to wxprintf functions
|
commit | commitdiff | tree |
2008-07-21 |
Václav Slavík | Fixed detection of Meta key state so that NumLock isn...
|
commit | commitdiff | tree |
2008-07-14 |
Václav Slavík | compilation fix after SetClippingRegion changes (patch...
|
commit | commitdiff | tree |
2008-07-09 |
Václav Slavík | use iterators instead of c_str() in wxXmlResource:...
|
commit | commitdiff | tree |
2008-07-05 |
Václav Slavík | reverted Robert's premature removal of deprecated 2...
|
commit | commitdiff | tree |
2008-06-23 |
Václav Slavík | added <xrc-file> tag to wxpresets
|
commit | commitdiff | tree |
2008-06-16 |
Václav Slavík | added a note about print preview inaccurancies and...
|
commit | commitdiff | tree |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approach...
|
commit | commitdiff | tree |
2008-06-16 |
Václav Slavík | fixed SetUserScale() calls to use correct scale on...
|
commit | commitdiff | tree |
2008-06-16 |
Václav Slavík | fixed printing preview to not report errors in infinite...
|
commit | commitdiff | tree |
2008-06-15 |
Václav Slavík | revert part of r54233 that was included by accident
|
commit | commitdiff | tree |
2008-06-15 |
Václav Slavík | if gdiplus.dll cannot be loaded, return NULL from wxGraphics...
|
commit | commitdiff | tree |
2008-06-11 |
Václav Slavík | render pages in print preview at idle time, not from...
|
commit | commitdiff | tree |
2008-06-05 |
Václav Slavík | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-06-05 |
Václav Slavík | added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
|
commit | commitdiff | tree |
2008-06-04 |
Václav Slavík | Changed wxHTML default font size for printing to be...
|
commit | commitdiff | tree |
2008-06-04 |
Václav Slavík | wxDFB: implemented Raise() and Lower() for TLWs
|
commit | commitdiff | tree |
2008-06-04 |
Václav Slavík | glcmn.cpp doesn't belong in OPENGL_SRC_PLATFORM (it...
|
commit | commitdiff | tree |
2008-06-02 |
Václav Slavík | regenerated all trunk makefiles with bakefile-0.2.3
|
commit | commitdiff | tree |
2008-06-02 |
Václav Slavík | fixed OSX bundles bkl code to handle conditional targets...
|
commit | commitdiff | tree |
2008-05-31 |
Václav Slavík | allow periods in wxFileSystem URL anchors (patch #2265)
|
commit | commitdiff | tree |
2008-05-30 |
Václav Slavík | re-added accidentally omitted 'ANSI'
|
commit | commitdiff | tree |
2008-05-30 |
Václav Slavík | fixed confusingly complicated sentence to make sense
|
commit | commitdiff | tree |
2008-05-27 |
Václav Slavík | silence warnings about not using double-buffered surface...
|
commit | commitdiff | tree |
2008-05-21 |
Václav Slavík | fixed compilation with DirectFB 0.9
|
commit | commitdiff | tree |
2008-05-17 |
Václav Slavík | minor Unicode overview corrections
|
commit | commitdiff | tree |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
|
commit | commitdiff | tree |
2008-05-17 |
Václav Slavík | fixed error logging in TIFF image handler to output...
|
commit | commitdiff | tree |
2008-05-09 |
Václav Slavík | fixed wxMac compilation after ShowWithEffect() changes...
|
commit | commitdiff | tree |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFFECT_X...
|
commit | commitdiff | tree |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case
|
commit | commitdiff | tree |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window...
|
commit | commitdiff | tree |
2008-05-06 |
Václav Slavík | use const char*, not char*, for embedded XPMs to fix...
|
commit | commitdiff | tree |
2008-05-05 |
Václav Slavík | fixed handling in wxHtmlWinParser, broken by...
|
commit | commitdiff | tree |
2008-05-04 |
Václav Slavík | clarified From/To8BitData's purpose
|
commit | commitdiff | tree |
2008-05-04 |
Václav Slavík | check tables width parameter for invalid values
|
commit | commitdiff | tree |
2008-05-04 |
Václav Slavík | fixed incorrect handling of end iterator in HtmlizeLinebreak...
|
commit | commitdiff | tree |
2008-04-28 |
Václav Slavík | report Unicode characters when reporting EVT_CHAR in...
|
commit | commitdiff | tree |
2008-04-28 |
Václav Slavík | use the new DoLogString signature (fixes with 2.8 compat...
|
commit | commitdiff | tree |
next |