2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Julian Smart | Only use fonts in wxTextAttr::Combine if they are reall... |
tree | commitdiff |
2008-03-06 |
Václav Slavík | deprecated wxWindow::SetHelpTextForId() |
tree | commitdiff |
2008-03-05 |
Stefan Csomor | graphics context additions and merging graphics bitmap... |
tree | commitdiff |
2008-03-05 |
Stefan Csomor | graphics context additions and merging graphics bitmap... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | format strings with no real text don't need translating |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | remove leading dots from .ini/.conf in AddConfFileExtIf... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | remove duplicate end iterator declaration from Destroy() |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added macros for checking for conflicts between flags... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that... |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
2008-03-03 |
Vadim Zeitlin | position help windows shown when Shift-F1 is pressed... |
tree | commitdiff |
2008-03-02 |
Václav Slavík | there's no such thing as LANG_VALENCIAN |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | workarounds for Palm compiler errors (pacc-error.diff... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
tree | commitdiff |
2008-02-29 |
Vadim Zeitlin | really use the position passed to ShowHelpAtPoint(... |
tree | commitdiff |
2008-02-29 |
Václav Slavík | fixed ~wxWindowBase to remove associated context help... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't attempt to create 0*0 bitmaps in GetBuffer()... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't track handlers connected to this object itself... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't hide the TLW being deleted unless there any other... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Corrected GetFontAttributes |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | reset s_bInAssert in wxDoOnAssert() in an exception... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | check for wxDF_UNICODETEXT and not only wxDF_TEXT in... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | revert r51647 change as it broke the code overriding... |
tree | commitdiff |
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 |
next |