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 |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
tree | commitdiff |
2003-01-07 |
Vadim Zeitlin | workaround for not appearing vertical scrollbar in... |
tree | commitdiff |
2003-01-06 |
Vadim Zeitlin | made the #error message less self-contradictory |
tree | commitdiff |
2003-01-06 |
Gilles Depeyrot | corrected release target which included some include... |
tree | commitdiff |
2003-01-06 |
David Webster | OS/2 updates |
tree | commitdiff |
2003-01-06 |
David Webster | Remove ctl3d32.lib from make. |
tree | commitdiff |
2003-01-06 |
Julian Smart | Make it build in Unicode mode again |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. (forgot to commit) |
tree | commitdiff |
2003-01-06 |
Gilles Depeyrot | corrected getting FSRef associated with the POSIX path... |
tree | commitdiff |
2003-01-06 |
David Webster | OS/2 patches missing from this version |
tree | commitdiff |
2003-01-06 |
David Webster | no message |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Aparently someone modified templates/filelist.txt... |
tree | commitdiff |
2003-01-06 |
Gilles Depeyrot | updated Project Builder project for MoreFilesX |
tree | commitdiff |
2003-01-05 |
Robert Roebling | Removed usage of GetInternalFont() from GTK 2.0.... |
tree | commitdiff |
2003-01-05 |
Robert Roebling | Removed usage of GetInternalFont. |
tree | commitdiff |
2003-01-05 |
Robert Roebling | Minor fix related to wxMiniFrame drawing. |
tree | commitdiff |
2003-01-05 |
Robert Roebling | Corrected wxMiniFrame for GTK2 and removed its |
tree | commitdiff |
2003-01-05 |
Stefan Csomor | region calculation for windows with borders too small |
tree | commitdiff |
2003-01-05 |
Vadim Zeitlin | compilation warning fix |
tree | commitdiff |
2003-01-04 |
Václav Slavík | added more robust wxTLW::ShowFullScreen implementation |
tree | commitdiff |
2003-01-04 |
Julian Smart | Use nicer (swiss) font for default |
tree | commitdiff |
2003-01-04 |
Robin Dunn | With the fix in gtk/font.cpp and switching to an wxplic... |
tree | commitdiff |
2003-01-04 |
Robin Dunn | Ensure that the wxNativeFontInfo internal data is copie... |
tree | commitdiff |
2003-01-03 |
Robin Dunn | Disable putting selected text in the Primary Selection... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Added dialup to filelist.txt and wxUniv.dsp |
tree | commitdiff |
2003-01-03 |
Julian Smart | Added missing wx/frame.h inclusion |
tree | commitdiff |
2003-01-03 |
Julian Smart | Clean up memory if have to exit early |
tree | commitdiff |
2003-01-03 |
Stefan Csomor | made static box only a frame region in all calculations... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Applied patch [ 652336 ] Add tooltip support to wxUniv... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Added glcanvas.cpp, tooltip.cpp, taskbar.cpp, wave... |
tree | commitdiff |
2003-01-03 |
Stefan Csomor | recommit after mac binary lapsus |
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 |
Vadim Zeitlin | use StretchBlt() if available (part of patch 649866) |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | implemented support for column label alignment (closes... |
tree | commitdiff |
next |