2002-03-15 |
Julian Smart | Added sizer.h |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | draw toolbar separators in Win32 theme |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | compilation fixes for wxUSE_TOOLBAR under MSW |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | reduced flicker in the statusbar when resizing the... |
tree | commitdiff |
2002-03-14 |
Vadim Zeitlin | compilation fixes for !wxUSE_TOOLBAR |
tree | commitdiff |
2002-03-14 |
Julian Smart | Added Layout() call to top level window Show() to preve... |
tree | commitdiff |
2002-03-14 |
Vadim Zeitlin | fix for what the patch 529900 was trying to fix (loadin... |
tree | commitdiff |
2002-03-14 |
Robert Roebling | Forgot to reset a flag. |
tree | commitdiff |
2002-03-14 |
Julian Smart | Removed constraints check for wxDirDialog from configur... |
tree | commitdiff |
2002-03-14 |
Vadim Zeitlin | applied the patch from Dimitri to prevent crashes with... |
tree | commitdiff |
2002-03-14 |
Julian Smart | Compiles for Nano-X again |
tree | commitdiff |
2002-03-14 |
Julian Smart | Removed duplicate WM line from motif/frame.cpp |
tree | commitdiff |
2002-03-13 |
Vadim Zeitlin | compilation error fixed |
tree | commitdiff |
2002-03-13 |
Robert Roebling | Send size events from top level windows in idle time, |
tree | commitdiff |
2002-03-13 |
Stefan Csomor | added correct fallback color settings for XP when used... |
tree | commitdiff |
2002-03-13 |
Vadim Zeitlin | update focus rectangle width when the columns are being... |
tree | commitdiff |
2002-03-13 |
Robin Dunn | Some fixes for wxURLDataObject when wxUSE_UNICODE==1 |
tree | commitdiff |
2002-03-12 |
Václav Slavík | fixes to refreshing code in wxTreeCtrl |
tree | commitdiff |
2002-03-12 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-03-12 |
Václav Slavík | implemented system menu handling in wxUniv |
tree | commitdiff |
2002-03-12 |
Václav Slavík | 1. implemented system menu handling in wxUniv (win32... |
tree | commitdiff |
2002-03-12 |
Václav Slavík | 1. handle Alt-F4 in wxUniv, not wxMGL |
tree | commitdiff |
2002-03-12 |
Robert Roebling | Added dialog tabbing to wxX11. |
tree | commitdiff |
2002-03-12 |
Robert Roebling | Implemented DoBlit(). |
tree | commitdiff |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
tree | commitdiff |
2002-03-12 |
Julian Smart | Added constructor for wxColourRefData, else CloneRefDat... |
tree | commitdiff |
2002-03-12 |
Julian Smart | Trivially implemented DoDrawIcon |
tree | commitdiff |
2002-03-12 |
Julian Smart | Replaced Blit with DrawBitmap in wxPoem to make it... |
tree | commitdiff |
2002-03-11 |
Julian Smart | Only reparent first window if there are several children |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | right clicking outside any column sets the column in... |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | implemented menu drawing in the GTK theme |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | more GTK-ish toolbar drawing |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | ignore clicks on a toolbar but outside any button |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | added missing headers to fix compilation without PCH |
tree | commitdiff |
2002-03-10 |
Václav Slavík | use AllocExclusive in wxAcceleratorTable |
tree | commitdiff |
2002-03-10 |
Vadim Zeitlin | propagate the click dismissing a popup window to the... |
tree | commitdiff |
2002-03-10 |
Robert Roebling | Next try on pop up menus. (#ifdef x11). |
tree | commitdiff |
2002-03-10 |
Vadim Zeitlin | better fix (i.e. one which actually works) for VC+... |
tree | commitdiff |
2002-03-10 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-03-10 |
Vadim Zeitlin | fix for using an invalid HWND in IsEditable |
tree | commitdiff |
2002-03-10 |
Ron Lee | added optional parameter to SetSizer, to allow replacin... |
tree | commitdiff |
2002-03-10 |
Julian Smart | Moved Nano-X specific code from univ to x11 |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | fixed a few VC++ warnings (release mode only) |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | [this message is for the previous commit as well] |
tree | commitdiff |
2002-03-09 |
Václav Slavík | reverted Robert's change |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | don't include wx/wx.h unnecessarily |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | copy the variant name in the assignment operator as... |
tree | commitdiff |
2002-03-09 |
Julian Smart | Added reparenting helper classes to help apps to grab... |
tree | commitdiff |
2002-03-09 |
Václav Slavík | query MGL for resolution |
tree | commitdiff |
2002-03-09 |
Robert Roebling | Various changes to make pop up menus work |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | look at HOME and USERPROFILE in wxGetHomeDir() (patch... |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | compilation warning fix for the daily builds |
tree | commitdiff |
2002-03-09 |
Václav Slavík | what about returning a value? |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
tree | commitdiff |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
tree | commitdiff |
2002-03-09 |
Robin Dunn | Visual C++ needs sys/stat.h too |
tree | commitdiff |
2002-03-08 |
Václav Slavík | fixed MSVC compilation and warnings |
tree | commitdiff |
2002-03-08 |
Václav Slavík | case insensitive <font face> |
tree | commitdiff |
2002-03-08 |
Václav Slavík | fixed bug in wxHtmlHelpFrame: didn't show HTML window... |
tree | commitdiff |
2002-03-08 |
Mattia Barbon | (Hopefully) last fix for daily builds |
tree | commitdiff |
2002-03-08 |
Robin Dunn | Fixed compilation error. |
tree | commitdiff |
2002-03-08 |
Ron Lee | Added SetLogBuffer method. |
tree | commitdiff |
2002-03-08 |
Vadim Zeitlin | theoretically unnecessary but practically required... |
tree | commitdiff |
2002-03-08 |
Julian Smart | ProcessXEvent now returns TRUE if processed, FALSE... |
tree | commitdiff |
2002-03-08 |
Ron Lee | Moved assert to before the segfault. |
tree | commitdiff |
2002-03-07 |
Robin Dunn | Removed unneeded assert |
tree | commitdiff |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
tree | commitdiff |
2002-03-07 |
Julian Smart | Corrections in light of recent toolbar and other changes |
tree | commitdiff |
2002-03-06 |
Gilles Depeyrot | fixed creation of Info.plist file for Mac OS X |
tree | commitdiff |
2002-03-06 |
Ron Lee | removed superfluous assignment handled in base class. |
tree | commitdiff |
2002-03-06 |
Mattia Barbon | More fixes for daily builds |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied [ 520664 ] filedlg patch |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | fixes to the new pointer array implementation |
tree | commitdiff |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | fixed creation of the dialogs with a simple (non 3D... |
tree | commitdiff |
2002-03-05 |
Mattia Barbon | More blind fixes for daily builds |
tree | commitdiff |
2002-03-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case |
tree | commitdiff |
2002-03-05 |
Vadim Zeitlin | fix for wxScreenDC::GetSize |
tree | commitdiff |
2002-03-05 |
Václav Slavík | fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0 |
tree | commitdiff |
2002-03-04 |
Mattia Barbon | Blind fix for daily builds |
tree | commitdiff |
2002-03-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-04 |
Julian Smart | Removed obsolete -WE flags from WIN32 BC++ makefiles |
tree | commitdiff |
2002-03-03 |
Václav Slavík | fixed translatable strings handling in XRC |
tree | commitdiff |
2002-03-03 |
Václav Slavík | removed implicit dependency on wxPNGHandler from wxGTK... |
tree | commitdiff |
2002-03-01 |
David Webster | This weeks interface and compile catchup |
tree | commitdiff |
2002-02-28 |
Robert Roebling | Lots of things to make menus and submenus work. |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | don't allow clicking disabled buttons |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | fix button double click handling (should be treated... |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | removed unnecessary include |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | fixes to toolbar, seems to work |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | warnings fixed |
tree | commitdiff |
2002-02-28 |
Julian Smart | Corrected points to pixels calculation |
tree | commitdiff |
2002-02-27 |
Vadim Zeitlin | [start of] a wxUniversal implementation of wxToolBar |
tree | commitdiff |
2002-02-27 |
Julian Smart | Nano-X: used drawable-to-wxImage function in wxBitmap... |
tree | commitdiff |
2002-02-27 |
Julian Smart | Nano-X: added function to copy from a drawable to a... |
tree | commitdiff |
2002-02-27 |
Julian Smart | Nano-X: bitmap now showing in wxMessageBox, but it... |
tree | commitdiff |
2002-02-26 |
Julian Smart | Got dialog sizing to work, downsized fonts a bit (thoug... |
tree | commitdiff |
next |