2003-01-24 |
David Webster | Support for new native OS/2 tree control. |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 665088 ] Setup options cleanup (wxUniv) |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 621451 ] Fixed version of wxSlider... |
tree | commitdiff |
2003-01-24 |
Vadim Zeitlin | added and documented wxDirTraverser::OnOpenError |
tree | commitdiff |
2003-01-23 |
David Webster | Try this again |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | made wxBitmapRefData private (actually, this also fixes... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | compilation fixes for OpenWatcom |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | fixed an unused parameter warning |
tree | commitdiff |
2003-01-21 |
David Webster | New native OS/2 list control. |
tree | commitdiff |
2003-01-21 |
David Webster | New native OS/2 list control support. |
tree | commitdiff |
2003-01-21 |
Václav Slavík | patch 672127: Adds required check for wxUSE_WXHTML_HELP... |
tree | commitdiff |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
tree | commitdiff |
2003-01-20 |
Václav Slavík | added wxART_MISSING_IMAGE |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | Patch [669508] Define Win32 symbols for CW in platform.h |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase in wxMotif, with... |
tree | commitdiff |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
tree | commitdiff |
2003-01-18 |
Vadim Zeitlin | attempts to fix vsnprintf() detection under HP-UX |
tree | commitdiff |
2003-01-18 |
Vadim Zeitlin | fixed resource leak in MemoryHDC (closes bug 670016) |
tree | commitdiff |
2003-01-18 |
Václav Slavík | why the heck should something that reacts on wxID_CLOSE... |
tree | commitdiff |
2003-01-18 |
Václav Slavík | added wxFileName::MakeAbsolute |
tree | commitdiff |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | Borland apparently uses for int64 in printf(), not |
tree | commitdiff |
2003-01-17 |
Stefan Csomor | include needed for CFString conversion routines (param... |
tree | commitdiff |
2003-01-17 |
Stefan Csomor | Get/SetNoAntiAliasing implemented |
tree | commitdiff |
2003-01-16 |
Mattia Barbon | Remove calls to a couple of deprecated methods, fix... |
tree | commitdiff |
2003-01-16 |
Mattia Barbon | Implement vertical toolbar under Motif. |
tree | commitdiff |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | renaming because of conflicts with base Create:: |
tree | commitdiff |
2003-01-15 |
Václav Slavík | fix object_ref handling in XRC |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | added WXWIN_COMPATIBILITY_2_4 |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | compilation fix for wxUSE_CONSTRAINTS==0 |
tree | commitdiff |
2003-01-14 |
Mattia Barbon | #define HAVE_W32API_H for Cygwin/GCC 3.x, too. |
tree | commitdiff |
2003-01-13 |
Ron Lee | Improved const correctness. |
tree | commitdiff |
2003-01-13 |
Stefan Csomor | cursor functionality expanded |
tree | commitdiff |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | OpenWatcom compilation fixes (patch 665959) |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | unTABbed |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | set wxUSE_WIZARD to 1 by default now that it works... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Fix linking problems with MSVC 5. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Fix PCH problems with some versions of CodeWarrior. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Removed unused, unimplemented and undocumented wxBitm... |
tree | commitdiff |
2003-01-11 |
Stefan Csomor | added conversion function to CFStringRefs |
tree | commitdiff |
2003-01-11 |
Stefan Csomor | removed commented out snippets |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed TABs |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed wxLog::HasPendingMessages() (it can't be made... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreate(), it is unneeded |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | use MSWCreateControl() instead of duplicating its code |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreateToolbar(), it... |
tree | commitdiff |
2003-01-08 |
Vadim Zeitlin | removed unneeded code which was inside #if 0 |
tree | commitdiff |
2003-01-08 |
Vadim Zeitlin | #undef LoadBitmap() too |
tree | commitdiff |
2003-01-07 |
Vadim Zeitlin | define true/false if the compiler doesn't have them |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
tree | commitdiff |
2003-01-07 |
Václav Slavík | removed wxTLW cruft now that all ports have it |
tree | commitdiff |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
tree | commitdiff |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
tree | commitdiff |
2003-01-06 |
Vadim Zeitlin | fixed the return type of LoadIcon() |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. (forgot to commit) |
tree | commitdiff |
2003-01-06 |
David Webster | no message |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. |
tree | commitdiff |
2003-01-05 |
Vadim Zeitlin | #undef LoadIcon() too |
tree | commitdiff |
2003-01-04 |
Václav Slavík | added more robust wxTLW::ShowFullScreen implementation |
tree | commitdiff |
2003-01-04 |
Václav Slavík | gcc has __attribute__((deprecated)) since version 3.1 |
tree | commitdiff |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
tree | commitdiff |
2003-01-03 |
Ron Lee | The exact version it was included doesn't appear to... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Only enable tooltips on WIN32 |
tree | commitdiff |
2003-01-03 |
Julian Smart | wxUSE_TOOLTIPs => 1 |
tree | commitdiff |
2003-01-03 |
Julian Smart | Applied patch [ 652336 ] Add tooltip support to wxUniv... |
tree | commitdiff |
2003-01-03 |
Vadim Zeitlin | IsStandard() shouldn't return TRUE for formats >= wxDF_... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | argh, erased one extra line accidentally in the last... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | wx(Individual)LayoutConstraints may be copied |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | compilation fixes after applying DECLARE_NO_COPY_CLASS... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | support for using DIBs for wxBitmap implementation... |
tree | commitdiff |
2003-01-02 |
Václav Slavík | added wxDEPRECATED |
tree | commitdiff |
2003-01-02 |
Václav Slavík | mark wxImage's wxBitmap functions as deprecated |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | added operator==() and !=() for wxDateSpan |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | set wxListItem mask automatically to the correct value... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | removed a couple of obsolete functions from wxDialog |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | fix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314) |
tree | commitdiff |
2003-01-01 |
Robin Dunn | Changed wxLOG_Max to be a smaller (but still large... |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | added IsEmpty |
tree | commitdiff |
2003-01-01 |
Robin Dunn | Added wxLog::Get/SetLogLevel |
tree | commitdiff |
2002-12-30 |
Ron Lee | Ok, so we don't need the extra bool at all, we can... |
tree | commitdiff |
2002-12-30 |
Ron Lee | Add wxSizer::Detach so we can detach child sizers witho... |
tree | commitdiff |
2002-12-29 |
Mattia Barbon | Allow building in unicode mode with just "make -f... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Oops, don't cut and paste between ports, and do test... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-29 |
Vadim Zeitlin | fixed wxALL_FILES definition in Unicode build |
tree | commitdiff |
2002-12-27 |
Julian Smart | Applied patch [ 658786 ] Removes unresolved symbols... |
tree | commitdiff |
2002-12-27 |
Julian Smart | Applied patch [ 657969 ] Removes #if wxUSE_VALIDATORS... |
tree | commitdiff |
2002-12-24 |
Mattia Barbon | Use wxClientDataDictionary for client data. |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | handle accel keys for owner drawn menu items (based... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
tree | commitdiff |
2002-12-21 |
Václav Slavík | fixed 2 encoding handling bugs in XRC/wxrcedit |
tree | commitdiff |
2002-12-21 |
Václav Slavík | WX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe |
tree | commitdiff |
2002-12-20 |
Julian Smart | Cleaned up SetMenuStrings, factoring out redo and undo... |
tree | commitdiff |
2002-12-17 |
Julian Smart | Applied patch [ 654877 ] Missing == != methods in wxRec... |
tree | commitdiff |
2002-12-17 |
Robin Dunn | Added missing #if wxUSE_WAVE |
tree | commitdiff |
2002-12-16 |
Robin Dunn | Give wxSafeYield an onlyIfNeeded parameter |
tree | commitdiff |
next |