2003-08-31 |
Stefan Neis | Fixed IMPLEMENT_DYNAMIC_CLASS usage. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Added missing include. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Added missing include. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Fixed includes. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Removed some code duplicating wxAppBase functions. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Fixed return type of GetPageCount (int -> size_t). |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Neis | Fixed AppTraits handling on OS/2. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Csomor | Carbon Event Mouse Moved handler changes |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Stefan Csomor | Carbon Event Mouse Moved handler added |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Mattia Barbon | Add wxNet dependency. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Vadim Zeitlin | backport the sizers change |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Vadim Zeitlin | fix redistribution of the extra space between sizer... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Vadim Zeitlin | undid the last change |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Robert Roebling | Prevent wxMac from creating an epmpty bitmap in a... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Vadim Zeitlin | return the index of the inserted/appended item |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Vadim Zeitlin | use SetClientSize(), not SetSize() in Fit() |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Mattia Barbon | More compilation fixes. |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Vadim Zeitlin | fixed return value of Disable() (bug 795630) |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Stefan Neis | Fixed several bugs in threading code for OS/2. Thread... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Stefan Csomor | made Update be window local (before was updating the... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Stefan Csomor | removing all updates specially for mac |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Mattia Barbon | Compilation fixes. |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Václav Slavík | removed BuildRequires: wx-base-devel from RPM .spec... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Václav Slavík | $ causes diff problems here |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Václav Slavík | moved compat content to formats, there will be more... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Václav Slavík | moved compat content to formats, there will be more... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Václav Slavík | removed caching from wxInternetFSHandler |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Stefan Csomor | added WX_IMPLEMENT_PROPERTY |
commit | commitdiff | tree | snapshot |
2003-08-29 |
David Elliott | Rename some of the Cocoa methods to reflect that they... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
David Elliott | Implement windowShouldClose: in delegate instead of... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
David Elliott | Use a delegate instead of manually adding notifications... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Václav Slavík | Content-Type parsing should be case insensitive |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Vadim Zeitlin | implemented IsModified() and DiscardEdits() |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Vadim Zeitlin | don't reset timer interval to 0 in Stop(), this prevent... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Mattia Barbon | Added X11 headers used by wxMotif. Removed nonexistsnt |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Mattia Barbon | Don't crash in wxControl::GetLabel when getting the... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Mattia Barbon | wxString::rfind fixed for wxUSE_STL=0 from Robert... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Mattia Barbon | wxHashMap does not take the key type as constructor... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | correction for include name |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | switched to using bakefile_gen |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | gl lib dependency fixes |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | _UNICODE instead of wxUSE_UNICODE=1 |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | added bakefile_gen support |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | data copying fixes for configtool |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | renamed netutils.bkl to net.bkl, to simplify bakefile_g... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | added hardcoded values for project files, so that they... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
David Elliott | Send all menu item actions to a dedicated target. ... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | make dist fixes belong here |
commit | commitdiff | tree | snapshot |
2003-08-28 |
David Elliott | * Clean up the includes and use wxprec.h |
commit | commitdiff | tree | snapshot |
2003-08-28 |
David Elliott | CreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Stefan Csomor | -1 , -1 for SetSelection improved |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | unknown container now accepts wxNO_FULL_REPAINT_ON_RESI... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Václav Slavík | wxCheckList -> wxCheckListBox |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Julian Smart | Copy some missing samples, and contrib for Motif/Mac |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Julian Smart | Do archive name case conversion for wxMac and wxMotif |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Neis | Don't treat OS/2 as a Unix-like system in this particul... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Neis | Never use unix/mimetype.h on OS/2. I'm not exactly... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Neis | Want to use wxDir::HasSubDirs on OS/2 with gcc, too. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Václav Slavík | wxUSE_UNICODE=1 -> _UNICODE |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Václav Slavík | wxLayout.cpp is data file as well |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | event exposure |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | event exposure |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | added support for range types to runtime depersister |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | added range of types to delegate type info |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | added range of types for delegate type info |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | constness for accessors of enum data |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Stefan Csomor | changed getters for enum to const, GetEventClass to... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Robin Dunn | Latest distutils |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Robin Dunn | WXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Robin Dunn | Better #if checks for mac in ProcessPlatformProperty |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Václav Slavík | __WINDOWS__, not __WXMSW__ |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | update docs for d_mars |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | fix for d_mars 8.35 |
commit | commitdiff | tree | snapshot |
2003-08-26 |
David Elliott | Send activate/deactivate events for become/resign key |
commit | commitdiff | tree | snapshot |
2003-08-26 |
David Elliott | Added a notification observer for NSWindow. Observe... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | fix makefile (changed filelist) |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | fix minor change to Borland intall instructions |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | fix minor change to Borland intall instructions |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Elliott | remove references to Borland IDE and Cbuilder files |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | Minor tweak |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | No change |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Stefan Csomor | typo corrected |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Stefan Csomor | unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Stefan Csomor | unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | Compile extended RTTI in BC++ |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | Unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Stefan Csomor | unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Stefan Csomor | unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | Some cleanup |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Julian Smart | Unicode fixes |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Stefan Csomor | unicode and linkage corrections |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Stefan Csomor | removing unnecessary specializations |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Stefan Csomor | linkage and unicode corrections |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Stefan Csomor | RTTI accessors for menus |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Václav Slavík | static debug build is the default now |
commit | commitdiff | tree | snapshot |
next |