2000-01-26 |
Vadim Zeitlin | wxDC::Blit() ignores useMask if there is no mask instea... |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | compilation fix for Win16 |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | compilation fix for compilers without PCH |
tree | commitdiff |
2000-01-26 |
Václav Slavík | sets frame title even for pages without <title> tag |
tree | commitdiff |
2000-01-26 |
Václav Slavík | some fixes in names of cached helpbooks (does not conta... |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added more navigation controls to wxHtmlHelpFrame |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added more navigation controls to html help frame |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | assert in GetNextItem() fixed (yes, now it is) |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | assert in GetNextItem() fixed (?) |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | 1. fixed (?) blitting bitmaps with mask |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | 1. kbd interface for wxScrolledWindow |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | fixed GetNextItem(item = -1) |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | more patches for BC++ from Ricky Gonzales |
tree | commitdiff |
2000-01-25 |
Julian Smart | Added DEVNAMES to wxPrintDialog to remember printer... |
tree | commitdiff |
2000-01-25 |
Bart A.M. Jourquin | add CASTWNDPROC to call to CallWindowProc for bcc |
tree | commitdiff |
2000-01-24 |
David Webster | Added method for mimietype implementation. |
tree | commitdiff |
2000-01-24 |
Julian Smart | Added WS_VSCROLL and WSHSCROLL styles again |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | several mingw32 compilation fixes |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | implementation of wxGetPasswordFromUser |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | added wxGetPasswordFromUser(), dialogs sample shows... |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | warnings/linking fixes for wxMotif |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | 2 warnings from Solaris build log fixed |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | excluded geometry.cpp from build by using #if wxUSE_GEO... |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | patches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | some fixes from the SGI build log |
tree | commitdiff |
2000-01-24 |
Václav Slavík | fixed false error report with helpfiles without index |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | patches for XPM/TIFF compilation with BC++ from Ricky... |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | refresh after sort - patch from Ricky Gonzales |
tree | commitdiff |
2000-01-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-01-24 |
Robert Roebling | Applied some of the SGI fixes. Don't know about the |
tree | commitdiff |
2000-01-24 |
Robert Roebling | Added geometry.cpp and made it compile, |
tree | commitdiff |
2000-01-24 |
Julian Smart | Corrected font calculation (use screen resolution now... |
tree | commitdiff |
2000-01-24 |
Robert Roebling | Corrected spinbutton events and made them vetoable. |
tree | commitdiff |
2000-01-24 |
Guillermo Rodrigue... | Compilation fix for mingw32 - will this break cygwin? |
tree | commitdiff |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
tree | commitdiff |
2000-01-23 |
Václav Slavík | moved bookmarks to Contents panel |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added wxLogError/Warning into wxHTML |
tree | commitdiff |
2000-01-23 |
Stefan Neis | Added GAddress_INET_SetAnyAddress and dummy UNIX addres... |
tree | commitdiff |
2000-01-23 |
Stefan Neis | Added #define for soclose on EMX |
tree | commitdiff |
2000-01-23 |
Stefan Neis | Integrated recent API-change |
tree | commitdiff |
2000-01-23 |
Stefan Neis | Added #pragma implementation for gcc. |
tree | commitdiff |
2000-01-23 |
Robert Roebling | Fixed small bug in tab code WRT to having only |
tree | commitdiff |
2000-01-23 |
Robert Roebling | tabbing in controls sample works again. |
tree | commitdiff |
2000-01-23 |
Stefan Neis | Added more '#pragma implementation' for gcc. |
tree | commitdiff |
2000-01-23 |
Vadim Zeitlin | 1. wxMSW::wxNotebook::SetPageSize() and SetPadding... |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added intelligent scaling of icons -- cutting empty... |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added WXMAC default font sizes |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added wxFileType::GetMimeTypes |
tree | commitdiff |
2000-01-23 |
Václav Slavík | removed call to win32 api ::SetMapMode -- hopefully... |
tree | commitdiff |
2000-01-22 |
Vadim Zeitlin | 1. added wxMemoryConfig (private) class |
tree | commitdiff |
2000-01-22 |
Stefan Neis | Fixed fixups to allow EMX to compile again. |
tree | commitdiff |
2000-01-22 |
Ron Lee | added missing include dcmemory.h |
tree | commitdiff |
2000-01-22 |
Ron Lee | added missing include for wxBitmap |
tree | commitdiff |
2000-01-22 |
Robert Roebling | Changes for next snapshot. |
tree | commitdiff |
2000-01-22 |
Ron Lee | added dcmemory.h include |
tree | commitdiff |
2000-01-22 |
Stefan Neis | SN: Replace a __WXPM__ by __OS2__ in #if deciding wheth... |
tree | commitdiff |
2000-01-22 |
Stefan Neis | SN: Replaced __WXOS2__ by __WXPM__ in #ifdefs |
tree | commitdiff |
2000-01-22 |
Václav Slavík | added GNOME mimeinfo parsing & some fixes for non-XPM... |
tree | commitdiff |
2000-01-22 |
Václav Slavík | added test for correctly created wxIcon |
tree | commitdiff |
2000-01-22 |
Robert Roebling | Fixed wxListCtrl::GetNextItem() |
tree | commitdiff |
2000-01-22 |
Vadim Zeitlin | I think I finally fixed activation behaviour under... |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | warning fix |
tree | commitdiff |
2000-01-21 |
David Webster | Updates to fix an error that cropped up putting EMX... |
tree | commitdiff |
2000-01-21 |
David Webster | Fix to include the OS/2 version of mimetype.h, not... |
tree | commitdiff |
2000-01-21 |
David Webster | New VA config file for new plot and mimetype modules |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | BC++ compilation fix |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | 1. fixed (to test) the bug with bitmaps without masks... |
tree | commitdiff |
2000-01-21 |
Julian Smart | Misc. Dialog Editor/resource bugs fixed |
tree | commitdiff |
2000-01-21 |
Bart A.M. Jourquin | new 'dynamic' SetColDefs fix |
tree | commitdiff |
2000-01-21 |
Bart A.M. Jourquin | adding search path for iodbc headers |
tree | commitdiff |
2000-01-21 |
Bart A.M. Jourquin | adding case sensitive link (/c) flag |
tree | commitdiff |
2000-01-21 |
Guillermo Rodrigue... | msgdlg.h missing - please try compiling without precomp... |
tree | commitdiff |
2000-01-21 |
Guillermo Rodrigue... | GSocket: |
tree | commitdiff |
2000-01-21 |
Guillermo Rodrigue... | GSocket: |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | 1. wxWizard supports setting images for each page,... |
tree | commitdiff |
2000-01-20 |
Robert Roebling | More life in wxPlot. |
tree | commitdiff |
2000-01-20 |
George Tasker | ::bindInsertParams() was leaving some column bindings... |
tree | commitdiff |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
tree | commitdiff |
2000-01-20 |
George Tasker | Uses src/iodbc headers rather than windows headers... |
tree | commitdiff |
2000-01-20 |
George Tasker | Tweeked to use SQLHWND as a type rather than HWND,... |
tree | commitdiff |
2000-01-20 |
Vadim Zeitlin | (run-time) fix for !wxUSE_IPC build |
tree | commitdiff |
2000-01-19 |
Vadim Zeitlin | XBM loading finally works (thanks Guillermo) |
tree | commitdiff |
2000-01-19 |
Václav Slavík | rewritten to use wxTheMimeTypesManager |
tree | commitdiff |
2000-01-19 |
Václav Slavík | fixed SetLink (if link.Href is empty, nulls the link |
tree | commitdiff |
2000-01-19 |
Václav Slavík | split mimetype.h/.cpp into platform specific code |
tree | commitdiff |
2000-01-19 |
Václav Slavík | dialog for choosing charset was too wide |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added encoding support to help contents |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,max,msw |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
tree | commitdiff |
2000-01-19 |
Václav Slavík | fixed compilation problem with BC (at least I hope so) |
tree | commitdiff |
2000-01-19 |
Václav Slavík | fixed ReadString for wxUSE_UNICODE |
tree | commitdiff |
2000-01-19 |
Julian Smart | Added missing windows.h includes |
tree | commitdiff |
2000-01-19 |
Bart A.M. Jourquin | adding intl.h and wxString -> char* conversion in DDEAt... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | it is now possible to add custom buttons into wxHtmlHel... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added wxFSFile::GetModificationTime |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added wxFileModificationTime |
tree | commitdiff |
2000-01-19 |
Václav Slavík | iso8859-1,15 and cp1252 added to Cyrillic charsets |
tree | commitdiff |
2000-01-19 |
Václav Slavík | .cached format of help books is now endian-independent... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | generic wxFileDialog now stores customizations to regis... |
tree | commitdiff |
2000-01-18 |
George Tasker | Fixed so this file will compile if wxUSE_IPC is 0 ... |
tree | commitdiff |
next |