2007-10-22 |
Stefan Csomor | xcode adaptions |
tree | commitdiff |
2007-10-22 |
Stefan Csomor | making things compile and build again ... |
tree | commitdiff |
2007-10-21 |
Vadim Zeitlin | don't store NULL attribute in wxGridRowOrColAttrData... |
tree | commitdiff |
2007-10-21 |
Paul Cornett | add wxUSE_MINIFRAME wrapper |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | replace wrong calss of Refresh() with (hopefully) corre... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | many wxIPC Unicode and UTF-8 fixes (use void* instead... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | define wxUTF8Buf as the type returned by wxString:... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | don't force size_allocate in gtk_pizza_put, it shouldn... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | deprecate wxEffects |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | accept "--opt val" and "--opt:val" syntax in addition... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Redundant call to GetItemByRow |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | don't need to paint tlw background, GTK does it |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | load message catalogs using wxFileSystem; use wxMemoryB... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | [ 1816882 ] wxListBox::SetSelection() doesn't update... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | [ 1816944 ] GTK - wxMenuBar bug |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | don't update the tree unnecessarily in Expand/CollapseA... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | export wxInvalidSize from DLL builds (patch 1805738) |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Only draw cell in selected style when control has focus |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Use BTNFACE colour for rendering selected item when... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Support hover over effect for DrawHeaderButton for... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | use a GtkAlignment to set size of toolbar controls... |
tree | commitdiff |
2007-10-20 |
David Elliott | Fix wxVsnprintf-using code on both trunk and 2.8 and... |
tree | commitdiff |
2007-10-19 |
Julian Smart | Added wxVariantData::Clone and wxVariant::Unshare |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-19 |
Julian Smart | Show debug report directory in long form on Windows |
tree | commitdiff |
2007-10-19 |
David Elliott | Improve behavior of menubar switching when windows... |
tree | commitdiff |
2007-10-19 |
David Elliott | Add missing wxT(). |
tree | commitdiff |
2007-10-19 |
David Elliott | Add ProcessPendingEvents to wxApp::Yield which makes... |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-18 |
Paul Cornett | simplify toolbar and statusbar create/set code |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Pixel fiddling for correct placement of text with and... |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Implement HasContainerColumns in generic code |
tree | commitdiff |
2007-10-18 |
Vadim Zeitlin | removed extraneous semicolon |
tree | commitdiff |
2007-10-18 |
David Elliott | Fix crasher caused by wxProcessTerminationEventHandler... |
tree | commitdiff |
2007-10-18 |
David Elliott | Halfway reasonable implementation of wxFont for wxCocoa. |
tree | commitdiff |
2007-10-17 |
David Elliott | Apply modified patch 1785299 to trunk and 2.8. |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
tree | commitdiff |
2007-10-17 |
Vadim Zeitlin | remove wxWindow::Clear() from wxDFB and wxMGL which... |
tree | commitdiff |
2007-10-17 |
Vadim Zeitlin | test for __DARWIN__ with ifdef, not if |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
tree | commitdiff |
2007-10-17 |
Robert Roebling | More alignment issues |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Ensure item is visible when selection moves, remove... |
tree | commitdiff |
2007-10-17 |
Paul Cornett | Fix declaration-after-statement compile error, remove... |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct activate logic for <ENTER> |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct activate logic for mouse clicks |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct drawing placement (16px + 1 px border below) |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct text colour in wxIconTextRenderer |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Support for hover effect in header buttons |
tree | commitdiff |
2007-10-16 |
Benjamin Williams | check if pane still exists before closing |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
tree | commitdiff |
2007-10-14 |
David Elliott | Fix wxExecute process end detect behavior for wxCocoa... |
tree | commitdiff |
2007-10-14 |
David Elliott | Combine the check for wxMac and then the other check... |
tree | commitdiff |
2007-10-14 |
David Elliott | Don't force the child's m_isShown state to match that... |
tree | commitdiff |
2007-10-13 |
Robert Roebling | Made wxList no longer inherit from wxObject, no change... |
tree | commitdiff |
2007-10-13 |
Robert Roebling | Use typesafe wxVariantList in wxVariant instead of... |
tree | commitdiff |
2007-10-13 |
Robert Roebling | define typesafe wxVariantList (to be used by wxVariant... |
tree | commitdiff |
2007-10-13 |
Robert Roebling | wxVariantData no longer inherits from wxObject |
tree | commitdiff |
2007-10-13 |
David Elliott | Implement creation of wxFont from wxNativeFontInfo. |
tree | commitdiff |
2007-10-13 |
David Elliott | Replace most of the fields in wxFontRefData with one... |
tree | commitdiff |
2007-10-13 |
David Elliott | Move wxCocoa's wxFontRefData from the header to the... |
tree | commitdiff |
2007-10-13 |
David Elliott | Rename src/cocoa/font.cpp to font.mm in both trunk... |
tree | commitdiff |
2007-10-12 |
David Elliott | Disable accidently committed F-Script code. |
tree | commitdiff |
2007-10-12 |
David Elliott | Remove wxNonControlNSControl from trunk. Leave in... |
tree | commitdiff |
2007-10-12 |
David Elliott | Use WXNSView just like wxWindow does when creating... |
tree | commitdiff |
2007-10-12 |
Robert Roebling | Implemented HasContainerColumns() for GTK+ |
tree | commitdiff |
2007-10-12 |
David Elliott | Implement wxWindow::GetTextExtent to use wxDC to at... |
tree | commitdiff |
2007-10-11 |
Chris Elliott | Borland still hates ? |
tree | commitdiff |
2007-10-11 |
Vadim Zeitlin | wxUniv compilation fixes in themed border drawing code |
tree | commitdiff |
2007-10-10 |
Václav Slavík | compilation fixed for wxDataViewCtrl: almost no class... |
tree | commitdiff |
2007-10-10 |
Benjamin Williams | added DockFixed() pane option; doc updates |
tree | commitdiff |
2007-10-10 |
Václav Slavík | compilation fix for Mingw: it doesn't have std::wostream |
tree | commitdiff |
2007-10-10 |
Chris Elliott | patch as at http://thread.gmane.org/gmane.comp.lib... |
tree | commitdiff |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | src/X11/font.cpp needs smae change as other wxXXX versions |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | Give NULL explicit type to make interface recognizeable |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | Update OpenVMS Build |
tree | commitdiff |
2007-10-09 |
Benjamin Williams | in LoadPerspective, if pane wasn't found, just skip... |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | define insertion operator in std::wostream in Unicode... |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | fixed operator<<(ostream&, wxString) to output string... |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | no need to use ToAscii() explicitly in wxBase64Decode... |
tree | commitdiff |
2007-10-08 |
Robin Dunn | On Mac the first visible line needs to be recalculated... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | blind fix for Borland problems with operator?: after... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | simplify the code for extended flags handling fixing... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | made wxTreeCtrl::GetNextVisible() behave in the same... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | don't create m_dottedPen with an invalid 0 style which... |
tree | commitdiff |
2007-10-07 |
Václav Slavík | compilation fixes for x86_64; use wxLogDebug instead... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | no changes, just fixed a typo in an error message |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | updated copyright year to 2007 |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | removed base.rc which is unused since many years |
tree | commitdiff |
2007-10-07 |
Robert Roebling | Update from Hartwig for OS X implementation |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | made Blur() methods const (bug 180914) |
tree | commitdiff |
2007-10-07 |
Julian Smart | Corrected typo affecting outline level reading |
tree | commitdiff |
2007-10-07 |
Julian Smart | Added missing URL attribute testing |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | fixed several problems due to use of GetEditHWND()... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | fixed totally wrong change in r49070 |
tree | commitdiff |
2007-10-06 |
Vadim Zeitlin | don't use using directive, Watcom seems to have problem... |
tree | commitdiff |
next |