2012-07-12 |
Vadim Zeitlin | Fix item data access in wxDataViewListCtrl. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Vadim Zeitlin | Added more items to the release check list. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | No changes, just remove TABs from configure.in. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Just like dependency tracking don't disable precompiled... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | fix some more improper widget casts |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Revert "Temporarily disable the failing wxRichTextCtrl... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Allow saving images under a different name in the image... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Ensure that names of saved XPMs are valid C identifiers. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Fix bug with using invalid date in wxMSW wxCalendarCtrl. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Activate OLE ActiveX controls before requesting their... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Change the format of the documentation archives for... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Fix compilation of newly added msw/evtloopconsole.cpp... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | fake paint events don't work with wxGTK3 either |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no appar... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Interface fixes for Phoenix. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Add missing wxFRAME_SHAPED |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix wxNativeContainerWindowId definition for wxGTK... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix German translation for "Shift+" keyboard accelerato... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Increase version to 2.9.5. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix unit tests compilation in STL build. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Give the newly added wxGTK trunk STL builder a unique... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Add a wxGTK STL buildbot build on brandt32 slave. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robin Dunn | Make a couple virtuals protected so they can be overridden. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robin Dunn | Interface fixes for Phoenix. |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Vadim Zeitlin | Added a release notes file for binaries. |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Vadim Zeitlin | Updated READMEs &c for 2.9.4 release. |
commit | commitdiff | tree | snapshot |
2012-07-08 |
Julian Smart | Fix for scroll position being changed when partial... |
commit | commitdiff | tree | snapshot |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Stefan Csomor | fixing double focus ring under 10.7, emulating only... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Replace "_amd64" with "_x64" in a few more places. |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Use "_x64" instead of "amd64" for x64 MSW makefile... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Don't call HitTest() unnecessarily in MSW wxTreeCtrl... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Fix uninitialized variable warning in wxMSW wxFileSyste... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Avoid warnings about uninitialized variables in TGA... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Avoid warning about unused variable in wxGetUTCTimeMill... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Avoid unused variable warning in wxPropertyGrid code... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Explicitly call base class ctor in wxRichTextFieldType... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Vadim Zeitlin | Return correct index from wxGenericListCtrl::InsertColu... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Stefan Csomor | adding support for enabled property, avoiding missing... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Stefan Csomor | added missing return value |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Stefan Csomor | new file added |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Paul Cornett | guard against empty name field in inotify_event, see... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Use list mode in wxListbook list control instead of... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Stefan Csomor | supporting alignment in single line controls, see ... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Stefan Csomor | using correct constant |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Stefan Csomor | fixing another reference to wrong center flag |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Stefan Csomor | correcting text alignment flag |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Fix problem with most of wxGTK headers not being installed. |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Rename all setup0.h files to setup.h in git-based relea... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Put the README file used for SourceForge files page... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Remove duplicate item about Trac changes from release... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Vadim Zeitlin | Run unix2dos in quiet mode in git-oriented release... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Vadim Zeitlin | Also update the minimal GTK+ version in the introductio... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Vadim Zeitlin | Update the date in the manual before 2.9.4 release. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Vadim Zeitlin | Updated readme and changelog for 2.9.4 release. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Vadim Zeitlin | Remove unnecessary checks for OS X 10.4 and gcc 4.0... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Paul Cornett | synchronize GTK2 minimum version in docs |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Fix wxGTK compilation with MSVC after GTK+ 3 changes. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Paul Cornett | add some mention of GTK3 support |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Temporarily disable the failing wxRichTextCtrl case. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Clear larger area in wxGCDC::Clear(). |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Keep client data in sync when deleting items from wxOSX... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Preserve client data in wxComboBox::SetString() in... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Set string in wxEVT_COMMAND_COMBOBOX_SELECTED event... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Add extra border below the buttons in the generic log... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | No changes, just suppress an unused parameter warning... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Stefan Csomor | adapting new osx modifier handling, fixes #14377 |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Stefan Csomor | handling illegal fsrefs by returning an empty string... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'pdoc' apple... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'odoc' apple... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Allow using wxGridCellEnumEditor with the mouse. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Robin Dunn | Add COMPILER_VERSION to nmake command line |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Show gstreamer errors in wxGStreamerMediaBackend to... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Use wxFileSystem::FileNameToURL() in wxGStreamerMediaBa... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Vadim Zeitlin | Fix command line parsing in media player sample. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | Fix wxMSW compilation without PCH. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | Use COMPILER_VERSION and ARCH_SUFFIX in libraries names... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | No real changes, just rename DIR_SUFFIX_CPU to ARCH_SUF... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | Forward WM_{CUT,COPY,PASTE} from edit control to wxComb... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Paul Cornett | remove some unused files from GTK3 build |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Paul Cornett | eliminate possibility of configure enabling gnomeprint... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | using common code |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | common code for normalization |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Paul Cornett | override DoSetValue() to avoid unnecessary clipboard... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | native drop target method for cocoa |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | native hook for supported datatypes |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | adding native hook for drop target |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Stefan Csomor | make sure the pasteboard paste location is only set... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | Implement wxDisplay::GetFromWindow() for wxGTK/Windows. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Vadim Zeitlin | Fix the use of AutoHBITMAP in recently added LoadImageF... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Vadim Zeitlin | No changes, just suppress an unused variable warning. |
commit | commitdiff | tree | snapshot |
next |