2008-02-22 |
Julian Smart | Fixed IsShownOnScreen() for Mac |
tree | commitdiff |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | VC8 doesn't have xlocale support under CE |
tree | commitdiff |
2008-02-21 |
Václav Slavík | removed now-unused wxSizer::GetMax/MinWindowSize helpers |
tree | commitdiff |
2008-02-19 |
Vadim Zeitlin | implement wxRadioBox::Reparent(): it didn't reparent... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | make IsOk() virtual to allow it to be overridden in... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | reverted r51340: don't use wxWeakRef in the library... |
tree | commitdiff |
2008-02-18 |
David Elliott | Don't include dlfcn.h from wx/dynlib.h on Darwin. ... |
tree | commitdiff |
2008-02-18 |
David Elliott | Limit wxListBox best size to 100x100. Particularly... |
tree | commitdiff |
2008-02-18 |
David Elliott | Revert the 2.8 hacks from r51892 on the trunk. |
tree | commitdiff |
2008-02-18 |
David Elliott | Ensure that the NSTableColumn width is that of its... |
tree | commitdiff |
2008-02-18 |
David Elliott | Add a new macro to the Objective-C uniquifying support... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | tell user to define _USE_OLD_RW_STL for BC5.6 instead... |
tree | commitdiff |
2008-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better... |
tree | commitdiff |
2008-02-16 |
Vadim Zeitlin | turn wxUSE_STD_IOSTREAM on by default (except for the... |
tree | commitdiff |
2008-02-16 |
Vadim Zeitlin | fix redundant storage of current date both in wxCalenda... |
tree | commitdiff |
2008-02-15 |
Vadim Zeitlin | compilation fix for bcc 5.82: don't use enum for value... |
tree | commitdiff |
2008-02-14 |
David Elliott | Move wxWindowCocoaScrollView class into its own header. |
tree | commitdiff |
2008-02-14 |
Václav Slavík | added wxWindow::Set/GetMin/MaxClientSize convenience... |
tree | commitdiff |
2008-02-13 |
Vadim Zeitlin | don't define HAVE_FSYNC if it's already defined (as... |
tree | commitdiff |
2008-02-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSi... |
tree | commitdiff |
2008-02-13 |
Julian Smart | Further fixes, for selected text display and new paragr... |
tree | commitdiff |
2008-02-12 |
Vadim Zeitlin | use platform-specific styles in xTR_DEFAULT_STYLE but... |
tree | commitdiff |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for... |
tree | commitdiff |
2008-02-12 |
Václav Slavík | added wxWindow::ClientToWindowSize and WindowToClientSi... |
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 | use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | make wxGenericCollapsiblePane a wxControlContainer... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | cast char values to unsigned char before passing them... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | return int, not wxUniChar, from wxTo{upp,low}er_l(... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | add check for wxUSE_XLOCALE (and also wxUSE_INTL which... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
tree | commitdiff |
2008-02-10 |
David Elliott | Add wxCocoa to the list of ports which don't need wxCol... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | added wxDebugContext::SetShutdownNotifyFunction() ... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | add GetMDIParent() and use it to reduce the number... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | use generic file picker in wxFLP_SAVE case as the nativ... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | don't lose the contents of the combobox if it was set... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
tree | commitdiff |
2008-02-08 |
David Elliott | Fix tracking rectangles in 64-bit build by remembering... |
tree | commitdiff |
2008-02-08 |
Vadim Zeitlin | don't redeclare wxYield() if it had been already declar... |
tree | commitdiff |
2008-02-08 |
David Elliott | Reword the comment again. I forgot to save before... |
tree | commitdiff |
2008-02-08 |
David Elliott | Change the __NEXT_RUNTIME__ test to __OBJC_GC__ which... |
tree | commitdiff |
2008-02-08 |
David Elliott | Avoid warnings in the Objective-C uniquifying code... |
tree | commitdiff |
2008-02-07 |
David Elliott | Instead of using wxCFRetain/wxCFRelease directly for... |
tree | commitdiff |
2008-02-07 |
Václav Slavík | removed unused SYMBOL_WXRICHTEXT.*_TITLE values that... |
tree | commitdiff |
2008-02-06 |
David Elliott | Fix most of the Objective-C GC problems by using the... |
tree | commitdiff |
2008-02-06 |
Vadim Zeitlin | implement (trivially) wxGLApp ctor |
tree | commitdiff |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontBu... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | no real changes, just added 2 virtual keywords to ... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | compilation fix for wchar_t-based builds after ParseISO... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | make wxIdleEventHandler available in console applicatio... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxDateTime::FormatISOCombined() and ParseISODate... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | generate include/wx/univ/setup0.h from setup_inc.h too |
tree | commitdiff |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style |
tree | commitdiff |
2008-02-02 |
Paul Cornett | Enable best size caching, remove unnecessary GetLabel... |
tree | commitdiff |
2008-02-01 |
Julian Smart | Added a reset-buffer event to give an opportunity to... |
tree | commitdiff |
2008-02-01 |
Paul Cornett | remove unnecessary m_glWidget, fix return types for... |
tree | commitdiff |
2008-01-31 |
Vadim Zeitlin | avoid implicitly converting a wxWindow* to wxGLCanvas |
tree | commitdiff |
2008-01-31 |
Vadim Zeitlin | no changes, just fix a typo in comment |
tree | commitdiff |
2008-01-31 |
Václav Slavík | Fixed compilation of wxVector<T> with VC6: |
tree | commitdiff |
2008-01-30 |
Václav Slavík | do the VC6 hacks only when compiling with VC6 |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | more VC6 fixes: nested value must be real classes,... |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | corrected comment: wxSingleInstance is not for Win32... |
tree | commitdiff |
2008-01-29 |
Václav Slavík | corrected VC++ version check |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | fix compilation with VC6 |
tree | commitdiff |
2008-01-29 |
Robin Dunn | use import/export macro on wxTrackable to avoid warning... |
tree | commitdiff |
2008-01-29 |
Václav Slavík | VC5 didn't support partial specialization either, check... |
tree | commitdiff |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix |
tree | commitdiff |
2008-01-29 |
Václav Slavík | added wxCHECK_VISUALC_VERSION macro |
tree | commitdiff |
2008-01-29 |
Václav Slavík | compilation fix for VC6, it doesn't support partial... |
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 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
tree | commitdiff |
2008-01-28 |
Paul Cornett | HP aC++ 3.80 can't handle parenthesized string literal... |
tree | commitdiff |
2008-01-27 |
Václav Slavík | UTF-8 build fixes for appending, setting or searching... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | add wxCONCAT[345]() helper macros |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFra... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
tree | commitdiff |
2008-01-25 |
Vadim Zeitlin | include wx/stopwatch.h to get wxMilliClock_t and wxGetL... |
tree | commitdiff |
2008-01-25 |
Julian Smart | Fixed a bug in HasAlignment |
tree | commitdiff |
2008-01-23 |
Vadim Zeitlin | compilation fix after r51188: only define operator... |
tree | commitdiff |
2008-01-23 |
Bryan Petty | Reverted wxAuiFloatingFrame dtor crash fix (r51324... |
tree | commitdiff |
2008-01-22 |
Vadim Zeitlin | remove the unnecessary non-const GetPage() overload |
tree | commitdiff |
2008-01-22 |
Václav Slavík | fixed wxVector<T> to work with non-POD types again... |
tree | commitdiff |
2008-01-22 |
Julian Smart | Added event handler macro |
tree | commitdiff |
2008-01-22 |
Bryan Petty | Fixed a rare wxAuiFloatingFrame dtor crash on MSW using... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
tree | commitdiff |
2008-01-21 |
Václav Slavík | prefix implementation methods of wxBitmapButton with... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | use full path to headers in header guards |
tree | commitdiff |
2008-01-21 |
Václav Slavík | reverted last commit, it was wrong |
tree | commitdiff |
2008-01-21 |
Václav Slavík | utils.h is not needed by wxVector, removed |
tree | commitdiff |
2008-01-20 |
Vadim Zeitlin | no changes, just come cleanup and more comments |
tree | commitdiff |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator... |
tree | commitdiff |
2008-01-17 |
Vadim Zeitlin | correct misleading OnSize() comment |
tree | commitdiff |
next |