2012-11-06 |
Vadim Zeitlin | Add wxUSE_BASE checks for wxLog classes in the interfac... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_{BASE,GUI} checks to interface headers. |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Paul Cornett | add GTK3-specific code for DrawItemSelectionRect()... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | No changes, just fix indentation in wxDataViewMainWindo... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Update the current row after item deletion in generic... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Never collapse invisible root item in generic wxDataVie... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Vadim Zeitlin | Remove __WXMSW__ check around background erasing in... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Stefan Csomor | fixing compile for ios |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Stefan Csomor | supporting iOS 6 autorotate |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Slightly improve the date/time dialogs in the calendar... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Don't move the insertion point if text didn't change... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Ensure that paths used inside wxOSX are always in NFC... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Implement setting default wxTextCtrl style in wxOSX. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just remove unnecessary wxTextAttr tests. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Suppress warnings about NSText not responding to setAll... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just make it easier to tweak splitter sample. |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Create tags for Cocoa, not Carbon, by default under... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Fix annoying warning when running the script to generat... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line label... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel(). |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | No real change, just make bezel setting code in wxOSX... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Revert "Fix the pages range in the print dialog in... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Update tree control layout in EditLabel() for wxOSX... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Check that doxygen version is 1.8.2 in docs generation... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Don't use "readlink -e" in docs generation script,... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Vadim Zeitlin | Allow using _T() in docs/doxygen/overviews/changes_sinc... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Finished adding @tableofcontents to all overviews in... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Bumped the reference manual date. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Fixed up Windows regen.bat script to use environment... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Moved format selection logic into environment variables... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Removed obsolete files from old Doxygen versions. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Cleaned up the server based search results page styles. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Fixed appearance images to use Doxygen @image command... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Fixed docs footer to bottom, and fixed up TOC on all... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Documentation screenshot generator source code cleanup. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Bryan Petty | Upgraded Doxygen to 1.8.2 for the docs. |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | missing commit, fixes #14797 |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | using smaller size for font on non native toolbar |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | fixing class |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | using button impl |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Robin Dunn | Fixes and tweaks and additions to the wxHtml docs for... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Václav Slavík | wxCALL_FOR_EACH compilation fix for VC++. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Václav Slavík | Compilation fix for PCH-less build. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Allow creating wxTextMeasure without specifying the... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Always set the font to use in wxMSW wxTextMeasure when... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Allow constructing wxGTK wxTextMeasure with NULL font. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Don't crash in wxHTML when parsing empty tables with... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | No changes, just some cleanup in wxGenericDirCtrl code. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Add distclean target to samples/Makefile. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Vadim Zeitlin | Deal correctly with wx directory being a symlink in... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Václav Slavík | Tests for wxTEST_DIALOG and wx/testing.h. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Václav Slavík | Add wxCALL_FOR_EACH() macro. |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Vadim Zeitlin | Nepalese translations update from Him Prasad Gautam. |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Vadim Zeitlin | Revert "Split documentation of the GUI wxLog classes... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Stefan Csomor | adding principal class for command line builds (High... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Stefan Csomor | adding constants for newer OSX versions to make sure... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Paul Cornett | fix WakeUpIdle() when called from another thread while... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Vadim Zeitlin | Define wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Vadim Zeitlin | Revert "Split documentation of non-GUI wxEvent-related... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Compare file paths using wxFileName, not wxString,... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Add wxDirCtrl::GetPath(). |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Split documentation of the GUI wxLog classes in a separ... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Split documentation of non-GUI wxEvent-related classes. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Get rid of wxAuiToolBar::m_style and just use base... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Fix the use of obsolete wxDD_NEW_DIR_BUTTON in wxOSX. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | No changes, just avoid code duplication in wxOSX wxDirD... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Vadim Zeitlin | Avoid double destruction of wxTipWindow under wxOSX. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steve Lamerton | Document which wxWebView methods must wait for a page... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Don't return "void" to fix MSVC6 compilation. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Updates to Indonesian translations by Rahmat Bambang. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Implement support for button mnemonics in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Improve splitter appearance in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Implement image support for wxNotebook pages in wxOSX... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Fix taskbar sample compilation under wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Vadim Zeitlin | Fix the pages range in the print dialog in wxOSX. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Another attempt to fix wxTextMeasure compilation with... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Allow using wxTextMeasure::GetLargestStringExtent(... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Allow wxTextMeasure to work with non-native wxDC object... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Fix warning about signed/unsigned comparison in wxFile... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Just fix header comments of wxTextMeasure-related files... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Robin Dunn | Add missing WXK constants for the control keys |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Robin Dunn | Generate the interface file for STC from gen_iface... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Fix incorrect libraries in the documentation. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Add wxAuiToolBar::Create(). |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Renamed file containing wxAuiToolBar documentation. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Fix PCH-less build after previous commit. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Vadim Zeitlin | Break implicit dependency of "core" on "adv" via wxXmlR... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Vadim Zeitlin | Compilation fix for STL build after the last commit. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Vadim Zeitlin | Store the selected directory in wxGTK wxDirDialog. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Vadim Zeitlin | Prevent pasting too much text into limited length wxTex... |
commit | commitdiff | tree | snapshot |
next |