2008-02-21 |
Vadim Zeitlin | fix harmless unused variable warning under CE |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
tree | commitdiff |
2008-02-21 |
Václav Slavík | removed now-unused wxSizer::GetMax/MinWindowSize helpers |
tree | commitdiff |
2008-02-20 |
Vadim Zeitlin | revert not encoding the colons in FileNameToURL() under... |
tree | commitdiff |
2008-02-19 |
Vadim Zeitlin | don't encode collons in file:// URLs under Windows... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | honour locale modifiers such a @valencia in system... |
tree | commitdiff |
2008-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better... |
tree | commitdiff |
2008-02-14 |
Václav Slavík | fixed wxSizer::SetSizeHints() to allow setting smaller... |
tree | commitdiff |
2008-02-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSi... |
tree | commitdiff |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for... |
tree | commitdiff |
2008-02-12 |
Václav Slavík | use ClientToWindowSize/WindowToClientSize |
tree | commitdiff |
2008-02-12 |
Václav Slavík | added wxWindow::ClientToWindowSize and WindowToClientSi... |
tree | commitdiff |
2008-02-12 |
Paul Cornett | build fix for non-MSW |
tree | commitdiff |
2008-02-12 |
Vadim Zeitlin | use wxLanguageInfo::GetLocaleName() instead of Desscrip... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | remove half a dozen #ifndef __WXWINCE__ as they dont... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | add wxLanguageInfo::GetLocaleName(), this simplifies... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | avoid duplication in the code by refactoring LCID creat... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | initialize m_backgroundBrush to an invalid brush instea... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | update m_lastcount correctly in wxBufferedInputStream... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | use CanAcceptFocus() instead of CanAcceptFocusFromKeybo... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | no changes, just do the case of m_winLastFocused to... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | don't use parent window of a TLW in HandleOnNavigationK... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | fixed wxXLocale(wxLanguage) ctor under Windows, use... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | return int, not wxUniChar, from wxTo{upp,low}er_l(... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | compilation fix for wxUSE_XLOCALE == 0 |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | use correct locale in GetInfo() under Mac (slightly... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | added wxDebugContext::SetShutdownNotifyFunction() ... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | added alpha support to wxImage::Paste() (patch 1883497... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
tree | commitdiff |
2008-02-06 |
Julian Smart | Resolved ambiguity for VC 9 |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1 |
tree | commitdiff |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
tree | commitdiff |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit() |
tree | commitdiff |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size... |
tree | commitdiff |
2008-02-01 |
Michael Wetherell | Compile fix for --without-zlib --enable-compat26. |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0 |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0 |
tree | commitdiff |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
tree | commitdiff |
2008-01-29 |
Julian Smart | Fixed global cursor setting on Mac, which fixes busy... |
tree | commitdiff |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even... |
tree | commitdiff |
2008-01-24 |
Paul Cornett | remove redundant WX_CLEAR_LIST, it's done by base dtor |
tree | commitdiff |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead... |
tree | commitdiff |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events |
tree | commitdiff |
2008-01-22 |
Stefan Csomor | fixing 1877182 |
tree | commitdiff |
2008-01-22 |
Václav Slavík | use xdg-open in wxLaunchDefaultBrowser() on Unix if... |
tree | commitdiff |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way... |
tree | commitdiff |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator... |
tree | commitdiff |
2008-01-17 |
Václav Slavík | the wxConvUI hack in wxMsgCatalog should only be done... |
tree | commitdiff |
2008-01-17 |
Paul Cornett | on HP-UX 11.11, vsscanf first parameter is not const |
tree | commitdiff |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
tree | commitdiff |
2008-01-15 |
Vadim Zeitlin | added unit tests for decoding invalid base64 strings... |
tree | commitdiff |
2008-01-14 |
Paul Cornett | avoid GCC warning about type-punned pointer breaking... |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-13 |
Robert Roebling | Improved wxDataViewSpinCtrlRenderer under OS X |
tree | commitdiff |
2008-01-13 |
Robert Roebling | wxSizer::Fit() now sets client size |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | improvements to wxWeakRef and related classes |
tree | commitdiff |
2008-01-12 |
Vadim Zeitlin | call OnExec() taking wxString argument from OnExecute... |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Some wxOS2 compilation fixes after wxDC changes |
tree | commitdiff |
2008-01-11 |
Jouk Jansen | updates for OpenVMS compile support |
tree | commitdiff |
2008-01-10 |
Paul Cornett | build fix for !wxUSE_THREADS |
tree | commitdiff |
2008-01-09 |
Julian Smart | Fixed GetInfo to use the current language. |
tree | commitdiff |
2008-01-09 |
Julian Smart | Don't ignore path when prompting for file in SaveAs() |
tree | commitdiff |
2008-01-09 |
Paul Cornett | avoid undefined behavior from token paste resulting... |
tree | commitdiff |
2008-01-08 |
Robert Roebling | Last part from weak ref patch for event sink disconnection |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix for !HAVE_STRPTIME case after ParseXXX... |
tree | commitdiff |
2008-01-08 |
Paul Cornett | speed up ReadWord by using more efficient separator... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | compilation fix for MSVC: remove implicit wxStringImpl... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | added another ParseFormat() overload for better backwar... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | make wxDateTime::ParseXXX() functions char*-friendly |
tree | commitdiff |
2008-01-06 |
Stefan Neis | Adopted OS/2 to DC reorganisation (r50348). |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendi... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | compilation fix for wxUSE_DISPLAY==0 |
tree | commitdiff |
2008-01-03 |
Michael Wetherell | Always write end record unless one has already been... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't call LogLastRepeatIfNeeded() from dtor, it's... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | allow creating empty ZIP archives (patch 1861030) |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | remove redundant m_buffer_size member (patch 1861348) |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-31 |
Václav Slavík | use iterator in wxTextBuffer::Translate() instead of... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | define wxCurrentPoppuMenu for wxUniv too |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added missing include |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-28 |
Paul Cornett | Fix XPM decoder for images using color (1,0,0) and... |
tree | commitdiff |
next |