2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Allow wxThread::Wait() and Delete() to block, even... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Deprecate second parameter of wxSlider::SetTickFreq(). |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in nbkbase.cpp |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in fontcmn.cpp |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | having menu classinfo at one place |
tree | commitdiff |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
tree | commitdiff |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files. |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | fixing duplicate rti info |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
tree | commitdiff |
2011-01-02 |
Vadim Zeitlin | Fix memory leak if wxDC::DrawBitmap() fails in wxOS2. |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
tree | commitdiff |
2010-07-17 |
Vadim Zeitlin | Really set svn:eol-style property. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
tree | commitdiff |
2009-09-28 |
Bryan Petty | Forward port of r62191 to SVN trunk fixing regression... |
tree | commitdiff |
2009-09-16 |
Vadim Zeitlin | Allow creating wxSingleInstanceChecker with default... |
tree | commitdiff |
2009-09-13 |
Stefan Neis | Be more paranoid about parent window possibly being... |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Cleanly separate GUI socket-related code from net library. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | don't call OnWriteWaiting() if we lost connection in... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | change wxSocketInputBasedManager::AddInput() to take... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove another occurrence of FindSuitableParent |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-22 |
Stefan Neis | Various compilation fixes. |
tree | commitdiff |
2009-02-21 |
Stefan Neis | Added wxSingleInstanceChecker for OS/2 (patch #10491). |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | another wxFont OS2 blind build fix |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | blind fix based on buildbot logs |
tree | commitdiff |
2008-11-07 |
Francesco Montorsi | fix build |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Fixed header file conflict. |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Added missing include. |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-06-15 |
Stefan Neis | Fixed wxDoSetEnv (ticket # 9588). |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Fixed wxWindowOS2::Reparent. |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Added missing #include. |
tree | commitdiff |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-09 |
Stefan Neis | Added missing (trivial) implementation file for wxMiniF... |
tree | commitdiff |
2008-03-29 |
Stefan Neis | Linker fixes for OS/2 build. |
tree | commitdiff |
2008-03-29 |
Stefan Neis | OS/2 port: reorganized wxBitmap/wxBitmapHandler classes... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Updated brush/pen implementation for OS/2 to current... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-17 |
Francesco Montorsi | some more build fix for wxPen/wxBrush style changes |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
next |