2003-12-03 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | regenned tools batch files |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Some little tweaks for debugging |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Use InheritAttributes for wxGTK widgets so they will... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Mention that NO_FULL_REPAINT_ON_RESIZE is now the default |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Add missing wxFULL_REPAINT_ON_RESIZE |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Give wxTimer a GetId accessor |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | New SWIG runtime and commandline param |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | wxLogTrace API change |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Robin Dunn | Out typemap for wxString& |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Julian Smart | Patches from "Viktor Voroshylo" <viktor@voroshylo.com> |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | added obsolescence note |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | updated DMC instructions for 8.38 |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | removed wxLogTrace() without mask to fix DMC compilation |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | removed old copy (?) of the file which is now in build/msw |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | added wxRegConfig read test |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | skip event after loggig |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | marked FindColour() as deprecated; removed AddColour... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Vadim Zeitlin | added NULL here too (forgot to commit when added to... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Dimitri Schoolwerth | Fixed possible usage of uninitialized variable. |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Robin Dunn | Changed the itemid parameter names back to id |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Robin Dunn | Expose SetClippingRegion(point, size) |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Robin Dunn | Ensure that __version__ is visible from wxPython/__init... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Robin Dunn | Added some aliases |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Julian Smart | WinCE patches from "Viktor Voroshylo" <viktor@voroshylo... |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Julian Smart | Attempt to fix Borland compilo |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Dimitri Schoolwerth | Fixed signed/unsigned warning (GetCount() returns size_... |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Robin Dunn | Updated docstring patch so that it senses multi-line... |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Václav Slavík | set m_language even when wxstd.mo wasn't loaded |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Vadim Zeitlin | resolved conflict (because I forgot to commit before) |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Dimitri Schoolwerth | Declaration of CopySelection is bool instead of void. |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Václav Slavík | assert if wxLocale::Init called twice |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Václav Slavík | cleanup: don't pass builtin libs includes to CPPFLAGS... |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Václav Slavík | fixed order of includes |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Robin Dunn | wx namespace |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Robin Dunn | More docstrings and rearrainged a couple things. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Vadim Zeitlin | don't test whether m_selection is NULL both before... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Vadim Zeitlin | fixed memory leak (m_selection wasn't deleted) |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Robin Dunn | Don't put the introspected argstr in the docstring... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Dimitri Schoolwerth | Applied patch #809919 (Allows wxMac threads to run... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | script to make the raw preview tarball |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | More Unicode fixes |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Vadim Zeitlin | mention wxTheApp |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | Fixed how the list of files is converted |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | Fixed parameter type |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Robin Dunn | Fixed "" default value |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Roman Rolinsky | correct typemap type |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Dimitri Schoolwerth | Applied patch #809019 (Adds embedded/plugin capabilitie... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Enabled handling of drive letters on OS/2. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Fixed drive handling on OS/2. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Fixed & improved file handling on OS/2. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Try to insure usability of this file in non-PM ports. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Insure suitable choices of path/drive separator on... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Stefan Neis | Unified OS/2 and Unix code. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Gilles Depeyrot | applied SF patch #846738 mousewheel support |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Mattia Barbon | Avoid double free in wxComboBox::SetClientObject. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Mattia Barbon | Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Mattia Barbon | New wxHashTable implementation when wxUSE_STL ==... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Mattia Barbon | Compilation fix. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | Lots of little bug fixes, API updates, etc. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | Version number |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Vadim Zeitlin | fixed HAVE_STD_WSTRING test |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | Uses wxSystemSettings for colour when there is no window |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | Forgot to remove the debug prints |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Robin Dunn | Fix problems with the wxHtmpTagHandler wrappers and... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Mattia Barbon | Compilation fix. |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Gilles Depeyrot | applied SF patch #846732 file dialog long filename... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Because of some differences in class heirarchy there... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Updated the devel doc as the wxPy_newswig branch is... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Added HTML_FONT_SIZE values |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Updates for the autodoc/docstring patch, fixes overload... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Lots of bup fixes, API updates, etc |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Robin Dunn | Lots of demo tweaks for API updates, bug fixes and... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Dimitri Schoolwerth | Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true). |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Dimitri Schoolwerth | Applied patch #845888 (Fixes compilation of regtest... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Dimitri Schoolwerth | Applied patch #845884 (Fixes Unicode compilation of... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Robin Dunn | When used from wxHtmlListBox it's possible for GetWindo... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Robin Dunn | More docstring updates for OUTPUT parameters |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Dimitri Schoolwerth | Fixed gcc compiler warning (size_t was assumed to equal... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Dimitri Schoolwerth | Applied patch #845402 ("RichEdit sample fixing and... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Robin Dunn | More docstrings. |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Robin Dunn | Don't run SWIG when we're doing a clean |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Dimitri Schoolwerth | Fixed repainting problems when resizing window, now... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Julian Smart | Fixed WinCE compilo |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Václav Slavík | don't define ngettext, causes problems |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Dimitri Schoolwerth | A few minor corrections. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Dimitri Schoolwerth | Implemented missing pure virt functions (stub functions... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Robin Dunn | Updated docstring patch for new SWIG CVS |
commit | commitdiff | tree | snapshot |
next |