2012-03-04 |
Vadim Zeitlin | Fix assert when editing an item in multi-selection... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | Take disabled windows into account in wxFindWindowAtPoi... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | No changes, just cleanup TopLevelWindowTestCase unit... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | Add documentation of wxFileSelectorEx() and wx{Load... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | Better documentation for the default parameters values. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | Fix showing MDI child from wxDocManager::ActivateDocume... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Vadim Zeitlin | Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platf... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Vadim Zeitlin | Czech translations update from Zbynek Schwarz. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Stefan Csomor | we have to export every virtual method in this template... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Stefan Csomor | just in case we have an erroneous character on the... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Stefan Csomor | testing another implementation for avoiding WakeUp... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Vadim Zeitlin | Add Tamil translations by DINAKAR T.D. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Robin Dunn | fix missing and broken items in the datetime interface |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Julian Smart | Darker border for wxComboCtrl on Mac |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Julian Smart | Use a non-native toolbar on Mac so small buttons aren... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Stefan Csomor | adding translation of NSDragOperationGeneric to wxDragC... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Julian Smart | Improved the appearance of the property grid checkbox... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Paul Cornett | remove signal-blocking variable, instead just connect... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Paul Cornett | use m_ prefix for web_view member, and make it a WebKit... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Paul Cornett | remove extra g_object_ref() on web view widget |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Paul Cornett | Fixes to allow running with 64-bit wxGTK |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Stefan Csomor | applying Andrew's patch, closes #13440, fine now that... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Vadim Zeitlin | Add wxGCDC benchmarks to graphics benchmark for compari... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Vadim Zeitlin | Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSIO... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Recognize MSVC 11 instead of warning about unknown... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show(m_widget) calls... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Paul Cornett | small includes cleanup |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show() calls, PostCreatio... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Julian Smart | Always send wxEVT_COMMAND_RICHTEXT_DELETE event if... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Ignore setting empty path in wxGTK wxFileDialog. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Remove redundant assignment in wxDialUpManagerMSW code. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Replace incorrect uses of wxString::empty() with the... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Initialize m_isShown correctly in wxGenericDragImage... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Vadim Zeitlin | Move checks for m_art != NULL before code using m_art... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Vadim Zeitlin | Use /bin/echo for creation of Mac OS X PkgInfo files. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | avoid deprecated gdk_net_wm_supports() |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | remove run-time check for now-required GTK 2.4 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | remove unnecessary override of AddChildGTK |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | fix virtual override broken in r58875 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Stefan Csomor | removing Quickdraw call |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Vadim Zeitlin | Fix unused parameter warning in wxOSX build. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | Remove code to query GDK window origin from DoGetPositi... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Paul Cornett | avoid crash if IsMaximized() is called before native... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Vadim Zeitlin | Fix setting default file name in wxGenericFileDirButton... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Vadim Zeitlin | Interpret default file name relatively to initial dir... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robin Dunn | Add a bit of docs for the FS Handlers |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robin Dunn | Phoenix needs to see the implementation of pure virtual... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robin Dunn | Add missing RemoveHandler |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robin Dunn | Add interface declarations for stock file system handlers. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robin Dunn | Change the background style in the template file too. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vadim Zeitlin | Return an invalid item from wxDataViewCtrl::GetItemByRo... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vadim Zeitlin | No changes, just make wxDataViewMainWindow::GetRowCount... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Paul Cornett | remove redundant GTK check |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Paul Cornett | use 0 (== GTK_STATE_NORMAL) for state parameter default |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Paul Cornett | avoid making copy of font description |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vadim Zeitlin | Document more events in wxAuiNotebookEvent documentation. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Václav Slavík | Improve default wxDVC line height on Windows >= Vista. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vadim Zeitlin | Allow passing the list of architectures to --enable... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vadim Zeitlin | Only include <unistd.h> under Unix in wxGTK code. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Vadim Zeitlin | Add minimal support for building non-GUI parts of wxWid... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Steve Lamerton | Update configure.in to use pkg_config to find the webki... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Vadim Zeitlin | Fix wxGTK compilation when using non X11-based GDK. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Vadim Zeitlin | Retrieve paper size from page setup dialog in wxOSX... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Julian Smart | Fixed enabling/disabling for wxSpinCtrl |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Stefan Csomor | also a dialog needs the current events set up correctly |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Stefan Csomor | setting up current event also when mouse is captured ... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Ensure that combobox editor used by wxGrid is tall... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Suppress harmless MSVC warnings about int to bool conve... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Document more wxAuiNotebook events. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Dispatch unknown messages immediately in wxMSW YieldFor(). |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Minor fixes to wxMessageBox() documentation. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Don't assert in wxLocale::IsAvailable() if language... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Compare file inodes if possible in wxFileName::SameAs(). |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Remove temporary files created by wxFileName unit test... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Julian Smart | Add borders if none specified |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Stefan Csomor | adding a app-defined event seems to quit inner eventloo... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Use Doxygen comments for wxVisualAttributes members. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | No changes, just remove functions bodies from interface... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Vadim Zeitlin | Don't use _T() in the documentation. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Václav Slavík | Fix r70318 to skip unhandled events. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Julian Smart | More reasonable font size for rich text dialogs. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Vadim Zeitlin | Dutch translations update from Gideon van Melle. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Julian Smart | Added functionality for disabling the vertical scrollbar. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Vadim Zeitlin | Remove duplicate wxFileKind definition from documentation. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Vadim Zeitlin | Use wxStrnicmp() instead of strncasecmp() in wxGTK... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Vadim Zeitlin | No real changes, just fix spelling errors in the docume... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Julian Smart | Removed unused variable warning |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Julian Smart | Compile fixes for wxUSE_COLLPANE=0 |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Vadim Zeitlin | Mention event type corresponding to EVT_CLOSE in wxFram... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Vadim Zeitlin | Don't crash when using wxPrintDialog with NULL parent... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Vadim Zeitlin | Fix spelling in the documentation. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Stefan Csomor | catching default button handling also in password fields |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Vadim Zeitlin | Correct wxWinCE port name in @onlyfor in the documentation. |
commit | commitdiff | tree | snapshot |
next |