2008-08-30 |
Vadim Zeitlin | avoid unnecessary heap allocation of BITMAPINFO struct
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | implement operator!=() inline (forgot to commit before)
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | fix mingw32 4.3 warning about passing literal string...
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | use C99 isfinite() for 64 bit mingw32 instead of BSD...
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | test for __MINGW64__ in the huge files support section
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined...
|
commit | commitdiff | tree |
2008-08-30 |
Vadim Zeitlin | more Doxygen warnings corrections from Tim S
|
commit | commitdiff | tree |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value...
|
commit | commitdiff | tree |
2008-08-29 |
Vadim Zeitlin | document wxCP_NO_TLW_RESIZE
|
commit | commitdiff | tree |
2008-08-29 |
Vadim Zeitlin | make the length of string proportional to the parameter...
|
commit | commitdiff | tree |
2008-08-29 |
Vadim Zeitlin | override DoOpen/SaveDocument() instead of OnOpen/SaveDocumen...
|
commit | commitdiff | tree |
2008-08-28 |
Vadim Zeitlin | don't use new string caching code without compiler...
|
commit | commitdiff | tree |
2008-08-28 |
Vadim Zeitlin | compilation fix for non-UTF-8 build
|
commit | commitdiff | tree |
2008-08-28 |
Vadim Zeitlin | add cache for last used position and string length...
|
commit | commitdiff | tree |
2008-08-28 |
Vadim Zeitlin | add the possibility to pass numeric parameters to benchmark...
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | no changes, just match the number of opening/closing...
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | unbuffer cout to work around bug in Debian version...
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | use std::sort() instead of qsort() to implement wxArrayStrin...
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | get rid of duplicate enum (#9895)
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls...
|
commit | commitdiff | tree |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(...
|
commit | commitdiff | tree |
2008-08-26 |
Vadim Zeitlin | no changes, just a typo
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | escape '@' symbols in the docs
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | use UnsetToolTip() instead of SetToolTip(NULL) to fix...
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | added UnsetToolTip() which is also provided (as empty...
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | compilation fixes for minimal build
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | sometimes unused parameter warnings are really worth...
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | don't use deprecated wxMenuItem ctor and don't use...
|
commit | commitdiff | tree |
2008-08-25 |
Vadim Zeitlin | changed wxAuiBlendColour() to work with unsigned chars...
|
commit | commitdiff | tree |
2008-08-22 |
Vadim Zeitlin | fix a couple of spelling errors
|
commit | commitdiff | tree |
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 |
next |