2001-12-19 |
Stefan Csomor | added SetStatusText method (avoiding dc.Clear) |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | removed clearing (done anyway) |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | GetMacXXXX to MacGetXXXX |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | started macosx compliant implementation |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | code moved from window to toplevel |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | corrected control functions |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | Adaptions for new redrawing |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | GetMacXXXX renamed MacGetXXXX |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | blind fix for temp file creation problem |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | toplevel adaptions |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | added missing code files |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | suppress some warnings appearing in the optimized build... |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | compilation fix for Windows |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | fixed redraw problems in wxStaticText |
tree | commitdiff |
2001-12-18 |
Václav Slavík | send Host header in HTTP requests |
tree | commitdiff |
2001-12-18 |
Václav Slavík | fixed i18n handling of _ in XRC texts |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for the X fatal error when closing frames |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for using wxDataObjectComposite with the clipboard |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | compilation fix for old mingw32 |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
tree | commitdiff |
2001-12-18 |
David Webster | Fixed a linking problem as some virtuals and static... |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for handling the standard X toolkit options |
tree | commitdiff |
2001-12-18 |
Robert Roebling | The mac toolbar was redrawing buttons when not shown - |
tree | commitdiff |
2001-12-17 |
Václav Slavík | comment clarification |
tree | commitdiff |
2001-12-17 |
David Webster | OS/2 common controls code def file |
tree | commitdiff |
2001-12-17 |
David Webster | OS/2 common controls code |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | fixes error/usage messages given by the cmd line parsin... |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | don't discard the informational log messages given... |
tree | commitdiff |
2001-12-17 |
Robert Roebling | MacOS 9 seems to clear the background itself, too. |
tree | commitdiff |
2001-12-17 |
Robert Roebling | MAcOS X clears the background (with stripes) for |
tree | commitdiff |
2001-12-17 |
Robert Roebling | Smooth Aqua buttons in wxTreeCtrl. |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | don't use EM_STREAMIN at all in Unicode mode, it's... |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | added __TDATE__ and __TTIME__ and use them instead... |
tree | commitdiff |
2001-12-17 |
Robert Roebling | Forgot to unset m_relative in wxFilename::Normalize(). |
tree | commitdiff |
2001-12-17 |
Václav Slavík | fixed Unicode compilation (please use wxT()...) |
tree | commitdiff |
2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
tree | commitdiff |
2001-12-16 |
Václav Slavík | fixes to wxFindFirstFile |
tree | commitdiff |
2001-12-16 |
Václav Slavík | another segfault fix |
tree | commitdiff |
2001-12-16 |
Václav Slavík | a mistake; djgpp doesn't have vsnprintf at all |
tree | commitdiff |
2001-12-16 |
Václav Slavík | cache return value of ftime |
tree | commitdiff |
2001-12-16 |
Robert Roebling | Reimplemented wxFileName with m_relative field. |
tree | commitdiff |
2001-12-16 |
Václav Slavík | removed platform-specific code for wxFindFirst/NextFile... |
tree | commitdiff |
2001-12-15 |
Václav Slavík | fixed a segfaulting bug in wxUniv: invalid assumption... |
tree | commitdiff |
2001-12-15 |
Václav Slavík | fix for stupid segfault |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP support in libtiff (what else can I do that to... |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DOS compilation fixes |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP compilation fixes |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP compilation |
tree | commitdiff |
2001-12-15 |
Václav Slavík | timezone is not defined in DJGPP in any form, use ftime... |
tree | commitdiff |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
tree | commitdiff |
2001-12-15 |
Václav Slavík | compilation with DJGPP |
tree | commitdiff |
2001-12-15 |
Václav Slavík | blind fix for Unicode compilation of wxTextCtrl/msw |
tree | commitdiff |
2001-12-15 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
tree | commitdiff |
2001-12-15 |
Robert Roebling | Aqua gets Aqua tree buttons automatically now. |
tree | commitdiff |
2001-12-14 |
Václav Slavík | don't include windows.h unless neccessary |
tree | commitdiff |
2001-12-14 |
Václav Slavík | implemented wxDir as pure MGL code |
tree | commitdiff |
2001-12-14 |
Václav Slavík | wxFindFirstFile and friends for wxMGL |
tree | commitdiff |
2001-12-14 |
Václav Slavík | unimportant DOS fix |
tree | commitdiff |
2001-12-14 |
Václav Slavík | move pmapi.h to mgl/private.h |
tree | commitdiff |
2001-12-14 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
tree | commitdiff |
2001-12-14 |
Václav Slavík | filled-in DOS parts of wxMGL utils |
tree | commitdiff |
2001-12-14 |
Václav Slavík | Watcom compilation fix |
tree | commitdiff |
2001-12-14 |
Václav Slavík | fixes to wxMGL build |
tree | commitdiff |
2001-12-14 |
David Webster | OS/2 compile fixes. |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | got rid of ^Ms |
tree | commitdiff |
2001-12-13 |
Robert Roebling | Verbose languages such as German need a big |
tree | commitdiff |
2001-12-13 |
Ron Lee | Vadim, please check this, I think it's what you meant |
tree | commitdiff |
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 |
next |