2007-10-17 |
Vadim Zeitlin | fix broken links |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | More alignment issues |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Change default alignment to centre vertically |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Document alignment parameter |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Ensure item is visible when selection moves, remove... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Minor doc updates |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Minor doc updates |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Minor doc updates |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Robert Roebling | Minor doc updates |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Bryan Petty | Corrected doc typo (missing escaped underscore). Patch... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Paul Cornett | remove C++ comment |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Paul Cornett | Fix declaration-after-statement compile error, remove... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Moved paragraph to right place |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Minor sample corrections |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Correct activate logic for <ENTER> |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Correct activate logic for mouse clicks |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Correct drawing placement (16px + 1 px border below) |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Correct text colour in wxIconTextRenderer |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Support for hover effect in header buttons |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Doc improvements |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Benjamin Williams | check if pane still exists before closing |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Corrected AppendXXXColumn method params |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Docs for wxDataViewTreeStore |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
commit | commitdiff | tree | snapshot |
2007-10-14 |
David Elliott | Fix wxExecute process end detect behavior for wxCocoa... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
David Elliott | Combine the check for wxMac and then the other check... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
David Elliott | Don't force the child's m_isShown state to match that... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | Beginning of wxDataViewTreeStore API |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | Minor doc corr |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | Made wxList no longer inherit from wxObject, no change... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | Use typesafe wxVariantList in wxVariant instead of... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | define typesafe wxVariantList (to be used by wxVariant... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Robert Roebling | wxVariantData no longer inherits from wxObject |
commit | commitdiff | tree | snapshot |
2007-10-13 |
David Elliott | Implement creation of wxFont from wxNativeFontInfo. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
David Elliott | Replace most of the fields in wxFontRefData with one... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
David Elliott | Move wxCocoa's wxFontRefData from the header to the... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
David Elliott | Rename src/cocoa/font.cpp to font.mm in both trunk... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
David Elliott | Disable accidently committed F-Script code. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
David Elliott | Remove wxNonControlNSControl from trunk. Leave in... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
David Elliott | Use WXNSView just like wxWindow does when creating... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Robert Roebling | Implemented HasContainerColumns() for GTK+ |
commit | commitdiff | tree | snapshot |
2007-10-12 |
David Elliott | Implement wxWindow::GetTextExtent to use wxDC to at... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Robert Roebling | added wxDataViewModel::HasContainerColumns |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Julian Smart | Make SaveFile and LoadFile virtual so they can be overr... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Elliott | update makefiles |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Elliott | Borland still hates ? |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Vadim Zeitlin | wxUniv compilation fixes in themed border drawing code |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Michael Wetherell | Add quick builds for Windows. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Václav Slavík | compilation fixed for wxDataViewCtrl: almost no class... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Elliott | update setup.h for univ |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Vadim Zeitlin | compilation fix for wxUniv: don't use the native wxText... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Elliott | update souce of wxart2d |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Václav Slavík | compilation fixes |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Benjamin Williams | added DockFixed() pane option; doc updates |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Václav Slavík | compilation fix for Mingw: it doesn't have std::wostream |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Elliott | fixes as per http://thread.gmane.org/gmane.comp.lib... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Elliott | patch as at http://thread.gmane.org/gmane.comp.lib... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Robin Dunn | Give wxMac's wxStaticBox an AcceptsFocus method |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Jouk Jansen | src/X11/font.cpp needs smae change as other wxXXX versions |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Jouk Jansen | Give NULL explicit type to make interface recognizeable |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Jouk Jansen | Update OpenVMS Build |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Benjamin Williams | in LoadPerspective, if pane wasn't found, just skip... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | added a trivial test for wxString stream insertion... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | renamed a strangely named variable |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | define insertion operator in std::wostream in Unicode... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | fixed operator<<(ostream&, wxString) to output string... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | don't define operator<<(ostream&, wxString) at all... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Vadim Zeitlin | no need to use ToAscii() explicitly in wxBase64Decode... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 build |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Vadim Zeitlin | added wxBase64Decode() overload taking wxString, otherw... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Robin Dunn | On Mac the first visible line needs to be recalculated... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Vadim Zeitlin | removed extra const in DoGetFilenames() declaration |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Elliott | remove reference to old sample |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Elliott | set minimum bcc32 version to turbo explorer |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | blind fix for Borland problems with operator?: after... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | simplify the code for extended flags handling fixing... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | made wxTreeCtrl::GetNextVisible() behave in the same... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | don't create m_dottedPen with an invalid 0 style which... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Václav Slavík | compilation fixes for x86_64; use wxLogDebug instead... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | no changes, just fixed a typo in an error message |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | updated copyright year to 2007 |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | removed base.rc which is unused since many years |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Robert Roebling | Update from Hartwig for OS X implementation |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Václav Slavík | globally disable VC++'s warning 4251 (non-exported... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | made Blur() methods const (bug 180914) |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Julian Smart | Corrected typo affecting outline level reading |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Julian Smart | Added missing URL attribute testing |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | fixed several problems due to use of GetEditHWND()... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Vadim Zeitlin | fixed totally wrong change in r49070 |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Vadim Zeitlin | don't use using directive, Watcom seems to have problem... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Vadim Zeitlin | added richtext sources |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Vadim Zeitlin | fixed bug with inversed IsEditable() return value |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Vadim Zeitlin | always return wxString from wxGetUserHome() instead... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Julian Smart | Fixed dangling pointer bug |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Elliott | Borland has only lfind |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Vadim Zeitlin | fix GetPaths() and GetFilenames() too |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Vadim Zeitlin | fix wxGenericFileDialog::Get{Path,Directory,Filename... |
commit | commitdiff | tree | snapshot |
next |