2004-11-06 |
Ryan Norton | [ 955006 ] wxDb query with column information (modded... |
tree | commitdiff |
2004-11-06 |
Ryan Norton | final cleanup of string conversion with null characters... |
tree | commitdiff |
2004-11-06 |
Ryan Norton | Revert files to previous version that were affected... |
tree | commitdiff |
2004-11-06 |
Ryan Norton | fixup // comment header |
tree | commitdiff |
2004-11-06 |
Ryan Norton | in unescape add normal characters in addition to unesca... |
tree | commitdiff |
2004-11-06 |
Kevin Hock | Add ability to position and/or center the dialog for... |
tree | commitdiff |
2004-11-05 |
Robert Roebling | Mem leaks in connection with print factory code. |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
tree | commitdiff |
2004-11-05 |
Václav Slavík | make sure that wxNewId() doesn't return standard ID... |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | Still needs a typecasting to please warning about loosi... |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | We need a char, not wxChar. |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | Simplify wxRect construction at the wxPoint(0,0) with... |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | NULL is not bool. |
tree | commitdiff |
2004-11-05 |
Ryan Norton | cast fix, workaround for pickeir compilers |
tree | commitdiff |
2004-11-05 |
Ryan Norton | rest of 1061091, clean up define a bit |
tree | commitdiff |
2004-11-05 |
Ryan Norton | fix for [ 1060093 ] wxURI && wxStringBufferLength part... |
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 | Compare and assign wxChars to wxChar instead char local... |
tree | commitdiff |
2004-11-04 |
Ryan Norton | slightly nicer workaround for pickier compiler warning |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2004-11-04 |
Ryan Norton | wxstringbufferlen stl fixup |
tree | commitdiff |
2004-11-04 |
Ryan Norton | wxdocmpnocase fixup |
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 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-11-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-11-01 |
Ryan Norton | rewrite core foundation conversion to be efficient... |
tree | commitdiff |
2004-11-01 |
Julian Smart | Fixed bug in setting/getting value for wxComboBox.... |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
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 |
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 |
David Elliott | Declare namespace std {} before using namespace std... |
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 |
Ryan Norton | somewhat modded [ 1056879 ] use wxURI::Unescape vs... |
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-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 |
Ryan Norton | wxURL - doc cleanups, depreciated more methods, more... |
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 |
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 | 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 |
Julian Smart | Now possible to compile with wxURL disabled |
tree | commitdiff |
2004-10-27 |
Vadim Zeitlin | don't abort if a shared library can't be loaded under... |
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 |
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-26 |
Robert Roebling | Next phase of Print Factory code. |
tree | commitdiff |
2004-10-26 |
Václav Slavík | at least partially implemented vswscanf() -- otherwise... |
tree | commitdiff |
2004-10-24 |
Vadim Zeitlin | use GetBestSize() and not GetSize() for AsIs() size... |
tree | commitdiff |
2004-10-23 |
Vadim Zeitlin | don't use _() as default parameter for wxPrintDialogBas... |
tree | commitdiff |
2004-10-21 |
Stefan Neis | Added stubs for OS/2 to new printing system. |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | fixed bug introduced by last commit: if we don't change... |
tree | commitdiff |
2004-10-20 |
Włodzimierz Skiba | Oups :-( incomplete previous undo. |
tree | commitdiff |
2004-10-20 |
Włodzimierz Skiba | Correct fix to the compile time assert under OW. Kudos... |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | moved AppendAppName() from MSW to common code; modified... |
tree | commitdiff |
2004-10-19 |
Włodzimierz Skiba | OW warning fix. Our compile time asserts warns when... |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | switched to using a real class instead of a namespace... |
tree | commitdiff |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
tree | commitdiff |
2004-10-19 |
Julian Smart | SQLINTEGER not defined in iodbc |
tree | commitdiff |
2004-10-18 |
Vadim Zeitlin | fix Mac/Unicode build after last commit |
tree | commitdiff |
2004-10-18 |
Włodzimierz Skiba | Unnecessary const_ prefix removed (blindly). |
tree | commitdiff |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | added wxDynamicLibrary::HasSymbol() |
tree | commitdiff |
2004-10-17 |
Robert Roebling | Renamed wxPrintNativeData methods to better match |
tree | commitdiff |
2004-10-17 |
Włodzimierz Skiba | Warning fixes related to various cases of typecasting. |
tree | commitdiff |
2004-10-17 |
Włodzimierz Skiba | wxHashMap compatible typecasting. |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | - wxDynamicLibrary::GetDllExt() now returns ".bundle... |
tree | commitdiff |
2004-10-17 |
Robert Roebling | First step at moving the print (dialog) native |
tree | commitdiff |
2004-10-17 |
Włodzimierz Skiba | __WXDEBUG__ is defined/undefined, not 0/1! |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | compilation fix for !USE_PCH |
tree | commitdiff |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
tree | commitdiff |
2004-10-17 |
Robert Roebling | Link problem. |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | fixed bug with adding new entries to a root group with... |
tree | commitdiff |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | reset parent frame tool/status bar pointer automaticall... |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | use size_t for the total size of data instead of wxFile... |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | fixed fatal bug when moving the control after itself... |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Parts of wxSizer::Show() extracted into wxSizer::GetIte... |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Fix for platforms where 64-bit value support is not... |
tree | commitdiff |
next |