2002-01-26 |
Václav Slavík | hide mouse when using wxScreenDC in wxMGL |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Václav Slavík | don't use GTK specific code in wxListCtrl when building... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Václav Slavík | fix for wxSYS_COLOUR_LISTBOX representation |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Václav Slavík | don't check for libjpeg,libtiff and libpng when buildin... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Václav Slavík | modified wxPNGHandler to not use png_struct.jmpbuf |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-01-25 |
David Webster | Fix to properly find OS/2 wx.rc |
commit | commitdiff | tree | snapshot |
2002-01-25 |
David Webster | New module def file. |
commit | commitdiff | tree | snapshot |
2002-01-25 |
David Webster | Resource file updates and setup to configure for generi... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
David Webster | OS/2 does not have a native dirdlg, use generic |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | install wxUniv headers in make install and include... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | fix a crash when dismissing the popup window because... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | replaced DeleteEvtHandler with a call to RemoveEventHandler |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler() |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Julian Smart | Re-added a minimal setup.h file that includes wx/msw... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Julian Smart | Some doc tweaks |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | handle 646 charset under Solaris as US-ASCII |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | don't crash, even if used incorrectly |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | fixes to handling of the 7 bit ASCII encoding |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | oops, fixed typo breaking iconv constness detection... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | changes to allow making samples/demos with non GNU... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | don't output the entire iconv() declaration in configur... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | inserted @IF_GNU_MAKE@ to allow building with other... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-01-25 |
David Webster | Child positioning fixes and font adjustments |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | commented out many OnXXX() functions |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | corrected a few bugs in OnGetItemXXX() docs |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Vadim Zeitlin | removed inexisting Index() version |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Václav Slavík | reverted from wxStrdup back to strdup -- sorry SC,... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
David Webster | Fixing font utilities |
commit | commitdiff | tree | snapshot |
2002-01-24 |
David Webster | Removed a conflict indicator... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
David Webster | Final OS/2 Native Font implementation changes |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Robin Dunn | Ensure that endPos > startPos in a couple methods |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | updates to XRC resources compiler |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | 1. added encodings handling to XRC, so that it is possible |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | added encodings handling to XRC, so that it is possible... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | iconv-based conversion works again, after being broken... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Václav Slavík | fixes to |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Vadim Zeitlin | fixed typo in EVT_WIZARD_HELP definition (patch from... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
David Webster | Change up font selection process |
commit | commitdiff | tree | snapshot |
2002-01-24 |
David Webster | Revert back to standard point size for fonts in OS/2 |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Robin Dunn | Demo cleanup and path issues. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
David Webster | Lots of fixes for OS/2 |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Julian Smart | Commented out deprecated classes: wxProp and wxTab... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Julian Smart | Added missing 'break' which caused spurious </FONT... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | don't test for VPATH support for GNU make - this is... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | cache the results of checks for make VPATH support... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | allow building wxWin with non-GNU make (which doesn... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | replaced non existing wxTE_HSCROLL style with wxHSCROLL |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | added 2nd wxEvent ctor argument |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Julian Smart | Added first cut at XRC docs; added font spec for wxWind... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Julian Smart | Added #include "wx/utils.h" to make it compile for... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
David Webster | Fontutil wxFillLogFont change. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | typos due to much cut-and-paste: colour -> font in... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Vadim Zeitlin | recognize 646 charset as US-ASCII (this is how it is... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Julian Smart | Some comments modified to help with documentation |
commit | commitdiff | tree | snapshot |
2002-01-23 |
David Webster | More bug fix updates. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Václav Slavík | added wxGenericDirCtrl handler to XRC |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Václav Slavík | fixed typo |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Václav Slavík | added length argument to wxString::wxString(wchar_t... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Václav Slavík | fixed .cached files on big endian machines and cleaned... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
David Webster | OS/2 bug fixes and new mod file |
commit | commitdiff | tree | snapshot |
2002-01-22 |
David Webster | Font change for OS/2 to a smaller font. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
David Webster | OS/2 bug fix updates. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Julian Smart | Added screenshot and a few lines of explanation. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Robin Dunn | Added OnDragOver returning wxDragCopy so text can be... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Václav Slavík | use AM_ICONV for iconv configure checks |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Václav Slavík | added safety check to wxWindow::ReleaseMouse |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Robin Dunn | Fix for when Set is called with wxSameAs to behave... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Julian Smart | Added events topic. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Vadim Zeitlin | added a hack to work around the dummy kill focus messag... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Vadim Zeitlin | use standard colours in all ports |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Vadim Zeitlin | added (dummy) implementation of GetMetric(wxSYS_CURSOR_... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Robin Dunn | Changes to match recent CVS updates, added demo for... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | clarified legal stuff |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it) |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | compilation fix for Borland (hopefully) |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Julian Smart | Tidied/commented FL header files, regenerated docs... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Robin Dunn | Fixed a typemap. |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Ron Lee | added missing header. |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | New Mod Def file. |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Julian Smart | Now adds 'include file' heading |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | More resource files |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | More resource files |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | fixed crash in wxSpinCtrl under wxGTK |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | fixed incorrect positioning of controls in generic... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | added TAB handling |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Václav Slavík | change WXDEBUG to WXSTDERR |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | Dialog updates |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | added SetLabelFont() test |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser() similar to wxGetColourFromUser() |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser docs and links to it and wxGetC... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | added wxFont::Ok |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Vadim Zeitlin | added an explicit accessor to query the default key... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | Commit of merge |
commit | commitdiff | tree | snapshot |
2002-01-21 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Václav Slavík | added first microscopic part of XRC format docs |
commit | commitdiff | tree | snapshot |
next |