wxWidgets.git
2006-07-27  Mart RaudseppAdd line and page size modification possibility.
2006-07-26  Vadim Zeitlindefine _TM_DEFINED if we define struct tm here
2006-07-26  Vadim Zeitlinremove debugging printf() from wxGridCellFloatEditor...
2006-07-26  Jamie GaddPCH build fix.
2006-07-26  Jamie GaddPCH build fix.
2006-07-25  Vadim Zeitlindon't make wxPathList dtor virtual, this is unneeded...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-07-25  Alex BlighWork around problems with sizing floating panes on GTK
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-07-25  Benjamin Williamsanother bug fix for the sample
2006-07-25  Benjamin Williamsfixed bad pane name
2006-07-25  Włodzimierz... Minor header cleaning.
2006-07-25  Włodzimierz... Fix for function access shown in Tinderbox builds.
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Włodzimierz... [ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... Blind Tinderbox build fix.
2006-07-25  Włodzimierz... Removed unused files.
2006-07-25  Jamie GaddMake wxTreebook use wxControlContainer.
2006-07-25  Jamie GaddWarning fix for the warning fix.
2006-07-25  Włodzimierz... Allow wxUSE_INTL==0 builds.
2006-07-25  Włodzimierz... Include wx/stopwatch.h according to precompiled headers...
2006-07-25  Włodzimierz... Simplify PCH support. Minor source cleaning.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Włodzimierz... Use same type in both results of A?B:C operator (Tinder...
2006-07-25  Włodzimierz... Final steps to move to common icon.
2006-07-25  Włodzimierz... PCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlincompilation fix for platforms where size_t is unsigned...
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522506)
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522241)
2006-07-25  Vadim Zeitlinmake wxGetKeyState() work for non-modifier keys; correc...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-07-25  Vadim Zeitlinadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlindon't send duplicate set/kill focus events when the...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlinfixed typos in last check in
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-24  Vadim Zeitlincheck that the stream is valid before using it in Load...
2006-07-24  Vadim Zeitlinimproved Skip() docs (replaces patch 1516341)
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-07-24  Vadim Zeitlinadded wxID_ANY default value for the id parameter of...
2006-07-24  Vadim Zeitlinadded HasHandlerForPath() (modified patch 1514524)
2006-07-24  Vadim ZeitlinwxUSE_GUI == 0 compilation fix (patch 1501724)
2006-07-24  Vadim Zeitlinadded static casts to void * for pointers used with...
2006-07-24  Benjamin Williamsfloating panes now respect wxPaneInfo::HasCloseButton()
2006-07-24  Benjamin Williamsadded test pane which has no close button
2006-07-24  Vadim Zeitlinuse sample.rc
2006-07-24  Vadim Zeitlinminor refactoring of OnEraseBackground()
2006-07-24  Włodzimierz... Warning fix.
2006-07-24  Włodzimierz... Warning fix, minor source cleaning and better !PCH...
2006-07-24  Vadim Zeitlins_verComCtl doesn't change (during program lifetime)
2006-07-24  Jamie GaddFix toolbar background painting whem comctl32 < 6
2006-07-24  Alex BlighwxAUI: remove spurious semicolons
2006-07-24  Vadim Zeitlininstall help provider to allow testing helptext tags...
2006-07-24  Vadim Zeitlindon't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag...
2006-07-24  Vadim Zeitlinadded code to test UI updating of menu items in MDI...
2006-07-24  Vadim Zeitlinadded FindFileInPath() (part of an otherwise rejected...
2006-07-24  Mart RaudseppwxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS...
2006-07-24  Benjamin WilliamswxString::IsEmpty() => empty()
2006-07-24  Benjamin Williamsfixed variable name
2006-07-24  Benjamin Williamstab draw happens right away when you set the caption
2006-07-24  Benjamin Williamsdrawing improvements; empty caption w/ tab drawing...
2006-07-24  Benjamin Williamstabmdi menu fix
2006-07-24  Włodzimierz... [ 1518434 ] wxSize::Scale with wxScale and wxPoint...
2006-07-24  Włodzimierz... [ 1517666 ] suppression of wxVsnprintf() warnings ...
2006-07-24  Włodzimierz... Warning fix.
2006-07-24  Benjamin Williamsremoved some commented-out code
2006-07-24  Włodzimierz... PCH build fix.
2006-07-24  Włodzimierz... Source cleaning.
2006-07-23  Alex BlighPer Robert R, apply: [ 1484667 ] Make wxWindow::Update...
2006-07-23  Alex BlighwxAUI: wrap calls to SetTransparent/CanSetTransparent...
2006-07-23  Alex BlighUse wxCHECK_VERSION not wxABI_VERSION to avoid xrc...
2006-07-23  Mart RaudseppAdd ability to test tab stops. Very slightly modified...
2006-07-23  Alex BlighwxAUI: Don't fade venetian blind effect by default
2006-07-22  Robin DunnAdded color setting tool to the RichTextCtrl sample
2006-07-22  Robin Dunnsome test code
2006-07-22  Robin DunnAdded support for the wxAUI Notebook
2006-07-22  Robin DunnChange the other OnAssert --> OnAssertFailure
2006-07-22  Robin DunnSome changes needed for wxPython
2006-07-22  Robin DunnAlso need to override Show
2006-07-22  Benjamin Williamsadded some font measuring to wxAuiMultiNotebook
2006-07-22  Mart RaudseppEscape underscores
2006-07-22  Alex BlighAdd support for transparent hint windows under GTK
2006-07-22  Jamie GaddDon't handle WM_PRINTCLIENT anymore, manually draw...
2006-07-22  Alex BlighwxAUI: Do not leak a wxFrame if transparency is not...
2006-07-22  Benjamin Williamsadded auibook.cpp and tabmdi.cpp to build scripts
2006-07-22  Alex BlighFix redraw problems with hint rectangle when there...
next