2006-07-04 |
Robin Dunn | Fix typo that caused a global variable to be used inste... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Mart Raudsepp | The method is called CreatePopupMenu, not CreatePopupIcon |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Vadim Zeitlin | release build unused variable warning fix |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Angel Vidal... | Reverting my first test commit, as per ABX request |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Julian Smart | Scrolling improvements |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Alex Bligh | wxAUI: Made fixed size floating panes work |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Stefan Csomor | XTI adaption for new event name |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Stefan Csomor | wxColour lost its Create method, use direct creation... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Włodzimierz... | WinCE build fixes. |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Stefan Csomor | was crashing wxCocoa builds (decomposition will be... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Włodzimierz... | [ 1515213 ] Combo sample improvements. |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Robin Dunn | build tweaks |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Vadim Zeitlin | s/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compat... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Vadim Zeitlin | don't assert in SetStringSelection() if the item isn... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Vadim Zeitlin | fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Robin Dunn | Added ExpandAll and ExpandAllChildren |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Julian Smart | SetStyle/GetStyle corrections |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Julian Smart | wxRichTextCtrl updates and corrections |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Robin Dunn | ExpandAll and ExpandAllChildren are in wxTreeCtrlBase... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Włodzimierz... | Include wx/image.h according to precompiled headers... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Włodzimierz... | Rich text lib separation. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Julian Smart | Use wxTextCtrlBase as base class on 2.7 |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Robin Dunn | The richtext code is now in it's own lib/DLL |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Robin Dunn | The richtext DLL needs to also link with the html and... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Włodzimierz... | Rich text lib separation. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Włodzimierz... | [ 1515217 ] wxComboCtrl textctrl event propagation... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Vadim Zeitlin | removed wxHyperlinkCtrl from this sample, it's not... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Vadim Zeitlin | make the frame big enough to show all controls initially |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Włodzimierz... | [ 1515520 ] wxOwnerDrawnComboBox mouse hover on partial... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Stefan Neis | Updated information on concurrent installs. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Stefan Neis | Removed some outdated stuff. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Stefan Neis | Fixes to sizing and others, according to patch #1507207. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Julian Smart | Implemented wxTextAttrEx::CombineEx and wxRichTextAttr... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | corrected preview scale calculation (patch from Daniel... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | use PROOF_QUALITY in LOGFONT by default |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | take pixel sizes into account as well when comparing... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Julian Smart | Typo correction |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Julian Smart | Seems to work fine without switching off anti-aliasing now |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | fix appearance problems when the cell is scrolled ... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | use gtk_file_chooser_set_current_folder() instead of... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | added indirect base classes too (patch 1513451) |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | Index() is const (patch 1513451) |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | added ExpandAllChildrne() (patch 1498343) |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | don't use old name for wxTE_PROCESS_ENTER unavailable... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | reset m_selectingKeyboard in ClearSelection() too |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Vadim Zeitlin | don't refresh the menu if it's frozen |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Julian Smart | Corrected GIF |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Julian Smart | First cut at wxRichTextCtrl documentation |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Julian Smart | Removed duplicate wxDCClipper documentation |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Julian Smart | Swapped parameters |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Julian Smart | Need to convert from physical to logical units inside... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Vadim Zeitlin | don't set the size to the full screen for the windows... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Vadim Zeitlin | use WM_NCCALCSIZE in DoGetClientSize() if the window... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | don't ignore dialog code when processing Ctrl-keys... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | avoid asserts by not using GetSelection() with multi... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | added wxHyperLink and context help testing code (not... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | support Ctrl-PageUp/Dn for changing the notebook pages... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | we don't need to override MSWTranslateMessage(), it... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | call MSWProcessMessage() for the window itself, althoug... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Angel Vidal... | Old socket code has no wxDatagramSocket::Connect()... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Stefan Csomor | making sure mac filenames are always decomposed D Unico... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Angel Vidal... | wxDatagramSocket docs added |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Angel Vidal... | Fixes tex2rtf to search for files on current folder... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Václav Slavík | fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabl... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Stefan Csomor | missing retval |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Stefan Csomor | fixing PPI bugs in printer dcs and print preview |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Stefan Csomor | fixing PPI bugs in printer dcs |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Benjamin Williams | added/expanded various comments |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Robin Dunn | Removed __future__ import that has been in the "past... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Stefan Csomor | switching all text rendering/measuring to ATSUI |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Stefan Csomor | moving UniChar code to one place |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Vadim Zeitlin | call wxApp::OnInit() from MyApp::OnInit() so that stand... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Vadim Zeitlin | flush stderr in wxSafeShowMessage(): this might be... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Julian Smart | Moved wrongly placed hit test constants |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Julian Smart | Changed order of libs to fix linking |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Stefan Csomor | fix for potential crash when conversion fails |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Stefan Csomor | fix for potention crash when conversion fails |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Julian Smart | Respun configure for richtext library |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Julian Smart | Typo correction |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Julian Smart | Moved wxRichTextCtrl to its own library |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Robin Dunn | Added SWIG patches to allow compiling the generated... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Robin Dunn | Applied patch from Armel Asselin that reduces memory... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Julian Smart | Typo correction |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Vadim Zeitlin | added missing wx/sizer.h header |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Julian Smart | Fixed zoom problem (Robert J.Lang) |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Julian Smart | Added support for tabs in wxRichTextCtrl (Ashish More) |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | new wxTreeEvent ctor |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Don't use custom bg style except on wxGTK |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Picker control updates |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Changed call order of the PreCreate method, and pass... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | little tweaks |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | New SetModified method |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | New wxNB_HITTEST_ONPAGE flag |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Added missing platform constants |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Remove use of wxHIDE_READONLY |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Robin Dunn | Put wxHIDE_READONLY back for compatibility. |
commit | commitdiff | tree | snapshot |
next |