2004-10-17 |
Robert Roebling | First step at moving the print (dialog) native |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Włodzimierz... | __WXDEBUG__ is defined/undefined, not 0/1! |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Włodzimierz... | _() needs intl.h. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | removed obsolete and unused code for USE_BITMAP_MASKS... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robert Roebling | Forgot to commit. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robert Roebling | Applied (part of) small patch from Chris Bogolte... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | compilation fix for !USE_PCH |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Stefan Csomor | added mac constants |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Stefan Csomor | guard against m_peer = NULL in Show() |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Stefan Csomor | don't restrict to OS9 API for Mac-Builds |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robert Roebling | Fixed lost focus events in wxListBox. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robert Roebling | Link problem. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robin Dunn | Test GetTextRange on some unicode text |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Robin Dunn | Use Scintilla's functions for Unicode/UTF8 conversions |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | added test for the (just fixed) bug with adding the... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | use common code to determine best notebook size instaed... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | added --linkdeps switch |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Vadim Zeitlin | fixed bug with adding new entries to a root group with... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Václav Slavík | don't use m_instanceAsWindow to convert dialog units... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | don't leave two conscutive separators after "moving... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | don't reset tool/status bar pointers manually, it is... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | reset parent frame tool/status bar pointer automaticall... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | added wxSetCursorEvent documentation (patch 1048181) |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Václav Slavík | wxProcess::OnTerminate is not const |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | unused params warnings (patch 1048431) |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Robin Dunn | Fix to use old AutoWidthMixin API |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | call AddChild() when the control is already reallly... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | suppress VC++ warning about long -> void * conversion too |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | fixed enhanced metafiles loading from files |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | replace post-linking commands with true, not #, for... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | use size_t for the total size of data instead of wxFile... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
David Elliott | Add a second wxTaskBarIcon that uses the Dock (wxCocoa... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Dimitri Schoolwerth | fixed CFM build linking error |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | fixed fatal bug when moving the control after itself... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
David Elliott | Whoops, forgot to commit this. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | added missing WXDLLEXPORT |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | fixed inconsistent dllspec warning in DLL build |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | fixed the just added wxStringTokenizer::GetPosition... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | use unsigned chars for UTF8 data (avoids warnings) |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Vadim Zeitlin | added wxStringTokenizer::GetPosition() test |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Rebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | implemented SetWildcard() |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | wxCocoa: Added wxTaskBarIcon |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Yes Ryan, I really did mean to remove these files. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | DocsDemo --> docs-demos |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt/UIntToPtr instead of (removed) ULong... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Václav Slavík | linkage fixes for monolithic static build |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Give the win32 runtime installer its own readme. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | removed pragma interface which resulted in link errors... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt instead of (lossy) wxPtrToULong |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Show PlatformInfo in the About box too. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Show PlatformInfo in the About box too. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | just a whitespace change |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | more consistent naming |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Unnecessary wxString(wxString). |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Corrected some comments |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Docs updates for 2.5.3.0 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Tweak unicode --> string conversion helper so UnicodeDe... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | GUI is not All at all ;) |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Parts of wxSizer::Show() extracted into wxSizer::GetIte... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Applied patch from Pim Van Heuven that modifies 4 files: |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Václav Slavík | don't create makefiles for nonexistent utils |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | added Norvegian translation (Hans F. Nordhaug) |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | ReadChar() is called GetChar() in fact |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Quiet cooperation between MSW and wxGL. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | DMC fix. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Václav Slavík | quick fix for misgenerated console samples' Makefile.in |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Václav Slavík | regenerated |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | VC++ warning fixes for /Wp64 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Włodzimierz... | Fix for platforms where 64-bit value support is not... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Ron Lee | For autoconf/unix builds update the hardcoded afm dir... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Ron Lee | Bump copyright date and indicate debug builds too in... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Stefan Csomor | removed IsShown guards, allowing now for manipulation... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Allow the wxMenu to be owned by the NSMenu so that... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Allow the dealloc message to be caught |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Adapt to new file naming scheme, new Installer structur... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Restructured for new style RPMs, etc. Can build all... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | be cmd.exe compatible |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Don't make the metadata xml file anymore |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | * Don't reset LC_NUMERIC if on Python 2.4 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | wxRect --> wx.Rect |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | workarounds for old versions of distutils |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | put back the code to add the 3rd digit in the extraPath |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | use wxFileSize_t instead of wxFileOffset or off_t |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | fixed wxFileSize_t definition under Unix |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | made Tell/Seek/Length() return wxFileSize_t as well |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | added wxFileSize_t, changed types of wxFile methods... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | always let GTK process focus_out events itself |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | call Skip() under Mac |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | replaced deprecated GetNoHistoryFiles() function with... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Do not waste time for USE_ODBC=0. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Bug #1001474. Text!=Password. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Warning fix for wxDateTime_t <-> MSW data exchange. |
commit | commitdiff | tree | snapshot |
next |