2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | wxUniv/MSW compilation fix after wxDC changes |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | added InitRGBA to generic wxColour to fix linking ... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
David Elliott | Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL) |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Vadim Zeitlin | avoid implicitly converting a wxWindow* to wxGLCanvas |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Vadim Zeitlin | no changes, just fix a typo in comment |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Michael Wetherell | Move mingw32 builds to another machine as the usual... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Václav Slavík | Fixed compilation of wxVector<T> with VC6: |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Vadim Zeitlin | added missing wx/ prefix to the header file name |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Václav Slavík | clarified EndModal assert message |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Julian Smart | Added checks to encoding conversion to avoid crash |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Chris Elliott | add ms78 projects |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Václav Slavík | do the VC6 hacks only when compiling with VC6 |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | more VC6 fixes: nested value must be real classes,... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | corrected comment: wxSingleInstance is not for Win32... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | corrected VC++ version check |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | fix compilation with VC6 |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Robin Dunn | use import/export macro on wxTrackable to avoid warning... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Robin Dunn | Apply change in r51405 to this file too: don't use... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | VC5 didn't support partial specialization either, check... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | added wxCHECK_VISUALC_VERSION macro |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Václav Slavík | compilation fix for VC6, it doesn't support partial... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Julian Smart | Corrected wxSetCursor documentation. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Vadim Zeitlin | significantly simplify this file by using token pasting... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Julian Smart | Fixed global cursor setting on Mac, which fixes busy... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | remove unnecessary ?: operator |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | HP aC++ 3.80 can't handle parenthesized string literal... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Julian Smart | Take basic style into account when applying style sheet |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Julian Smart | Take basic style into account when showing style under... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | UTF-8 build fixes for appending, setting or searching... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | converting temporary wxString to const wxChar* and... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | add wxCONCAT[345]() helper macros |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFra... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vadim Zeitlin | don't reference non-existent doc.xmb file |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix a typo |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Vadim Zeitlin | include wx/stopwatch.h to get wxMilliClock_t and wxGetL... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Corrected image saving to HTML |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | HTML output corrections |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Image objects should load and save attributes |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Julian Smart | Fixed a bug in HasAlignment |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Julian Smart | Update caret in SetInsertionPoint |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Paul Cornett | remove redundant WX_CLEAR_LIST, it's done by base dtor |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Paul Cornett | fix memory leak when wxMenu is used as a popup |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Julian Smart | Optimization correction |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Václav Slavík | supress warning about in custom build steps with VC7... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | compilation fix after r51188: only define operator... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | use _vc8 suffix for VS2005 projects for consistency |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Robert Roebling | remove wxT() |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Michael Wetherell | Move the mac stable branch build onto an x86 machine... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Václav Slavík | updated bakefiles to take advantage of Bakefile 0.2... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Bryan Petty | Reverted wxAuiFloatingFrame dtor crash fix (r51324... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Vadim Zeitlin | remove the unnecessary non-const GetPage() overload |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Stefan Csomor | fixing 1877182 |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Václav Slavík | ignore Visual Studio per-user/machine settings files |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Václav Slavík | updated include/wx/meta/* files list |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Václav Slavík | fixed wxVector<T> to work with non-POD types again... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Václav Slavík | use xdg-open in wxLaunchDefaultBrowser() on Unix if... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Julian Smart | Added event handler macro |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Bryan Petty | Fixed a rare wxAuiFloatingFrame dtor crash on MSW using... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | call Create from wxGrid non-default ctor instead to... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | prefix implementation methods of wxBitmapButton with... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | updated wxExecute checks in wxGTK to be same as in... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | silence compiler warnings |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Francesco Montorsi | mention also the contrib libraries removal/movements |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | use full path to headers in header guards |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Vadim Zeitlin | document GetTemplates() instead of m_templates |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | reverted last commit, it was wrong |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Václav Slavík | utils.h is not needed by wxVector, removed |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Vadim Zeitlin | no changes, just come cleanup and more comments |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Vadim Zeitlin | document LoadObject() (patch 1873045) |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Francesco Montorsi | Gl library is not part of the monolithic library even... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Francesco Montorsi | set BUILD variable to release not only when DEBUG is... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Stefan Neis | Fixed OS/2 compilation after wxDC changes |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Stefan Neis | Applied patch #1875242 - fixing more bugs related to... |
commit | commitdiff | tree | snapshot |
next |