2004-02-12 |
Robin Dunn | PS can output to ta stream (but still need to make... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Robin Dunn | Fix ambiguity |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Robin Dunn | HYBRID wxPython builds also need the __NO_VC_CRTDBG__... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Vadim Zeitlin | compilation fix for strict(er) compilers |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Vadim Zeitlin | define DWORD_PTR &c for Win32 compilation whatever... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Vadim Zeitlin | compilation fix (PASCAL should be inside the parenthesi... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Added wxDC:GetPartialTextExtents |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Use extraFontFlag to specify if anti-aliased fonts... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Allow an extra flag to be given to Font::Create |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Use wxStaticCast |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Vadim Zeitlin | another part of adding error checking to event table... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Václav Slavík | make it possible to override translatable status of... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Václav Slavík | load wsock32.dll dynamically, so that wxCore has no... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | corrected sleep |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | non-unicode fix |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | cleanup and fix of double disposal (thanks to Steve... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | conversion corrections |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | removing unreached code (overriden) |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | common code, cleanup of measurement |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | common code |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | added condition for DARWIN (thanks to Steve Hartwell) |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Chris Elliott | try to fix D Mars compilation for Unicode |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Václav Slavík | added public methods to select parts of displayed page |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Václav Slavík | added public methods to select parts of displayed page |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Stefan Csomor | turning off sound, movies and images for textctrl |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Use "wxCheckListBox" instead of the deprecated "wxCheck... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Updates to reflect recent changes in wxWindows |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Robin Dunn | Added missing wxNcPaintEventFunction and used it in... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | reversed last accidental commit |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Robin Dunn | Fixed a compliation error, event args should not be... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Robin Dunn | Update the version number, remove mentioon of the wx... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | reverted wxStaticCast change which obviously can't... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Stefan Neis | Unicode fixes. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added wxStaticCast, moved wxConstCast from wx/object... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added HAVE_STATIC_CAST |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | compilation fix for wxUSE_LOG == 0 (part of patch 843206) |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | restored defaults in switchs removed in the last commit |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | implemented SelectItem(item, bool); UnselectItem()... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelectio... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added auto check count as otherwise calling EnableAutoC... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Stefan Csomor | because some sash code draws whether the window is... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Chris Elliott | fix for non-unicode DMC builds |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize() |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | compiles under win64 |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | part of Ictrl -> Iscntrl change I forgot to commit... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: use wxUIntPtr instead of long |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: define SIZEOF_SIZE_T, added... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Vadim Zeitlin | added wxGet/SetWindowProc/UserData() |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Václav Slavík | fixed samples compilation when using configure and... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Václav Slavík | use generic samples icon |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | don't just drop click events resulting from triple... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | no changes, simply added a comment |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | size combobox/choices properly initially by considering... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | use correct name for the icon |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | don't assert when creating an initially empty wxCB_READ... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | multiline checkbox doesn't make sense for listbook |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Robin Dunn | wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Changed no-remap to msw.remap |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Vadim Zeitlin | wxUniv compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Applied WinCE fix, though data file still not found |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Dimitri Schoolwerth | Applied patch #885752: "wxPoem less MSW specific +... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Documented no-remap |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Documented tbar95.cpp backports |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Added no-remap system option so colourful toolbar buttons |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Julian Smart | Fix needed for free MS SDK |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Dimitri Schoolwerth | MinGW warnings fixed; TRUE/FALSE cleanup. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
David Elliott | Do not try to set the proper position if creating a... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
David Elliott | Implement right mouse down/dragged/up |
commit | commitdiff | tree | snapshot |
2004-02-09 |
David Elliott | When destroying the window, only remove it from its... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
David Elliott | Don't close dialogs in ~wxDialog as it just hides other... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
David Elliott | wxBitmap::GetNSImage(): Added trace messages. Release... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Patrick K.... | shell.autoCompleteAutoHide added with default of True. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | Fixed Unicode breakage |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Robert Roebling | Fix redraw problem in multiple selection listctrl. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Robert Roebling | Improvements for splitter sash hack. GTK2 look |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Stefan Neis | Script install-sh wants a '-c' parameter, otherwise... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Vadim Zeitlin | added WC_NO_BEST_FIT_CHARS |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | Spacing corrections |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Patrick K.... | Fixed problem with Calltip tab not refreshing properly... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Dimitri Schoolwerth | Fixed relative paths to lib/. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | New versions |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Robert Roebling | Corrected redrawing of sash when resizing |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Robert Roebling | Draw listctrls's headers right for themes. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Robert Roebling | Correctly center lables vertically. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | 0 -> 0u to keep gcc happy |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | Added missing MSWGetStyle prototype |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Julian Smart | wx2msPenStyle forward declaration required |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Patrick K.... | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
next |