]> git.saurik.com Git - wxWidgets.git/history - src
fixing warning and compile error against 10.4
[wxWidgets.git] / src /
2011-01-03  Stefan Csomorfixing warning and compile error against 10.4
2011-01-03  Stefan Csomoradding new files for xti merge
2011-01-03  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2011-01-03  Paul Cornettnon-pch build fix
2011-01-03  Vadim ZeitlinDecrease the margins around the page in the print preview.
2011-01-03  Vadim ZeitlinDon't hardcode wxPreviewControlBar size in print previe...
2011-01-03  Vadim ZeitlinImprove print preview appearance and functionality.
2011-01-03  Václav SlavíkDebug messages aren't meant to be translated.
2011-01-03  Vadim ZeitlinDon't use deprecated NSTableView selectRow:byExtendingS...
2011-01-03  Vadim ZeitlinAdd wxCompositeWindow<> and use it in wxDatePickerCtrlG...
2011-01-03  Vadim ZeitlinNo real changes, just remove an unneeded header dependency.
2011-01-03  Dimitri SchoolwerthFixed compilation of datectlg.cpp.
2011-01-02  Vadim ZeitlinSimplify wxFileNameFromPath() implementation to avoid...
2011-01-02  Vadim ZeitlinFix memory leak if wxDC::DrawBitmap() fails in wxOS2.
2011-01-02  Vadim ZeitlinUse correct delete[] for a buffer allocated with new[].
2011-01-02  Vadim ZeitlinForward declare classes instead of including their...
2011-01-02  Paul Cornettfix preprocessor expression, closes #12822
2011-01-02  Jaakko SalliAllow any.cpp to compile without wxDateTime support...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2011-01-01  Stefan Csomorpusing a dummy event, to make sure the stop: succeeds...
2011-01-01  Stefan Csomorbracketing msw enhanced metafile usage
2011-01-01  Stefan Csomorfixing iterator comparison
2010-12-31  Vadim ZeitlinPCH-less compilation fix in recently added wxTangoArtPr...
2010-12-31  Vadim ZeitlinAdd wxUSE_ARTPROVIDER_STD build option.
2010-12-31  Vadim ZeitlinAdd wxArtProvider using Tango icons.
2010-12-31  Vadim ZeitlinAdd go to first/last and plus/minus art provider icons.
2010-12-31  Vadim ZeitlinMake art provider id of type "char *" instead of "wxCha...
2010-12-31  Jaakko SalliRevert unintended commit
2010-12-31  Jaakko SalliTry to better revert to the original string value in...
2010-12-30  Vadim ZeitlinCompilation fixes for wxUniversal/MSW.
2010-12-30  Vadim ZeitlinDon't crash on malformed HTML in wxHTML font tag handler.
2010-12-29  Dimitri SchoolwerthTightened icon and cursor file detection heuristics.
2010-12-28  Dimitri SchoolwerthAdded saving support to TGA image handler.
2010-12-27  Jaakko SalliNo longer use semi-static IDs for wxPropertyGrid embedd...
2010-12-27  Stefan Csomoradding backtab to exception list
2010-12-27  Stefan Csomormake sure we always have a return value
2010-12-26  Vadim ZeitlinIncrease wxStaticText height in wxMSW to align its...
2010-12-25  Vadim ZeitlinCompilation fix for wxMSW build without PCH.
2010-12-25  Vadim ZeitlinMake the margin between wxSpinCtrlGeneric sub-windows...
2010-12-25  Vadim ZeitlinCorrect bug in the wxSpinCtrlGeneric sub-controls resizing.
2010-12-23  Vadim ZeitlinCorrect Mac OX/iPhone check in libpng.
2010-12-22  Jaakko SalliAdded wxPG_ACTION_EDIT, which allows specifying custom...
2010-12-22  Vadim ZeitlinSwitch to GtkTooltip from deprecated GtkTooltips in...
2010-12-22  Vadim ZeitlinReally fix recently broken accelerators handling in...
2010-12-22  Vadim ZeitlinImplement proper wxCursor cloning in wxDFB.
2010-12-22  Vadim ZeitlinCompute print preview scale using real DPI values in...
2010-12-22  Vadim ZeitlinUse generic wxHyperlinkCtrl under Vista/7 without comtr...
2010-12-21  Robert RoeblingDon't let anything, such as pressing F2, start editing...
2010-12-21  Robert Roeblingmodel column and index of column in the dataview can...
2010-12-21  Julian SmartFixed bad rendering with tabs by correcting the positio...
2010-12-20  Robert RoeblingCorrection to: Support diabling items in GTK+, see...
2010-12-20  Jaakko SalliUse locale-specific decimal point in wxNumericPropertyV...
2010-12-20  Jaakko SalliAdded wxComboPopup::FindItem() to help in deciding...
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-12-19  Vadim ZeitlinStore menus titles in menus themselves in wxOSX.
2010-12-19  Vadim ZeitlinNo real changes, just get rid of _wxMenuAt() in wxOSX...
2010-12-19  Vadim ZeitlinFix initial gradient point calculation in wxOSX.
2010-12-19  Vadim ZeitlinPreserve wxSlider value when changing its range in...
2010-12-17  Jaakko SalliMake wxOwnerDrawnComboBox sorting identical to the...
2010-12-17  Jaakko SalliAdd wxComboBox-compatible Popup() and Dismiss() functio...
2010-12-17  Jaakko SalliMostly change the wxOwnerDrawnComboBox text value using...
2010-12-17  Jaakko SalliMake the wxComboCtrl's wxTextEntry interface more compl...
2010-12-17  Robin DunnUse a " " (space) for the menu item if an empty string...
2010-12-16  Jaakko SalliRemoved a return statement from void function
2010-12-16  Jaakko SalliResolve ambiguity with wxOwnerDrawnComboBox::Clear...
2010-12-16  Jaakko SalliIn wxBitmapComboBox dtor, call DoClear() instead of...
2010-12-16  Jaakko SalliOverride wxTextEntry::GetSelection(long *from, long...
2010-12-16  Jaakko SalliInstead of having wxComboCtrl mimic wxTextEntry interfa...
2010-12-15  Vadim ZeitlinInitialize wxLogWindow::m_pLogFrame in ctor to avoid...
2010-12-15  Vadim ZeitlinCompilation fixes for wx{X11,GTK1,Motif} after making...
2010-12-15  Vadim ZeitlinCompilation fix for wxMotif PCH build.
2010-12-15  Vadim ZeitlinDon't pass strings not containing accelerators to Parse...
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part2)
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-12-14  Vadim ZeitlinReturn false, not NULL, from a function returning bool.
2010-12-14  Vadim ZeitlinNo real changes, just add a cast to fix a warning.
2010-12-14  Vadim ZeitlinMake wxRefCounter non copyable.
2010-12-14  Vadim ZeitlinFail in CloneGDIRefData() instead of implementing it...
2010-12-14  Vadim ZeitlinDon't use implicit wxBitmapRefData copy ctor in wxGTK...
2010-12-14  Vadim ZeitlinFail instead of crashing in wxGTK wxCursor::CloneGDIRef...
2010-12-13  Vadim ZeitlinPreserve value when changing range of inverted wxSlider...
2010-12-13  Jaakko SalliHave wxPropertyGrid::DoubleToString() to also take...
2010-12-11  Jaakko SalliAdded code to remove sign from zero in wxPropertyGrid...
2010-12-11  Stefan Csomorchanging compositing mode for Clear, see #12756
2010-12-07  Stefan Csomoradding support for layout coordinates via insets from...
2010-12-07  Stefan Csomorfixing redraw debugging
2010-12-07  Stefan Csomorupdated comment was not saved in former commit
2010-12-07  Stefan Csomorreverting content area calculation for iphone as transl...
2010-12-04  Stefan Csomorfixing osx iphone build
2010-12-04  Stefan Csomorguarding compile
2010-12-04  Stefan Csomoradapting inheritance to other osx ports
2010-12-03  Vadim ZeitlinRename wxGenericDirCtrl::ExpandDir() to PopulateNode().
2010-12-03  Vadim ZeitlinSet the window in focus event sent by wxComboCtrl corre...
2010-12-03  Vadim ZeitlinUpdate AUI bitmaps when its colours change.
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinUpdate the directory icon in wxGenericDirCtrl::ExpandDir().
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinOptimize pixels rotation in wxImage::Rotate90().
next