2004-11-05 |
Ryan Norton | fix for [ 1060093 ] wxURI && wxStringBufferLength part... |
tree | commitdiff |
2004-11-04 |
Václav Slavík | compilation fix for GTK+ 2.0 |
tree | commitdiff |
2004-11-04 |
George Tasker | Unicode support |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Make internal type for ToAscii conversion written once... |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | IsEmpty to empty change, warning fix to OW, whitespaces... |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Compare and assign wxChars to wxChar instead char local... |
tree | commitdiff |
2004-11-04 |
Václav Slavík | (hopefully) fixed race condition in installing idle... |
tree | commitdiff |
2004-11-04 |
David Elliott | Tabs to spaces |
tree | commitdiff |
2004-11-04 |
David Elliott | Moved duplicated wxMac/wxCocoa code into src/mac/corefo... |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Make temporary MSWUniv buildable and mark problem for... |
tree | commitdiff |
2004-11-04 |
Ryan Norton | slightly nicer workaround for pickier compiler warning |
tree | commitdiff |
2004-11-04 |
Ryan Norton | remove hack since it doubly-draws focus rects |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | 'Unused ...' warning fix. |
tree | commitdiff |
2004-11-04 |
Václav Slavík | don't add empty image to tabs |
tree | commitdiff |
2004-11-04 |
Ryan Norton | wxstringbufferlen stl fixup |
tree | commitdiff |
2004-11-04 |
Ryan Norton | wxdocmpnocase fixup |
tree | commitdiff |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such... |
tree | commitdiff |
2004-11-03 |
Robert Roebling | Added printing images. |
tree | commitdiff |
2004-11-03 |
Robert Roebling | Applied patch to reorder includes. Not the most |
tree | commitdiff |
2004-11-02 |
Robert Roebling | Corrected typo in font scaling code. |
tree | commitdiff |
2004-11-02 |
Robert Roebling | Applied patch to show title bar changes |
tree | commitdiff |
2004-11-02 |
Robert Roebling | Some more printing code to clear most of |
tree | commitdiff |
2004-11-02 |
Stefan Csomor | wxMax instead of max, former is always around |
tree | commitdiff |
2004-11-02 |
Stefan Csomor | correcting allocated buffer size |
tree | commitdiff |
2004-11-02 |
Stefan Csomor | added corefoundation and base classes |
tree | commitdiff |
2004-11-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-11-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-11-01 |
Robert Roebling | Further compile fixes. |
tree | commitdiff |
2004-11-01 |
Robert Roebling | Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT |
tree | commitdiff |
2004-11-01 |
Ryan Norton | rewrite core foundation conversion to be efficient... |
tree | commitdiff |
2004-11-01 |
Ryan Norton | warning fix for 10.2 |
tree | commitdiff |
2004-11-01 |
Julian Smart | Fixed bug in setting/getting value for wxComboBox.... |
tree | commitdiff |
2004-11-01 |
Robert Roebling | Added possibility to select a printer reported |
tree | commitdiff |
2004-11-01 |
Robert Roebling | wxListCtrl::InsertItem() ignored the column. |
tree | commitdiff |
2004-11-01 |
David Elliott | Declare namespace std {} before using namespace std... |
tree | commitdiff |
2004-11-01 |
David Elliott | Work around the fact that Metrowerks (CW 8.3) and Apple... |
tree | commitdiff |
2004-10-31 |
David Elliott | #include "wx/settings.h" wxSystemSettings is needed... |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
tree | commitdiff |
2004-10-31 |
David Elliott | Do not use framework includes in CFM builds. |
tree | commitdiff |
2004-10-31 |
Stefan Neis | Removed debug output. |
tree | commitdiff |
2004-10-31 |
Stefan Neis | Newest version of script(s) for creating DLLs - now... |
tree | commitdiff |
2004-10-31 |
Ryan Norton | because gcc is dumb and can't tell the difference betwe... |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved print dialog data conversion code |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Small change to ease Mac transition to common |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Copyright notice. |
tree | commitdiff |
2004-10-31 |
Václav Slavík | added 'icon' property to wxFrame and wxDialog in XRC |
tree | commitdiff |
2004-10-31 |
Ryan Norton | note broken code, cast hack to fix warning on pickier... |
tree | commitdiff |
2004-10-31 |
Ryan Norton | fix const error on sane (not msvc) compilers |
tree | commitdiff |
2004-10-30 |
Ryan Norton | restore ConvertToValidURI to prev. version for bw compa... |
tree | commitdiff |
2004-10-30 |
Ryan Norton | solution to wxMBConv stuff - make a seperate XX2XX... |
tree | commitdiff |
2004-10-30 |
Václav Slavík | usability improvement: set focus to text control so... |
tree | commitdiff |
2004-10-30 |
David Elliott | CodeWarrior (8.3 mwcc) thinks that it cannot compare... |
tree | commitdiff |
2004-10-30 |
David Elliott | CodeWarrior (8.3 mwcc) can't figure out that it needs... |
tree | commitdiff |
2004-10-30 |
David Elliott | Declare namespace std {} before using namespace std... |
tree | commitdiff |
2004-10-30 |
David Elliott | Fixed compilation with precompiled headers. |
tree | commitdiff |
2004-10-30 |
David Elliott | CodeWarrior dislikes #include <> syntax for in-tree... |
tree | commitdiff |
2004-10-30 |
David Elliott | Make wxString::WorstEncodingCase take a const wxMBConv& |
tree | commitdiff |
2004-10-29 |
Ryan Norton | [ 1054664 ] Implementation of wxMBConvUTF7 (Heavily... |
tree | commitdiff |
2004-10-29 |
David Elliott | Added wxStandardPaths for wxMac and wxCocoa. |
tree | commitdiff |
2004-10-29 |
Ryan Norton | Add wxString::WorstEncodingCase, other various cleanups |
tree | commitdiff |
2004-10-29 |
David Elliott | Build src/mac/corefoundation/cfstring.cpp and src/commo... |
tree | commitdiff |
2004-10-29 |
Ryan Norton | somewhat modded [ 1056879 ] use wxURI::Unescape vs... |
tree | commitdiff |
2004-10-29 |
David Elliott | Moved wxCFStringHolder and some other string functions... |
tree | commitdiff |
2004-10-29 |
Ryan Norton | have wxbuiltin wxmbconvutf7 return -1 (error) not 0... |
tree | commitdiff |
2004-10-29 |
Ryan Norton | Handle bad conversions correctly. Add Bad UTF8 test. |
tree | commitdiff |
2004-10-29 |
Ryan Norton | Handle invalid conversion slightly better, ecapsulate... |
tree | commitdiff |
2004-10-29 |
Ryan Norton | Remove erronues file |
tree | commitdiff |
2004-10-28 |
Ryan Norton | increase worst case for UTF8 to *4 |
tree | commitdiff |
2004-10-28 |
Ryan Norton | increase worst case to *4 for UTF8, switch a memcpy... |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | undid last change to wxBitmapButton::GetBestSize()... |
tree | commitdiff |
2004-10-28 |
Ryan Norton | wxURL - doc cleanups, depreciated more methods, more... |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | fixed wxBU_EXACTFIT handling in wxBitmapButton (closes... |
tree | commitdiff |
2004-10-28 |
Włodzimierz Skiba | Borland warning fix. |
tree | commitdiff |
2004-10-28 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2004-10-28 |
Włodzimierz Skiba | Warning fix due to unsigned nature of wParam. |
tree | commitdiff |
2004-10-28 |
Václav Slavík | fixed wxTextCtrl::EmulateKeyPress to work in Unicode... |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | temp compilation fix for wxMac |
tree | commitdiff |
2004-10-28 |
Ryan Norton | Use proper wxURI unescape instead of old way |
tree | commitdiff |
2004-10-28 |
Ryan Norton | final wxURI API changes. Changed Get to BuildURI to... |
tree | commitdiff |
2004-10-28 |
Ryan Norton | Inherit wxURL from wxURI, providing assignment, copy... |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | minor cleanup: don't use bool parameters, don't typedef... |
tree | commitdiff |
2004-10-27 |
Vadim Zeitlin | we don't have to call png_set_error_fn() any more after... |
tree | commitdiff |
2004-10-27 |
Vadim Zeitlin | use wx_png_error/warning when calling png_create_read... |
tree | commitdiff |
2004-10-27 |
Robert Roebling | Removed Pango homemade implementation and |
tree | commitdiff |
2004-10-27 |
Ryan Norton | wxURI. Move Convert/to/fromURI into uri.cpp so that... |
tree | commitdiff |
2004-10-27 |
Vadim Zeitlin | don't preselect the first item if the array with the... |
tree | commitdiff |
2004-10-27 |
Julian Smart | Now possible to compile with wxURL disabled |
tree | commitdiff |
2004-10-27 |
Julian Smart | GTK+1 doesn't have gtk_window_set_type_hint |
tree | commitdiff |
2004-10-27 |
Vadim Zeitlin | don't abort if a shared library can't be loaded under... |
tree | commitdiff |
2004-10-27 |
Stefan Csomor | setting the invoking window added to two other wxMenuBa... |
tree | commitdiff |
2004-10-27 |
Robert Roebling | Added initial support for GNOME printing. |
tree | commitdiff |
2004-10-27 |
Robert Roebling | Moved "enablePrint" setting around. |
tree | commitdiff |
2004-10-27 |
Ryan Norton | Use wxStringBufferLength instead of wxXCharBuffer in... |
tree | commitdiff |
2004-10-27 |
Stefan Csomor | fixes angle calculation (on mac ALWAYS clockwise) |
tree | commitdiff |
2004-10-27 |
Robin Dunn | The old workaround for the 1-Jan-1970 bug still failed... |
tree | commitdiff |
2004-10-27 |
Robin Dunn | Return from DoDrawSpline without doing anything (like... |
tree | commitdiff |
2004-10-27 |
Robin Dunn | avoid crash if active_child_frame is not set yet |
tree | commitdiff |
2004-10-27 |
Robin Dunn | Ensire that m_value is updated when SetSelection is... |
tree | commitdiff |
2004-10-26 |
Václav Slavík | fixed wxFRAME_TOOL_WINDOW to use 'utility' type hint... |
tree | commitdiff |
next |