2010-09-09 |
Vadim Zeitlin | Remember last values used in exec sample "Kill" menu... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Very minor fixes to wxKill() documentation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Use minimal required process access mask in wxMSW wxKill(). |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Don't filter out Cairo libraries from GTK libraries... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Remove the unused "monolithic" MSW wxMediaCtrl file. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | No real changes, just don't use obsolete FORCE_LINK_ME... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Force linking of all wxMSW wxMediaCtrl backends in... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | No changes, just remove cruft from mediactrl sample. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Remove debugging wxLogMessage from wxMediaCtrl::Create(). |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Don't exclude "contrib" from wxMSW setup.exe generation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dimitri Schoolwerth | use svn:keywords instead of eol:keywords |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Robert Roebling | Unregister configure callback,part of #12447: wxGTK... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dimitri Schoolwerth | Make Xcode identifiers in generated project files be... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Vadim Zeitlin | Use correct Unicode define for wxScintilla compilation. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Stefan Csomor | resetting the wrapper flag later, otherwise the native... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Stefan Csomor | modeling subclassing along msw, unsubclassing filedialo... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Steve Lamerton | Simplify ButtonTestCase::Bitmap. The old test was not... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Steve Lamerton | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Steve Lamerton | Move the second wxListBox sort test back to the ownerdr... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Steve Lamerton | Wrap BitmapToggleButtonTestCase in a preprocessor check... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Vadim Zeitlin | Remove unused wxProgressDialogTaskRunner::m_parent... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Vadim Zeitlin | Fix crash in wxMSW wxProgressDialog without wxPD_APP_MO... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Vadim Zeitlin | Improve main and extended messages handling in new... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Vadim Zeitlin | Add a link to Microsoft guidelines from wxICON_QUESTION... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Vadim Zeitlin | Don't link with long obsolete ctl3d32 library when... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Václav Slavík | Fix wxOwnerDrawnComboBox keyboard navigation with dupli... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Václav Slavík | Fixed wxscintilla compilation for wxDFB. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Steve Lamerton | Fix compilation under MinGW, also add missing SVN prope... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Julian Smart | wxRichTextCtrl::ApplyStyle now applies a paragraph... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Václav Slavík | Reduce flicker when removing wxNotebook page. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Vadim Zeitlin | Update wx_dll.dsw to include the ribbon library. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Don't center wxGenericMessageDialog elements. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Allow using custom labels for wxGenericMessageDialog... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Extract CreateSeparatedSizer() from wxDialog::CreateSep... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Fix button order in wxStdDialogButtonSizer in all cases... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Vadim Zeitlin | Rewrite GTK section of wxStdDialogButtonSizer using... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Julian Smart | Fixed wrong line spacing calculation |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Julian Smart | Don't add space before para twice in paragraph layout |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Robert Roebling | include wx/sizer.h as buildbot complained |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Robert Roebling | Add possibility to use sizers in ribbon panel, fixes... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Václav Slavík | Scale sizes more accurately in generic SetWindowVariant(). |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jaakko Salli | Added missing wx/defs.h includes in propgrid headers |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jouk Jansen | correcting wxX11 for wxkeysym as was done for wxMOTIF |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Václav Slavík | Fix wxListBox selection handling broken by r64500. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Robert Roebling | Reenable sorting tests for GTK |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Robert Roebling | Make sorting of wxListBox, wxChoice and wxComboBox... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Vadim Zeitlin | Remove unused wxDisplay implementation using DirectDraw... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Jouk Jansen | wxKeysym problem for wxMOTIF fixed |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Vadim Zeitlin | Compilation fix: forward declare wxTextEntry in unit... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Jouk Jansen | Update openVMS compile support |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Use "C" locale for locale-dependent part of TextCtrlTes... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Document that wxFD_FILE_MUST_EXIST is implied under... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Remove unused src/osx/cocoa/bmpbuttn.mm file. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Don't use uninitialized variable in wxCharCodeWXToOSX(). |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Merge the new GUI tests from SOC2010_GUI_TEST branch. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Fix selection corner cases in wxOSX wxComboBox. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Don't crash in wxOSX::wxClipboard::Clear() if initializ... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Work around a crash on starting editing in wxGrid under... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Don't send event from wxMSW::wxListCtrl::DeleteAllItems... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Extract X11 Display wrapper class in a private header. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Vadim Zeitlin | Add missing header required if wx/mousestate.h is inclu... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Vadim Zeitlin | Don't report spurious errors from wxSocket in "no wait... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Robert Roebling | Allow calling wxGenericDirCtrl::GetPath() in multiple... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Robert Roebling | make Set/GetLabel() set and return something (albeit... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Robert Roebling | make Set/GetLabel() set and return title in wxTLW,... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Robert Roebling | Fix crash by checking if icon is valid before drawing... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Robert Roebling | Fix potential crash, fixes #12375: PATCH to fix help... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Robert Roebling | Properly implement Cleared() by calling row_deleted... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Vadim Zeitlin | Mention that not all standard IDs are stock IDs. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Jouk Jansen | include correct private.h for wxgtk1 |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Robert Roebling | Make it compile |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Robert Roebling | Link to wxRichMessageDialog in some places |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Robert Roebling | Make it compile a bit more |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Vadim Zeitlin | Slightly improve wx[Generic]RichMessageDialog layout. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Vadim Zeitlin | Make the main message of wxGenericMessageDialog stand... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Julian Smart | Better close button placement on tabs, especially for... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Jouk Jansen | update compile configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Vadim Zeitlin | Compilation fix for STL build in wxGtkCollatableString... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Vadim Zeitlin | Compilation fix for non-PCH build in wxGenericRichMessa... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Compilation fix for old SDKs in new native MSW wxHyperL... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | VC6 compilation fix for native wxProgressDialog impleme... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Use task dialog for wxProgressDialog implementation... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Only use native wxHyperlinkCtrl in Unicode build under... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Don't use native MSW wxCommandLinkButton in wxUniversal. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Add wxRichMessageDialog class. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Handle mnemonics correctly in wxGTK::wxCollapsiblePaneS... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Vadim Zeitlin | Fix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Robert Roebling | Document recetnyl added name parameter in wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Robert Roebling | Mention that you cannot call wxRadioButton::SetValue... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Robert Roebling | GTK+ just won't let you uncheck any radiobutton that... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Robert Roebling | make wxChoice and wxComboBox sort in a case insensitive... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Robert Roebling | Make wxListBox sort in a case insensitive way, fixes... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Julian Smart | Use common inline version of wxHexToDec |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
commit | commitdiff | tree | snapshot |
next |