2009-04-21 |
Vadim Zeitlin | correct the assert added by r60056 to not trigger in... |
tree | commitdiff |
2009-04-21 |
Vadim Zeitlin | don't readd items in SetImageList() after changing... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | build fix for wxMac |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | no real change; just add the standard separator where... |
tree | commitdiff |
2009-04-20 |
Vadim Zeitlin | include windows.h instead of basetsd.h directly as... |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | content must be changeable by wx even though control... |
tree | commitdiff |
2009-04-20 |
Francesco Montorsi | use WX_PIZZA(...) to deference pointers only when we... |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | fixing param |
tree | commitdiff |
2009-04-18 |
Vadim Zeitlin | initialize m_hFont in the beginning of wxFontRefData... |
tree | commitdiff |
2009-04-18 |
Stefan Csomor | removing overloads to avoid 'hidden method' warning |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Re-added support for property attribute wxPG_BOOL_USE_D... |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Quick (temporary) fix for some spurious splitter movement |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Fixed fallback font used in wxFontProperty::OnSetValue() |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Use wxStdDialogButtonSizer in editor dialogs of wxLongS... |
tree | commitdiff |
2009-04-18 |
Francesco Montorsi | blind wxOS2 build fix |
tree | commitdiff |
2009-04-17 |
Stefan Csomor | wrong override params |
tree | commitdiff |
2009-04-17 |
Julian Smart | Don't attempt to do measuring when the window hasn... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | Removed unneeded includes |
tree | commitdiff |
2009-04-16 |
Benjamin Williams | implement default width for toolbar labels |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | correct test for wxDEBUG_LEVEL in last commit |
tree | commitdiff |
2009-04-15 |
Kevin Ollivier | Implement CreateMeasuringContext for GTK/Cairo. |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | avoid a warning about unused function in release build |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | correct GTK+ version check added by r59603 |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | have at least a measuring context available |
tree | commitdiff |
2009-04-15 |
Francesco Montorsi | remove unneeded font members from wxFontRefData (all... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | make sure we treat partial conversions as failed |
tree | commitdiff |
2009-04-15 |
Francesco Montorsi | small enhancement: account for SLANT==ITALIC on wxMSW... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | textctrl fixes |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | fixing return values and handling of invalid files |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | using proper SubItemRect |
tree | commitdiff |
2009-04-15 |
Julian Smart | Fixed a bug whereby setting one element size set all... |
tree | commitdiff |
2009-04-14 |
Francesco Montorsi | don't return whatever encoding was set in SetEncoding... |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | adapting TextUpdateEvents, using wxTextEntry API |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | making sure min and max sizes can be overridden |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | fixing native font info support bugs |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | adding all encodings on mac |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there... |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | failed conversion shouldn't trigger an assert |
tree | commitdiff |
2009-04-13 |
Vadim Zeitlin | better check for conversion failure in OutputString... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | fix support for using asterisks in the format string... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | return persistent buffers from mb_str()/wc_str() to... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | no real change; just fix the argument name of the wxFon... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | do not call setlocale() twice in wxLocale::IsAvailable... |
tree | commitdiff |
2009-04-09 |
Vadim Zeitlin | fix row/column deselection in row-or-column selection... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | added names of WM_XXXUISTATE messages to wxGetMessageNa... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | added assert checking the column index validity (see... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | remove "item.cchTextMax=0" line from SetItem() as it... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | no real changes, just remove unnecessary semicolons... |
tree | commitdiff |
2009-04-06 |
Vadim Zeitlin | return better fitting size from DoGetBestSize() for... |
tree | commitdiff |
2009-04-06 |
Vadim Zeitlin | no changes, just got rid of many __WXWINCE__ ifdefs |
tree | commitdiff |
2009-04-06 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | use COLORONCOLOR stretching mode in DrawBitmap() too... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | allow reading GIFs with incorrectly specified animation... |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | adding API note |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | no changes, just removed unused variable |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix parsing of %p for locales which use periods in... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix PCH-less build after last change (closes #10678) |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing unused param warning |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing 64 bit value transfer |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | handle embedded NULs correctly in wxString::CmpNoCase... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | really fix handling of trailing periods in abbreviated... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | allow for trailing periods in week day/month names... |
tree | commitdiff |
2009-04-02 |
Julian Smart | Fixed wxRTC AltGr+key input on Windows |
tree | commitdiff |
2009-04-02 |
Stefan Csomor | make long format equal to full on mac (including dayname) |
tree | commitdiff |
2009-04-01 |
Francesco Montorsi | fix a problem with setlocale() under Windows: with... |
tree | commitdiff |
2009-04-01 |
Stefan Csomor | bringing back utf32 encoding for wchar, fixes #10666 |
tree | commitdiff |
2009-03-31 |
Vadim Zeitlin | fix g++ warnings for float->int conversions |
tree | commitdiff |
2009-03-31 |
Benjamin Williams | undock/float toolbar if it's dragged right or south... |
tree | commitdiff |
2009-03-30 |
Benjamin Williams | missing header fixed |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | compilation fix after recent changes |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-30 |
Stefan Csomor | adding OSX specific fixes to bsd level formatting problems |
tree | commitdiff |
2009-03-30 |
Stefan Csomor | adding more symbols to translation, using better matchi... |
tree | commitdiff |
2009-03-30 |
Benjamin Williams | don't allow docks to be resized such that panes overlap |
tree | commitdiff |
2009-03-30 |
Václav Slavík | fixes or embedded NULs handling in wxString |
tree | commitdiff |
2009-03-30 |
Václav Slavík | fixed size of buffer returned by wxFormatConverter... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | compilation fix for r59932 |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | pass size in bytes, not wchars, to SetData() in wxURLDa... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider |
tree | commitdiff |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | wxArtProvider::GetIconBundle() cleanup: |
tree | commitdiff |
2009-03-29 |
Václav Slavík | add support for loading wxIconBundles from streams |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | don't dereference end iterator (closes #10656) |
tree | commitdiff |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | special casing mac code |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | glgrab not available for iphone |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding iphone code |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | make sure button is known for non-precomp case |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding a for am/pm and windows special character t |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | fixing conversion |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding implementation for OSX |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | use short date format in wxLOCALE_DATE_TIME_FMT handler... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
tree | commitdiff |
next |