2003-01-25 |
Ron Lee | Added missing quantize.h |
tree | commitdiff |
2003-01-24 |
David Webster | Support for new native OS/2 tree control with drag... |
tree | commitdiff |
2003-01-24 |
Julian Smart | Removed spurious character |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 673055 ] Text rendering in wxGTK 2... |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 668155 ] Refresh problem when msgbox... |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied wxFileHistory menu separator patch |
tree | commitdiff |
2003-01-24 |
Julian Smart | Only use patch from Otto Wyss on universal, for now. |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 666379 ] CalCtrl doesn't use best sizes... |
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 | use correctly defined LIBPAGESIZE instead of 512 for... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | made wxBitmapRefData private (actually, this also fixes... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | linking fix for wxUSE_WCHAR_T=0: always provide wxStrto... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | compilation fixes for OpenWatcom |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | don't always rename the files before compiling with... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | new (for wxBase) or updated and (hopefully() improved... |
tree | commitdiff |
2003-01-21 |
David Webster | New native OS/2 list control. |
tree | commitdiff |
2003-01-21 |
Vadim Zeitlin | compilation fix for the last check in (sorry) |
tree | commitdiff |
2003-01-21 |
Gilles Depeyrot | corrected wxList::Node declarations |
tree | commitdiff |
2003-01-21 |
Vadim Zeitlin | attempt to fix crash in DeleteAllItems() |
tree | commitdiff |
2003-01-20 |
Mattia Barbon | Fixed a typo in makefile.vc, updated version numbers... |
tree | commitdiff |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
tree | commitdiff |
2003-01-19 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-01-19 |
Václav Slavík | use wxART_BROKEN_IMAGE in wxHTML |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | Patch [669503] Patch to CW7 wxMSW project file |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase in wxMotif, with... |
tree | commitdiff |
2003-01-18 |
Václav Slavík | updated wxToolBar handler to support new wxToolBar... |
tree | commitdiff |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
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 | use wxFileName::MakeAbsolute istead of Normalize |
tree | commitdiff |
2003-01-18 |
Václav Slavík | no need to have this VMS-only; removed TABs |
tree | commitdiff |
2003-01-17 |
Robin Dunn | wxMac (and maybe others?) get PAGEUP/PAGEDOWN instead... |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | use wxDynamicLibrary instead of wxPluginManager |
tree | commitdiff |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
tree | commitdiff |
2003-01-17 |
Václav Slavík | (probably) fixed wxLocale::Init with Borland C++ |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | check for NULL szLocale in Init() |
tree | commitdiff |
2003-01-17 |
Stefan Csomor | added horizontal scrollbars to listboxes |
tree | commitdiff |
2003-01-17 |
Stefan Csomor | make sure wxMac fonts are never AntiAliased (measuring... |
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 | Added About menu |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | added missing includes for wxMac specific additions |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | adapted wxSizer::Remove type to new header |
tree | commitdiff |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | preferences menu implementation |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | renaming because of conflicts with base Create:: |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | xml projects for CW 8 |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | additions for __MWERKS__ |
tree | commitdiff |
2003-01-15 |
Václav Slavík | 1. made XRC immune against changing CWD |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | fixed calling Maximize(FALSE) before the window is... |
tree | commitdiff |
2003-01-15 |
Julian Smart | Patch for Winlib: struct stat is defined in sys/stat... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | fix for the previous commit |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | fixed wxStaticText best size calculation (closes bug... |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | Start() should resume the stopwatch if it is suspended |
tree | commitdiff |
2003-01-14 |
Julian Smart | Fixed refresh bug on early versions of MacOS X by |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | compilation fix for wxUSE_CONSTRAINTS==0 |
tree | commitdiff |
2003-01-14 |
Julian Smart | Applied patch [ 667563 ] Wine: compile fix for using... |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | fixed incorrect cast in wxRegKey:GetName() |
tree | commitdiff |
2003-01-14 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-01-14 |
Gilles Depeyrot | updated source to not use deprecated wxList methods |
tree | commitdiff |
2003-01-13 |
Vadim Zeitlin | use WX_STATVFS_T instead of trying to guess statvfs... |
tree | commitdiff |
2003-01-13 |
Ron Lee | Improved const correctness. |
tree | commitdiff |
2003-01-13 |
Stefan Csomor | cursor cleanup |
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 | compilation fix for wxUSE_RICHEDIT == 0 (closes bug... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | OpenWatcom compilation fixes (patch 665959) |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | removed unneeded (and causing link errors) wxArrayPages... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | don't call stat() *and* lstat() (as if the file dialog... |
tree | commitdiff |
2003-01-12 |
Mattia Barbon | Remove unneeded dependencies. |
tree | commitdiff |
2003-01-12 |
Mattia Barbon | Remove use of deprecated KeyCode accessor. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Do not use deprecated functions. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | If -1 is used for width/height, use best size. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Removed unused, unimplemented and undocumented wxBitm... |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Documented wxMotif filedialog limitations WRT wildcar... |
tree | commitdiff |
2003-01-11 |
Stefan Csomor | using the new alerts under OSX - no string255 limits... |
tree | commitdiff |
2003-01-11 |
Stefan Csomor | added conversion function to CFStringRefs |
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 | removed style parameter from MSWCreateToolbar(), it... |
tree | commitdiff |
2003-01-10 |
Stefan Csomor | routing all apple events to the document manager instan... |
tree | commitdiff |
2003-01-10 |
Stefan Csomor | switching to safe yields, because we got into loops... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | moved assert for parent window not being a static box... |
tree | commitdiff |
2003-01-10 |
Stefan Csomor | added code for respecting the creator & types when... |
tree | commitdiff |
2003-01-10 |
Julian Smart | Corrected DLL version number |
tree | commitdiff |
2003-01-10 |
Julian Smart | Fixed corrupt files |
tree | commitdiff |
2003-01-09 |
Gilles Depeyrot | library installation base name and wxMac resources... |
tree | commitdiff |
2003-01-09 |
Gilles Depeyrot | removed execcmn from list of files to compile in releas... |
tree | commitdiff |
2003-01-08 |
Václav Slavík | fixed ANSI/Unicode incompatibility of the cache (bug... |
tree | commitdiff |
2003-01-08 |
Julian Smart | Fixed DSPs |
tree | commitdiff |
2003-01-07 |
Mattia Barbon | Left/right arrows were swapped. |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed redundant <search.h> inclusion |
tree | commitdiff |
2003-01-07 |
Mattia Barbon | Reverted accidental commit. |
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 |
next |