2010-09-11 |
Vadim Zeitlin | Add a convenient wxREGISTER_UNIT_TEST() macro. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keybo... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Use wxLocale::GetInfo() to get date format in wxDatePic... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog button members in... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Fix closing logic in wxMSW native wxProgressDialog. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Block in wxMSW wxProgressDialog::Update(max) until... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Fix errors in handling of maximum field in wxGenericPro... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Rename wxGenericProgressDialog::ProgressDialogState... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | No changes, just use less long progress dialog states... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Use determinate mode in native wxMSW wxProgressDialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Add a possibility to show a progress dialog on dialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't use wxGenericProgressDialog::m_windowStyle for... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Stefan Csomor | adjusting to new gui mutex for osx, see #12411 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Create temporary wxEventLoop in wxGenericProgressDialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog::m_winDisabler properly. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't return false from IsOk() for accelerators without... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix infinite loop in wxDateTime::Format() when fields... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix cast of pointer to int in artprov sample. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Initialize all fields of struct tm used by wxDateTime... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix wxKill(wxSIGNONE) always returning true for child... |
commit | commitdiff | tree | snapshot |
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 |
next |