2008-08-22 |
Vadim Zeitlin | fix 2 doxygen errors
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | make ellipses drawn by wxDC more consistent with wxGC...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this supports...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | remove unneeded dependencies from bakefiles and regenerate...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | compilation fix for wxUniv/GTK (closes #9849)
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | add a radio box to select the combobox type (#9845)
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | document that text drawing is not affected by the current...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | honour useMask parameter in DrawBitmap() and StretchBlit...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | continue even if the bitmaps can't be found; look for...
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | don't always create DIBs in wxBitmap(wxImage) ctor
|
commit | commitdiff | tree |
2008-08-21 |
Vadim Zeitlin | mention DoPrepareDC() relative origin offsetting
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | fix MSVC warning about int->bool conversion introduced...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | don't use WXDLLIMPEXP_BASE_DATA() around member data...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | don't use the same tool ids for multiple tools, this...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | add support for using bitmap2 for checked menu item...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | paint the space remaining after the columns too in...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInsta...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it...
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | document wxSpinCtrlDouble (#9834)
|
commit | commitdiff | tree |
2008-08-18 |
Vadim Zeitlin | add comparison operators for UUID class (#9871)
|
commit | commitdiff | tree |
2008-08-16 |
Vadim Zeitlin | fix spurious assert failure in DestroyGripper() which...
|
commit | commitdiff | tree |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after r54926 (...
|
commit | commitdiff | tree |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUniv/MSW after r54937 (#9866)
|
commit | commitdiff | tree |
2008-08-13 |
Vadim Zeitlin | fix typo in __WWXMAC__
|
commit | commitdiff | tree |
2008-08-09 |
Vadim Zeitlin | initialize the button label correctly if the same wizard...
|
commit | commitdiff | tree |
2008-08-09 |
Vadim Zeitlin | added test for Replace(whatever, "")
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | undid changes accidentally committed as part of r55019
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | add DECLARE_NO_COPY_TEMPLATE_CLASS
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | document DECLARE_NO_{COPY,ASSIGN}_CLASS
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | added Win32 TLS tests
|
commit | commitdiff | tree |
2008-08-08 |
Vadim Zeitlin | add TLS access benchmark
|
commit | commitdiff | tree |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),...
|
commit | commitdiff | tree |
2008-08-06 |
Vadim Zeitlin | initialize a local variable even if it doesn't really...
|
commit | commitdiff | tree |
2008-08-06 |
Vadim Zeitlin | pass asciistr, not utf8str, to FromAscii
|
commit | commitdiff | tree |
2008-08-06 |
Vadim Zeitlin | don't disable optimize if --enable-debug_info was specified...
|
commit | commitdiff | tree |
2008-08-06 |
Vadim Zeitlin | show default values of the options in the usage message
|
commit | commitdiff | tree |
2008-08-06 |
Vadim Zeitlin | replace wxASSERT in wxFindNextFile() with wxCHECK to...
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | fix an assert failure when a child TLW was created...
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen...
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | label different controls on spin page (#9816)
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | fix bug in Mark() which highlighted the day not only...
|
commit | commitdiff | tree |
2008-08-05 |
Vadim Zeitlin | fix wxMenu leak (reopened #9089)
|
commit | commitdiff | tree |
2008-08-04 |
Vadim Zeitlin | general docview.cpp code cleanup; use wxVector<> instead...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | fix fatal bug in wxVector copy ctor
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | return empty string instead of some garbage if strftime...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build; also moved some...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | fix view rectangle calculation for the control with...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | add BSTR arrays handling in wxConvertOleToVariant(...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | add support for multiline labels in wxToggleButton
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | no real changes, just refactor to remove some code...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | implement wxToolBarTool::SetLabel() for wxOSX_USE_NATIVE_TOO...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | use wxPEN/BRUSH_XXX instead of wxXXX (#9812)
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | make SetValidator() symmetric with GetValidator() ...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | update for wxSHUTDOWN_LOGOFF/FORCE, should have been...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | store palette information from XPM in wxImage (#9763)
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | don't keep the transparent palette colour from the...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | no real changes, just some cleanup: use wxON_BLOCK_EXIT...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | add support for reading alpha channel from BMP images...
|
commit | commitdiff | tree |
2008-08-03 |
Vadim Zeitlin | compilation after last commit: semicolon after wxDELETE...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | made wxDELETE[A]() template functions instead of macros...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | don't use our custom WM_PAINT handler with composited...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | return true from IsDoubleBuffered() if our TLW parent...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | add wxGet/Set/HasWindowExStyle() helpers and use them
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | copy both alpha and mask in Paste() (#9658)
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | added trivial wxLaunchDefaultApplication() implementation...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | add wxImage::SetType() and use it in animation decoders...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | document "clear" parameter of ctor/Create() properly...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | fix keyboard navigation in radio boxes containing hidden...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | improve best size calculation; notably account for...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | implement wxLaunchDefaultApplication() for MSW and...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | PCH-less build fix after the last commit
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | extract parts of wxXRC depending on wxAdv in a separate...
|
commit | commitdiff | tree |
2008-08-02 |
Vadim Zeitlin | VC6 compilation warning fix for non-defined template...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | capitalize the application name in GetAppDisplayName...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799)
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | removed a cast to WPARAM which was unnecessary and...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | inherit wx_error_mgr from jpeg_error_mgr instead of...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | remove wxSETranslator() entirely from wxUSE_ON_FATAL_EXCEPTI...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | fix warning about possible uninitialized variable with...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | no real changes, just some minor cleanup to fix a few...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | implement support for wxOR and wxCLEAR in wxCairoContext...
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | build fix for wxGTK/Univ build (#9706)
|
commit | commitdiff | tree |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBase...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | add operator[] to our wxStringImpl (blind fix for wxMac...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | document that numbers outside of the valid range are...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | use different strings for wchar_t and UTF-8-based Unicode...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | added another Replace() test
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | added some Replace() benchmarks (#9802)
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar...
|
commit | commitdiff | tree |
next |