2008-05-08 |
Vadim Zeitlin | update the documentation after the patch 1876663 |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bryan Petty | More interface header reviews by Azriel Fasten, along... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bryan Petty | Updates to wiki links, and XHTML source cleanups. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | don't call TB_GETITEMRECT with invalid tool index |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | don't redeclare vsscanf() for Windows compilers, the... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | add a combobox to one of the toolbars, just for testing |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | correct toolbar width calculation with comctl32.dll... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | compilation fix after switch to using std::string in... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Vadim Zeitlin | update and complete Unicode overview; add an overview... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Robert Roebling | Remove const consts from docs |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Robert Roebling | current locale in wxString means wxConvLibc |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Robert Roebling | Mention wxConvLocal in wxString |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Robert Roebling | Further wxString clarification according to current... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Paul Cornett | use PNGAPI if it is defined |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Julian Smart | Added const when writing XPMs to avoid gcc warnings |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Vadim Zeitlin | use std::[w]string for wxString implementation unless... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Vadim Zeitlin | extract the most important wxUSE_XXX settings in their... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Vadim Zeitlin | don't use $0$ and $1$, Doxygen doesn't have math mode |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Robert Roebling | [ 1957970 ] wxWeakRef - assign from other wxWeakRef |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Robert Roebling | Fix more typos |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Václav Slavík | use const char*, not char*, for embedded XPMs to fix... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Robert Roebling | Try to fix formating |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Robert Roebling | More wxString docs, listed most STL methods |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bryan Petty | Interface header review of wxStringTokenizer by Azriel... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bryan Petty | Added missing semi-colon in DVC interface header, and... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Vadim Zeitlin | dump totals as well as averages when gatheting statistics |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Vadim Zeitlin | remove _T()s, they're unneeded now |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bryan Petty | Added todos for changing wxVListBox::OnDraw* virtual... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bryan Petty | Added margin to event handler function prototypes for... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Václav Slavík | fixed handling in wxHtmlWinParser, broken by... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Julian Smart | Reverted patch 1906896 because it broke prgrammatic... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Julian Smart | Use fallback when passing -1 for point size (as allowed... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Václav Slavík | clarified From/To8BitData's purpose |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Stefan Csomor | fixing memory leaks on three levels (bug report 1905138) |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Václav Slavík | check tables width parameter for invalid values |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Bryan Petty | Initial review of various [q-r] by Utensil Candel. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Václav Slavík | fixed incorrect handling of end iterator in HtmlizeLine... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Julian Smart | Fixed [ 1905777 ] Defining default accelerators for... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Julian Smart | Applied patch [ 1906896 ] Fix for bug #1906223 and... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Julian Smart | Made bullet page more compact |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Julian Smart | Don't trigger kill focus event twice |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Vadim Zeitlin | replaced test for inexistent wxUSE_LOCALE with the... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Vadim Zeitlin | update from FELIPE PERIARD LOPES |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Vadim Zeitlin | don't return junk from wxHtmlTag::GetParamAsInt() if... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Vadim Zeitlin | add an assert indicating that old code overriding OnExe... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Bryan Petty | Removed missing parameter from docs of wxVListBox const... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Bryan Petty | Commented out appearance sections in docs temporarily... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Bryan Petty | Finished initial review of a few [g*] interface headers. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Bryan Petty | Finished initial review of [v*] interface headers. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Robert Roebling | Update version info in platform detail page |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Robert Roebling | Minor clarification |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Robert Roebling | Mention wxGCDC |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Robert Roebling | Added constructor to wxGCDC from wxPrinterDC |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Robert Roebling | Use cairo_scale() for scaling to full printing resoluti... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Stefan Csomor | adding impl for Create( wxPrinterDC |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Elliott | add watcom define HAVE_VSSCANF_DECL (http://article... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Robert Roebling | Tried to transform wxGC like wxDC, failed |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Robert Roebling | Minor doc improvements |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Robert Roebling | Minor doc improvements |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Robert Roebling | Minor clarification |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Julian Smart | Added a wxRichTextCtrl-specific caret implementation... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Robert Roebling | Some doc corrections |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Robert Roebling | Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Michael Wetherell | User larger ccache for the benefit of IA64 builds. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Stefan Csomor | adapted Julian's new speed improved version |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Václav Slavík | report Unicode characters when reporting EVT_CHAR in... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Václav Slavík | use the new DoLogString signature (fixes with 2.8 compa... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Bryan Petty | Removed deprecated layout constraints from class summar... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Julian Smart | Bug fix for empty objects |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Julian Smart | Further wxRichTextCtrl performance improvements |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Vadim Zeitlin | use GLX_DOUBLEBUFFER if no attributes were specified... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUF... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Michael Wetherell | New dev. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Julian Smart | Fixed quotation mark input/output |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Kevin Ollivier | Allow easy access to the build scripts from wx tree. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Trying to make wxString readable again, II |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Trying to make wxString readable again |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | wxCairoGraphics need a font event without drawing text |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Some testing code for wxGraphicsContext printing |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Minor updates |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Typo |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Fix linking problem |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Forgot to remove this one |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | const_iterator |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | Removed category for styled text control which only... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Robert Roebling | A few wxString doc updates |
commit | commitdiff | tree | snapshot |
next |