2005-08-06 |
Julian Smart | Compatibility settings corrected |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending... |
tree | commitdiff |
2005-08-05 |
Chris Elliott | apply SF patch 1252602 to remove warnings in bcc and... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476) |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_MENU_CALLBACK references: the code inside... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxUSE_MFC as 0 if it's not defined (fixes gcc... |
tree | commitdiff |
2005-08-04 |
Julian Smart | More settings restored. |
tree | commitdiff |
2005-08-04 |
Julian Smart | Switched loads of settings back on |
tree | commitdiff |
2005-08-04 |
Julian Smart | Resolved CVS conflict |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxFsync() as fsync() under Unix not as (not... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxUSE_IPV6 as 0 to avoid -Wundef warnings |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | due to a typo in #if condition, validation was disabled... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | test for __MWERKS__ with #ifdef, not #if (fixes a ... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not... |
tree | commitdiff |
2005-08-03 |
Michael Wetherell | Add import/export attributes |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Expand tabs |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Add import/export macros |
tree | commitdiff |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Make wxBase compiled for wxMotif compatible with... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | moved MSW-specific stuff to wx/msw/chkconf.h, this... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | define wxUSE_UNICODE_MSLU as 0 unconditionally, CE... |
tree | commitdiff |
2005-07-30 |
Julian Smart | Define wxUSE_UNICODE_MSLU or chkconf.h complains |
tree | commitdiff |
2005-07-30 |
Václav Slavík | further wxABI_VERSION fixes |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | forcefully disable wxUSE_STACKWALKER |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | added wxDynamicLibrary::GetSymbolAorW() |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | compilation fix for IBM xlC (closes 1230392) |
tree | commitdiff |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock |
tree | commitdiff |
2005-07-29 |
Mart Raudsepp | wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
2005-07-28 |
Mart Raudsepp | wxGTK: Implemented wxTLW::RequestUserAttention() |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | Ctrl+mouse wheel changes zoom factor in print preview... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | added wxABI_VERSION check around newly added function |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | added wxZipFSHandler::Cleanup() (modified patch 1213615) |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | disabled wxStackWalker and wxCrashReport for Win64 |
tree | commitdiff |
2005-07-27 |
Stefan Csomor | typo |
tree | commitdiff |
2005-07-27 |
Stefan Csomor | new native toolbar implementation (turned off by defaul... |
tree | commitdiff |
2005-07-27 |
Stefan Csomor | new native toolbar implementation (turned off by defaul... |
tree | commitdiff |
2005-07-26 |
Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. |
tree | commitdiff |
2005-07-25 |
Julian Smart | Version number update |
tree | commitdiff |
2005-07-25 |
Stefan Csomor | Adding David Surovell's fixes and extensions |
tree | commitdiff |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
tree | commitdiff |
2005-07-22 |
Michael Wetherell | Add wxABI_VERSION wrappers |
tree | commitdiff |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
tree | commitdiff |
2005-07-22 |
Włodzimierz Skiba | Re-adding setup0.h for OpenWatcom makefile build. |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | eVC3 compatibility workaround. |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
tree | commitdiff |
2005-07-20 |
Vadim Zeitlin | take the address of the member in wxON_BLOCK_EXIT_OBJ... |
tree | commitdiff |
2005-07-18 |
Włodzimierz Skiba | wxScopeGuard adjustements for Open Watcom. |
tree | commitdiff |
2005-07-18 |
Włodzimierz Skiba | wxMSWUniv build fix. |
tree | commitdiff |
2005-07-18 |
Michael Wetherell | wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser |
tree | commitdiff |
2005-07-17 |
Michael Wetherell | Add wxABI_VERSION > 20601 wrappers |
tree | commitdiff |
2005-07-17 |
Michael Wetherell | Make wxABI_VERSION default be e.g. 20699 |
tree | commitdiff |
2005-07-16 |
Vadim Zeitlin | put GetEscapeId() inside #if wxABI_VERSION > 20601 |
tree | commitdiff |
2005-07-16 |
Michael Wetherell | Set wxABI_VERSION default value to e.g. 29999 so that... |
tree | commitdiff |
2005-07-15 |
Vadim Zeitlin | added SetCriticalWindow() and AllowProcessing(): this... |
tree | commitdiff |
2005-07-15 |
Włodzimierz Skiba | Possibility of modeless wxWizard dialog (with presentat... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | moved Esc processing from wxWindow to wxDialog where... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | added stub of GetEscapeId() |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | added wxID_NONE |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | fixed warning due to not using dllexport wxShadowObject... |
tree | commitdiff |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
tree | commitdiff |
2005-07-13 |
Vadim Zeitlin | commented and documented wxXRC_NO_RELOADING flag |
tree | commitdiff |
2005-07-04 |
Włodzimierz Skiba | Use common wxTextCtrlBase::GetRange() for PalmOS text... |
tree | commitdiff |
2005-07-01 |
Vadim Zeitlin | wxVariant is in wxBase so should be forward declared... |
tree | commitdiff |
2005-07-01 |
Włodzimierz Skiba | Global platform header (<PalmOS.h>) removed from public... |
tree | commitdiff |
2005-07-01 |
Vadim Zeitlin | fixed bug with HasGroup() creating groups as side effect |
tree | commitdiff |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
tree | commitdiff |
2005-06-30 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
tree | commitdiff |
2005-06-30 |
Michael Wetherell | Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL... |
tree | commitdiff |
2005-06-30 |
Michael Wetherell | Add wxABI_VERSION |
tree | commitdiff |
2005-06-30 |
Michael Wetherell | Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so... |
tree | commitdiff |
2005-06-29 |
Michael Wetherell | Add HANGUL_CHARSET for vc++ 5, and move a couple of... |
tree | commitdiff |
2005-06-26 |
Robert Roebling | Added wxShadowObject for imitating a VMT with |
tree | commitdiff |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
tree | commitdiff |
2005-06-26 |
Stefan Neis | Possibly to allow including both os2/private.h and... |
tree | commitdiff |
2005-06-25 |
Vadim Zeitlin | readded wxEVT_SCROLL_ENDSCROLL symbol back to the libra... |
tree | commitdiff |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
tree | commitdiff |
2005-06-22 |
Michael Wetherell | Unrevert Cygwin changes after discussion. Cygwin will... |
tree | commitdiff |
2005-06-21 |
Mattia Barbon | Avoid warnings with MSVC 5. |
tree | commitdiff |
2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
tree | commitdiff |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
tree | commitdiff |
2005-06-20 |
Vadim Zeitlin | define SetHelpText() to do nothing when wxUSE_HELP... |
tree | commitdiff |
2005-06-19 |
Vadim Zeitlin | disable warning for eVC 4 (_MSC_VER == 1201) as well |
tree | commitdiff |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically |
tree | commitdiff |
2005-06-19 |
Mattia Barbon | Fix crash on exit with Lesstif (and possibly Motif... |
tree | commitdiff |
2005-06-18 |
David Elliott | Set m_cocoaDataSource = NULL in default constructor... |
tree | commitdiff |
next |