2008-05-13 |
Paul Cornett | fix overload ambiguity when compiler doesn't know NULL... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | don't dereference end iterator |
tree | commitdiff |
2008-05-12 |
Paul Cornett | fix wxColourData::FromString() not restoring 16th color... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860) |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | disconnect handler in wxTaskBarIcon dtor, should have... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | prevent crash if panel/kicker is killed, bug 1872724 |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | don't change brush settings in SetBackgroundMode()... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | fix appending items to sorted control (patch 1940384) |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | avoid extra reallocations and memcpy for seekable files... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | assert if the window is being recreated, this indicates... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modifi... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between... |
tree | commitdiff |
2008-05-11 |
Stefan Neis | Blind fix for bug #1936227 (unable to set initial value... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | don't send text changed events from ctor as wxGTK doesn... |
tree | commitdiff |
2008-05-10 |
Paul Cornett | remove extra semicolons, correct virtual access |
tree | commitdiff |
2008-05-10 |
Paul Cornett | non-pch build fixes, after r53535 |
tree | commitdiff |
2008-05-10 |
Paul Cornett | don't send paint events for exposures of the border... |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
tree | commitdiff |
2008-05-09 |
Robin Dunn | Merge r53510 from 2.8 branch |
tree | commitdiff |
2008-05-09 |
Václav Slavík | fixed wxMac compilation after ShowWithEffect() changes... |
tree | commitdiff |
2008-05-09 |
Benjamin Williams | applied patch 1908782 wxAuiMDIChildFrame not removed... |
tree | commitdiff |
2008-05-09 |
Stefan Csomor | reverting style of include back to user include as... |
tree | commitdiff |
2008-05-09 |
Julian Smart | Apply previous paragraph style if pasting plain text... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't call TB_GETITEMRECT with invalid tool index |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct toolbar width calculation with comctl32.dll... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | compilation fix after switch to using std::string in... |
tree | commitdiff |
2008-05-07 |
Paul Cornett | use PNGAPI if it is defined |
tree | commitdiff |
2008-05-07 |
Julian Smart | Added const when writing XPMs to avoid gcc warnings |
tree | commitdiff |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
tree | commitdiff |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
tree | commitdiff |
2008-05-06 |
Václav Slavík | use const char*, not char*, for embedded XPMs to fix... |
tree | commitdiff |
2008-05-05 |
Vadim Zeitlin | dump totals as well as averages when gatheting statistics |
tree | commitdiff |
2008-05-05 |
Václav Slavík | fixed handling in wxHtmlWinParser, broken by... |
tree | commitdiff |
2008-05-05 |
Julian Smart | Reverted patch 1906896 because it broke prgrammatic... |
tree | commitdiff |
2008-05-05 |
Julian Smart | Use fallback when passing -1 for point size (as allowed... |
tree | commitdiff |
2008-05-04 |
Stefan Csomor | fixing memory leaks on three levels (bug report 1905138) |
tree | commitdiff |
2008-05-04 |
Václav Slavík | check tables width parameter for invalid values |
tree | commitdiff |
2008-05-04 |
Václav Slavík | fixed incorrect handling of end iterator in HtmlizeLine... |
tree | commitdiff |
2008-05-03 |
Julian Smart | Fixed [ 1905777 ] Defining default accelerators for... |
tree | commitdiff |
2008-05-03 |
Julian Smart | Applied patch [ 1906896 ] Fix for bug #1906223 and... |
tree | commitdiff |
2008-05-03 |
Julian Smart | Made bullet page more compact |
tree | commitdiff |
2008-05-03 |
Julian Smart | Don't trigger kill focus event twice |
tree | commitdiff |
2008-05-03 |
Vadim Zeitlin | replaced test for inexistent wxUSE_LOCALE with the... |
tree | commitdiff |
2008-05-03 |
Vadim Zeitlin | don't return junk from wxHtmlTag::GetParamAsInt() if... |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Added constructor to wxGCDC from wxPrinterDC |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Use cairo_scale() for scaling to full printing resoluti... |
tree | commitdiff |
2008-04-29 |
Stefan Csomor | adding impl for Create( wxPrinterDC |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Tried to transform wxGC like wxDC, failed |
tree | commitdiff |
2008-04-29 |
Julian Smart | Added a wxRichTextCtrl-specific caret implementation... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459... |
tree | commitdiff |
2008-04-28 |
Stefan Csomor | adapted Julian's new speed improved version |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl... |
tree | commitdiff |
2008-04-27 |
Julian Smart | Bug fix for empty objects |
tree | commitdiff |
2008-04-27 |
Julian Smart | Further wxRichTextCtrl performance improvements |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | use GLX_DOUBLEBUFFER if no attributes were specified... |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUF... |
tree | commitdiff |
2008-04-26 |
Julian Smart | Fixed quotation mark input/output |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Fix linking problem |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
tree | commitdiff |
2008-04-24 |
Václav Slavík | Fixed handling of transparent background in borderless... |
tree | commitdiff |
2008-04-24 |
Julian Smart | Made performance acceptable for editing large paragraph... |
tree | commitdiff |
2008-04-24 |
Julian Smart | Further optimizations |
tree | commitdiff |
2008-04-24 |
Václav Slavík | added missing " |
tree | commitdiff |
2008-04-23 |
Kevin Ollivier | Ensure popup menus can display sub-menus. |
tree | commitdiff |
2008-04-23 |
Vadim Zeitlin | prevent all our windows from being destroyed in wxApp... |
tree | commitdiff |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents |
tree | commitdiff |
2008-04-23 |
Julian Smart | Further performance optimizations |
tree | commitdiff |
2008-04-23 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const |
tree | commitdiff |
2008-04-22 |
Václav Slavík | restored wxOKlibc() for wxGTK1's use |
tree | commitdiff |
2008-04-22 |
Julian Smart | Two bug fixes for FindWrapPosition |
tree | commitdiff |
2008-04-21 |
Robert Roebling | [ 1944519 ] improve left down event handling for wxPopu... |
tree | commitdiff |
2008-04-21 |
Václav Slavík | use iterators in HtmlizeLinebreaks() |
tree | commitdiff |
2008-04-21 |
Robert Roebling | [ 1907169 ] GTK - trunk - dialog default button, part... |
tree | commitdiff |
2008-04-21 |
Julian Smart | Speeded up wrapping (again), this time using partial... |
tree | commitdiff |
2008-04-21 |
Václav Slavík | preserve TAB characters when copying HTML <pre> content... |
tree | commitdiff |
2008-04-21 |
Vadim Zeitlin | suppress unused parameter warning in release build |
tree | commitdiff |
2008-04-20 |
Paul Cornett | fix child window redraw glitches during scrolling ... |
tree | commitdiff |
2008-04-20 |
Václav Slavík | implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl |
tree | commitdiff |
2008-04-20 |
Václav Slavík | fixed wxMac's wxListCtrl::SetColumnWidth(-1, ...) to... |
tree | commitdiff |
2008-04-20 |
Julian Smart | Fix for slow first character insertion |
tree | commitdiff |
2008-04-20 |
Václav Slavík | fixed wxHyperlinkCtrl XRC handler to not crash |
tree | commitdiff |
2008-04-19 |
Paul Cornett | don't reset m_deferShow if Show() is called more than... |
tree | commitdiff |
2008-04-19 |
Robert Roebling | Fixed wxDatePickerCtrl under OS X |
tree | commitdiff |
2008-04-19 |
Václav Slavík | source files are not executable |
tree | commitdiff |
2008-04-19 |
Václav Slavík | fixed wxString::Replace() to work directly on m_impl... |
tree | commitdiff |
2008-04-18 |
Stefan Csomor | 1945421 applied |
tree | commitdiff |
next |