]> git.saurik.com Git - wxWidgets.git/history - src
Fix test for wxUSE_TREELISTCTRL in configure.
[wxWidgets.git] / src /
2011-08-22  Vadim ZeitlinAdd new wxBannerWindow class.
2011-08-22  Vadim ZeitlinFix the coordinates in wxDataViewCustomRenderer::LeftCl...
2011-08-22  Steve LamertonExport a couple of carbon functions so that shared...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-21  Václav SlavíkRename wxDataViewCtrl::InvalidateColBestWidth* to Updat...
2011-08-21  Václav SlavíkFix autosize columns width calculation in generic wxDat...
2011-08-20  Steve LamertonFix history when using custom schemes in GTK.
2011-08-20  Steve LamertonAnother compilation fix for OSX 10.5
2011-08-19  Václav SlavíkReorganize wxDataViewMainWindow::ItemAdded() for better...
2011-08-19  Steve LamertonRename web library to webview.
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-19  Dimitri SchoolwerthUse a default photometric interpretation value of PHOTO...
2011-08-19  Dimitri SchoolwerthAdded option to TIFF handler for specifying the photome...
2011-08-19  Dimitri SchoolwerthAdded support for saving greyscale TIFF images.
2011-08-19  Dimitri SchoolwerthChanged TIFF handler's monochrome conversion to look...
2011-08-19  Dimitri SchoolwerthFixed crash when saving as a monochrome TIFF image...
2011-08-19  Dimitri SchoolwerthNo code changes.
2011-08-19  Dimitri SchoolwerthRenamed the options specific to the TIFF handler.
2011-08-19  Dimitri SchoolwerthImproved saving of TIFF monochrome images.
2011-08-18  Dimitri SchoolwerthFixed saving TIFF images to wxMemoryOutputStream.
2011-08-18  Steve LamertonAdd some version checks to help compiling on OSX.
2011-08-17  Dimitri SchoolwerthImproved BMP decoding.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Vadim ZeitlinRestore stock item labels mistakenly removed by r68641.
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-17  Julian SmartBetter text control non-selection solution
2011-08-16  Julian SmartImplemented non-selection of content when setting focus...
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-16  Stefan Csomorsupporting full style mask
2011-08-16  Vadim ZeitlinwxMSW compilation fix when not using PCH.
2011-08-16  Stefan Csomoradjust init to standard
2011-08-16  Stefan Csomorsupport for raw ctrl shortcut
2011-08-16  Stefan Csomoremulate more arrow keys on non msw platforms
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-08-16  Paul CornettAvoid creating rect with negative size while clipping...
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Vadim ZeitlinFix return value of wxMBConvUTF8::ToWChar() when not...
2011-08-14  Stefan Csomorfixing comment
2011-08-14  Stefan Csomorfixing open application event handling, fixes #13397
2011-08-14  Stefan Csomoradding two missing strings (used in docview)
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-14  Stefan Csomorusing proper cmd constant
2011-08-13  Paul Cornettsimplify global cursor setting
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-13  Vadim ZeitlinFix bitmap position attribute name in XRC handler.
2011-08-13  Steve LamertonFix loading history items under GTK. The wrong function...
2011-08-12  Vadim ZeitlinNo changes, just remove gratuitous inefficiency from...
2011-08-12  Vadim ZeitlinFix compilation of generic wxDVC code when not using...
2011-08-12  Steve LamertonFix history in wxWebViewIE when using a custom file...
2011-08-12  Steve LamertonUse the data scheme to load resources in the WebKitGTK...
2011-08-12  Paul Cornettremove unneeded gdk_window_get_pointer() call
2011-08-12  Paul Cornettpass proper window to gdk_window_get_pointer(), NULL...
2011-08-11  Steve LamertonAdd support for custom scheme handling and virtual...
2011-08-11  Vadim ZeitlinUse separate strings for stock labels with and without...
2011-08-11  Steve LamertonFix typo in last commit
2011-08-11  Steve LamertonRename delegates to try and stop name clashes, probably...
2011-08-11  Stefan Csomorfixing osx_carbon
2011-08-11  Stefan Csomorfixing osx_cocoa
2011-08-11  Dimitri SchoolwerthFixed wxOSX build.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkFix selection handling wxDataViewMainWindow::ItemDeleted().
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-10  Julian SmartAdded the ability to deselect attributes in the font...
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-09  Vadim ZeitlinDon't reset wxTLW::m_iconized when hiding the window...
2011-08-09  Václav SlavíkDon't use iterators with wxDataViewSelection.
2011-08-08  Vadim ZeitlinDon't manually centre dialogs created with default...
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-08  Václav SlavíkCheck for invalid items in generic wxDataViewCtrl:...
2011-08-08  Václav SlavíkRemove selection methods taking int from generic wxData...
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2011-08-08  Vadim ZeitlinAdded private wxMenu::MSWNewFromHMENU() method.
2011-08-07  Vadim ZeitlinUse 0 instead of NULL to avoid g++ warning.
2011-08-07  Václav SlavíkUse ChangeCurrentRow() in wxDataViewMainWindow::ItemDel...
2011-08-07  Václav SlavíkClean up wxDataViewMainWindow::ItemDeleted() a bit.
2011-08-07  Václav SlavíkwxDataViewSelection private type doesn't need to be...
2011-08-07  Václav SlavíkRemove unused ItemList type from datavgen.cpp.
2011-08-07  Steve LamertonRemove some out of date comments.
2011-08-07  Steve LamertonRemove the WebView - wxWebViewWebKit map as our policy...
2011-08-06  Steve LamertonRemove old WXCOCOA code.
2011-08-06  Steve LamertonImplement GetSelectedSource for the OSX WebKit backend.
2011-08-06  Steve LamertonImplement SelectAll for OSX WebKit.
2011-08-06  Steve LamertonImplement GetPageText for the OSX WebKit implementation.
2011-08-06  Steve LamertonImplement ClearSelection for the OSX WebKit backend.
2011-08-05  Steve LamertonRemove string conversion functions and use the wx provi...
2011-08-05  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove now unnecessary comment.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
2011-08-05  Steve LamertonImplement ClearHistory using the built in WebBackForwar...
2011-08-05  Steve LamertonAdd a WebHistory to the OSX WebKit backend and implemen...
2011-08-05  Steve LamertonRemove now unused GetSelection from the OSX WebKit...
2011-08-05  Steve LamertonAdd undo / redo support to OSX WebKit.
2011-08-05  Steve LamertonAdd support for loading resources in custom schemes...
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-04  Vadim ZeitlinAdd missing header for minimalistic builds not using...
next