2008-04-03 |
Robin Dunn | Fix AdjustForOverflow to use item->CalcMin, not item... |
tree | commitdiff |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correc... |
tree | commitdiff |
2008-04-03 |
Robin Dunn | fix warnings |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
tree | commitdiff |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | lock wxPendingEventsLocker when deleting the handler... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | make popup on mac behave as on msw |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
tree | commitdiff |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | use static functions instead of static variables for... |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Julian Smart | Don't accept picker text events from any old text control |
tree | commitdiff |
2008-03-16 |
Václav Slavík | Fixed generic art provider to scale bitmaps down to... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | protect access to ms_aTraceMasks with a critical sectio... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | initialize m_initial{Recv,Send}BufferSize in wxSocketCl... |
tree | commitdiff |
2008-03-14 |
Vadim Zeitlin | make wxCmdLineParser:Usage() const |
tree | commitdiff |
2008-03-14 |
Julian Smart | Fixed bug for chars with ASCII value > 127, explicitly... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | fix handling of native toolkit command line options... |
tree | commitdiff |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont... |
tree | commitdiff |
2008-03-08 |
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 |
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 |
next |