2001-12-12 |
Vadim Zeitlin | another memory leak fixed |
tree | commitdiff |
2001-12-10 |
Vadim Zeitlin | wxBase compilation fix |
tree | commitdiff |
2001-12-10 |
Julian Smart | Reversed crazy wxKEY_STRING/INTEGER thing |
tree | commitdiff |
2001-12-10 |
Robert Roebling | Small optical fix. |
tree | commitdiff |
2001-12-10 |
Julian Smart | Event typo fixed |
tree | commitdiff |
2001-12-10 |
Robert Roebling | Changed wxTreeCtrl to look Mac-like under Mac |
tree | commitdiff |
2001-12-09 |
Robert Roebling | Changed semantics of clicking beside the text control |
tree | commitdiff |
2001-12-09 |
Václav Slavík | clean is symbolic target |
tree | commitdiff |
2001-12-09 |
Václav Slavík | fixed zlib watcom makefile |
tree | commitdiff |
2001-12-09 |
Václav Slavík | added wxMGL+DOS+Watcom makefiles |
tree | commitdiff |
2001-12-09 |
Václav Slavík | more MSDOS fixes (config file location) |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | oops, a typo in the last commit |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | ItemHasChildren() should return TRUE for the items... |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fix for the crash when many listctrl items change state |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fix for my old and broken mingw32 headers |
tree | commitdiff |
2001-12-09 |
Julian Smart | Define SF_UNICODE if undefined |
tree | commitdiff |
2001-12-09 |
Stefan Csomor | added changes in order to make at least button events... |
tree | commitdiff |
2001-12-09 |
Václav Slavík | compilation fix for Watcom (sorry, Vadim, there's some... |
tree | commitdiff |
2001-12-09 |
Václav Slavík | wxMGL Watcom compilation fixes |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed bug with the caret positioning after SetValue... |
tree | commitdiff |
2001-12-09 |
Ron Lee | fix bogus VC 'for' scoping. |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed displaying text in non default charset in the... |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | suppress compilation warning |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | added wxEncodingToCodepage() and implemented it properl... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | fixes for setup.h handling in Watcom makefiles |
tree | commitdiff |
2001-12-08 |
Václav Slavík | build zlib in WIN32, not MSDOS mode |
tree | commitdiff |
2001-12-08 |
Václav Slavík | compilation fix for Watcom C++ |
tree | commitdiff |
2001-12-08 |
Václav Slavík | reverted SciTech sabotage of Watcom compilation (invali... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | moved HAVE_BOOLEAN logic specific to wxWindows outside... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | compilation fix for Watcom |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
tree | commitdiff |
2001-12-08 |
Mattia Barbon | Applied #486410 |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | 1. don't emulate OFN_OVERWRITEPROMPT, use the real... |
tree | commitdiff |
2001-12-08 |
Julian Smart | Removed --use-temp-file removed from makeg95.env |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | initialize m_hasXXX in wxWindowBase |
tree | commitdiff |
2001-12-08 |
Stefan Csomor | corrected constness |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | - added precompiled headers code |
tree | commitdiff |
2001-12-08 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-12-07 |
Robert Roebling | Made Aqua style internal in wxSplitterWindow. |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for Watcom |
tree | commitdiff |
2001-12-07 |
Václav Slavík | DOS compilation fixes |
tree | commitdiff |
2001-12-07 |
Václav Slavík | fixes for wxUSE_MIMETYPE==0 and fixes for compilation... |
tree | commitdiff |
2001-12-07 |
Václav Slavík | fixed rendering of expanded nodes with exactly one... |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for Watcom/DOS |
tree | commitdiff |
2001-12-07 |
Václav Slavík | watcom fixes |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for wxULongLongWx::Divide (Vadim, is... |
tree | commitdiff |
2001-12-07 |
Václav Slavík | (temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE |
tree | commitdiff |
2001-12-07 |
Václav Slavík | wxFileSystem w/o wxUSE_MIMETYPE fixes |
tree | commitdiff |
2001-12-07 |
Václav Slavík | MS-DOS fixes |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | propose to the user to use the replacement encoding... |
tree | commitdiff |
2001-12-07 |
Stefan Csomor | added method for getting the help menu on classic and... |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | fixed wxConfig memory leak in wxFontMapper |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | don't crash in wxGetWindowXXX() if HWND is 0 |
tree | commitdiff |
2001-12-06 |
Robert Roebling | Added wxSP_SASH_AQUA style |
tree | commitdiff |
2001-12-05 |
Stefan Csomor | changed DoMoveWindow not to change the height of the... |
tree | commitdiff |
2001-12-05 |
Stefan Csomor | changed default size, because MacOS X was using the... |
tree | commitdiff |
2001-12-05 |
Václav Slavík | DOS+Watcom fixes |
tree | commitdiff |
2001-12-05 |
Václav Slavík | compilation fixes for Watcom+MGL+MS-DOS |
tree | commitdiff |
2001-12-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-12-04 |
Václav Slavík | 1. Who the hell wrote that idiotencode for choosing... |
tree | commitdiff |
2001-12-04 |
Václav Slavík | compilation fix - wxCoord, not int |
tree | commitdiff |
2001-12-04 |
Václav Slavík | watcom headers don't define M_PI |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Aqua splitter sashes. |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | changed defaultitem method from belonging to a panel... |
tree | commitdiff |
2001-12-04 |
Mattia Barbon | Fix for very old w32api |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Still more space around notebook pages... |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Notebook sizers didn't take any borders into account, |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | changed the button container from wxPanel to wxWindow |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Compile fix for app.cpp without precompiled headers. |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed compilation |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | added default return and escape/command-period handling... |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Temporary fix for wxFileName under Mac - ignore volumes. |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
tree | commitdiff |
2001-12-04 |
Julian Smart | Tried to fix makefile.g95 |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | compilation fix for HAVE_SETENV |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | MacOS X was having a coordinate rollover for a rectangl... |
tree | commitdiff |
2001-12-04 |
Julian Smart | Ifdefed out code that wouldn't compile with Mingw32... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed assert failure when removing a menu |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
tree | commitdiff |
2001-12-04 |
Robert Roebling | The code in wxMac's listbox was too ambitious in filtering |
tree | commitdiff |
2001-12-03 |
Robert Roebling | Make wxMac single line text control ignore ENTER |
tree | commitdiff |
2001-12-03 |
Robert Roebling | Replaced && with $ in bittest. |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed bug in AssignDir() which didn't always consider... |
tree | commitdiff |
2001-12-03 |
George Tasker | Removed a call to Upper() on the table name when buildi... |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed mem leak in wxDataObjectComposite |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | don't use wxRegEx in wxString::Matches |
tree | commitdiff |
2001-12-02 |
George Tasker | Fixed incorrect deletion of hPalette if the call to... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | corrected line endings in xml files (mistakenly committ... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | store CodeWarrior 5.3 projects as xml instead of binary... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed redraw problems on resize under MSW |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | more fixes to target window scrolling |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed event processing for the target window |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
tree | commitdiff |
2001-12-02 |
Ron Lee | fixes for contrib build. |
tree | commitdiff |
2001-12-02 |
Robin Dunn | wxTipWindow can now derived from wxFrame if not wxUSE_P... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed stupid bug which prevented automatic encoding... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | always use HWND first in WM_COMMAND handler to avoid... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed bug introduced earlier today in wxTempFile::Open() |
tree | commitdiff |
2001-12-01 |
Robin Dunn | Added a dependency for setup.h so it will be copied... |
tree | commitdiff |
next |