2004-02-14 |
Dimitri Schoolwerth | Simplified OS X Panther detection code. |
tree | commitdiff |
2004-02-14 |
Robin Dunn | Oops, took out too much... |
tree | commitdiff |
2004-02-14 |
Robin Dunn | Fix the off-by-one a little differently, and correct... |
tree | commitdiff |
2004-02-13 |
Robin Dunn | Fixed an off-by-one error |
tree | commitdiff |
2004-02-13 |
Robin Dunn | Call Skip from the focus handlers so wxGTK can still... |
tree | commitdiff |
2004-02-12 |
Robin Dunn | Fixed to use wxNcPaintEvent types where needed |
tree | commitdiff |
2004-02-12 |
Julian Smart | Some more string concatenations |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | set argc/argv properly in Unicode build (fixes bug... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | don't override GetSize(), this doesn't work (bug 732758) |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | fix yet another assert when the initial combo box value... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | suppress triple clicks generation completely for GTK2... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | corrected wxTreeCtrl::Select() broken by previously... |
tree | commitdiff |
2004-02-12 |
Julian Smart | String corrections |
tree | commitdiff |
2004-02-12 |
Julian Smart | Infinite recursion fix |
tree | commitdiff |
2004-02-12 |
Stefan Csomor | patch applied for clearing m_data object upon closing |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | compilation fix for strict(er) compilers |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | compilation fix (PASCAL should be inside the parenthesi... |
tree | commitdiff |
2004-02-12 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Added wxDC:GetPartialTextExtents |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Use extraFontFlag to specify if anti-aliased fonts... |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Allow an extra flag to be given to Font::Create |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Use wxStaticCast |
tree | commitdiff |
2004-02-11 |
Václav Slavík | make it possible to override translatable status of... |
tree | commitdiff |
2004-02-11 |
Václav Slavík | load wsock32.dll dynamically, so that wxCore has no... |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | corrected sleep |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | non-unicode fix |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | cleanup and fix of double disposal (thanks to Steve... |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | conversion corrections |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | removing unreached code (overriden) |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | common code, cleanup of measurement |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | added condition for DARWIN (thanks to Steve Hartwell) |
tree | commitdiff |
2004-02-11 |
Chris Elliott | try to fix D Mars compilation for Unicode |
tree | commitdiff |
2004-02-11 |
Václav Slavík | added public methods to select parts of displayed page |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | turning off sound, movies and images for textctrl |
tree | commitdiff |
2004-02-10 |
Robin Dunn | Fixed a compliation error, event args should not be... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only... |
tree | commitdiff |
2004-02-10 |
Stefan Neis | Unicode fixes. |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | restored defaults in switchs removed in the last commit |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | implemented SelectItem(item, bool); UnselectItem()... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelectio... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added auto check count as otherwise calling EnableAutoC... |
tree | commitdiff |
2004-02-10 |
Stefan Csomor | because some sash code draws whether the window is... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize() |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | part of Ictrl -> Iscntrl change I forgot to commit... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: use wxUIntPtr instead of long |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | don't just drop click events resulting from triple... |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | size combobox/choices properly initially by considering... |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | don't assert when creating an initially empty wxCB_READ... |
tree | commitdiff |
2004-02-09 |
Julian Smart | Changed no-remap to msw.remap |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | wxUniv compilation fix after last commit |
tree | commitdiff |
2004-02-09 |
Julian Smart | Added no-remap system option so colourful toolbar buttons |
tree | commitdiff |
2004-02-09 |
Dimitri Schoolwerth | MinGW warnings fixed; TRUE/FALSE cleanup. |
tree | commitdiff |
2004-02-09 |
David Elliott | Do not try to set the proper position if creating a... |
tree | commitdiff |
2004-02-09 |
David Elliott | Implement right mouse down/dragged/up |
tree | commitdiff |
2004-02-09 |
David Elliott | When destroying the window, only remove it from its... |
tree | commitdiff |
2004-02-09 |
David Elliott | Don't close dialogs in ~wxDialog as it just hides other... |
tree | commitdiff |
2004-02-09 |
David Elliott | wxBitmap::GetNSImage(): Added trace messages. Release... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed Unicode breakage |
tree | commitdiff |
2004-02-08 |
Robert Roebling | Fix redraw problem in multiple selection listctrl. |
tree | commitdiff |
2004-02-08 |
Robert Roebling | Improvements for splitter sash hack. GTK2 look |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit... |
tree | commitdiff |
2004-02-08 |
Dimitri Schoolwerth | Fixed relative paths to lib/. |
tree | commitdiff |
2004-02-08 |
Robert Roebling | Corrected redrawing of sash when resizing |
tree | commitdiff |
2004-02-08 |
Robert Roebling | Draw listctrls's headers right for themes. |
tree | commitdiff |
2004-02-08 |
Robert Roebling | Correctly center lables vertically. |
tree | commitdiff |
2004-02-08 |
Julian Smart | 0 -> 0u to keep gcc happy |
tree | commitdiff |
2004-02-08 |
Julian Smart | wx2msPenStyle forward declaration required |
tree | commitdiff |
2004-02-08 |
Julian Smart | Added Release Unicode DLL and Debug Unicode DLL (identical |
tree | commitdiff |
2004-02-08 |
Stefan Neis | Applied and extended patch 886524 (wxGridCellFloatEdito... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't use char hook to handle Esc in the dialogs, it... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERT... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | estimate size of multiline text controls more accuratel... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed wxEVT_CONTEXT_MENU generation (it works different... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | as after recent change wxID_SEPARATOR is now -2, it... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed and documented GetItemText/BackgroundColour(... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetBrush() nor SetFo... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | renamed wxEventFixModule to wxWakeUpIdleModule; added... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetPen() (slow!... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed small bug in operator=() (comparing equal but... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | define WXMICROWIN_CHECK_HDC macro once instead of havin... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | use wxBusyCursor class instead of wxBeginBusyCursor... |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | proper UTF32 / 16 conversions added |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | wchar_t 4 bytes support added |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | redraw forced for size changes (layout for measuring... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | use hard coded default size for top level windows inste... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Applied patch [ 892608 ] wxLogDialog + wxLogFrame:... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Applied patch [ 892543 ] wxUniversal: Bitmaps in disabl... |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | corrected Sleep implementation (as clock() under Mach... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Applied patch [ 892511 ] wxUniversal: fix of segfault... |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | scroll of subwindow confined to rect param |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | tabs fixed |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | corrected line counts and implemented ShowPosition |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | corrections for buffers |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | unicode savvy conversions |
tree | commitdiff |
2004-02-08 |
Mattia Barbon | Reverses part of my changes of Mon Apr 14 17:27:28... |
tree | commitdiff |
2004-02-08 |
Mattia Barbon | Applied patches #892580 and #892582 from Christian... |
tree | commitdiff |
2004-02-08 |
David Elliott | Use wxLogTrace instead of wxLogDebug for trace messages |
tree | commitdiff |
next |