2002-02-15 |
Julian Smart | #ifdefs for wxMotif which doesn't have a wxTopLevelWind... |
tree | commitdiff |
2002-02-15 |
Julian Smart | Fixed usage of wxXmString |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | dirty fix for the initial splitter position waiting... |
tree | commitdiff |
2002-02-15 |
Václav Slavík | leave in only Julian's version of CaptureMouse code |
tree | commitdiff |
2002-02-15 |
Julian Smart | Include XPM under wxX11 for some samples; added comment... |
tree | commitdiff |
2002-02-15 |
Julian Smart | Fixed typos |
tree | commitdiff |
2002-02-15 |
Julian Smart | Added compatibility file |
tree | commitdiff |
2002-02-15 |
Julian Smart | Started some NanoX work (blind to begin with) |
tree | commitdiff |
2002-02-15 |
Václav Slavík | copyright update |
tree | commitdiff |
2002-02-15 |
Václav Slavík | corrected double click events: wxMGL will now synthetize |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | undid my fix for loading 16x16 icons which results... |
tree | commitdiff |
2002-02-14 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | cache various bitmaps |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | no changes (de-TABified, undid some horrors with which... |
tree | commitdiff |
2002-02-14 |
Robert Roebling | Updated the erase/paint event logic. |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | fixes to sash adjusting code to avoid setting it to... |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | wxFrame base class is xTLW, not wxWindow |
tree | commitdiff |
2002-02-14 |
Václav Slavík | fill wxFocusEvent::m_win properly |
tree | commitdiff |
2002-02-14 |
Václav Slavík | copyright update |
tree | commitdiff |
2002-02-14 |
Václav Slavík | create wxSpinCtrl with default pos+size first, so that... |
tree | commitdiff |
2002-02-14 |
Robert Roebling | Fixed bug with disappearing menus. They were |
tree | commitdiff |
2002-02-14 |
Julian Smart | Stopped width = 0 fouling up window size change |
tree | commitdiff |
2002-02-14 |
Julian Smart | Added some XSyncs to help size calculations, but positi... |
tree | commitdiff |
2002-02-14 |
Václav Slavík | implemented cursors cache, so that cursors are not... |
tree | commitdiff |
2002-02-14 |
Václav Slavík | take const reference (thanks to Alberto Barbati) |
tree | commitdiff |
2002-02-14 |
Julian Smart | Restored previous mouse release/capture behaviour for... |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | compilation fix for wxUSE_PALETTE == 0 |
tree | commitdiff |
2002-02-14 |
Robert Roebling | Some clean-ups which don't really solve any problem... |
tree | commitdiff |
2002-02-14 |
Julian Smart | Added border for top level windows with captions, though |
tree | commitdiff |
2002-02-14 |
Julian Smart | Added SetSize to toplevel window |
tree | commitdiff |
2002-02-14 |
Julian Smart | Commented out XSetInputFocus for now |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-14 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-14 |
Václav Slavík | handle accelerators for buttons, too |
tree | commitdiff |
2002-02-14 |
Václav Slavík | 1. added wxUpdateUIEvent handling to wxMGL |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | delete the command if we failed to execute it (bug... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | return NULL from FindById() if the tool wasn't found... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | added wxFSVolume patch from George Policello (untested... |
tree | commitdiff |
2002-02-13 |
Robin Dunn | Fix for the splashscreen bitmap not showing up in wxGTK. |
tree | commitdiff |
2002-02-13 |
Julian Smart | Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder |
tree | commitdiff |
2002-02-13 |
Julian Smart | Include src/x11/utils.cpp |
tree | commitdiff |
2002-02-13 |
Julian Smart | Fixed typos |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | warning fix |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | do NOT hard code univ sources in x11 port |
tree | commitdiff |
2002-02-13 |
Julian Smart | Added shared private declarations header privx.h, utils... |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-13 |
Václav Slavík | use wxLogTrace, not wxLogDebug |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | fixed loading the icons with non default size |
tree | commitdiff |
2002-02-12 |
Václav Slavík | don't allow dragging a window if it is maximized |
tree | commitdiff |
2002-02-12 |
Julian Smart | Added XSync before mapping but this doesn't seem enough... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Correction for 'protected' compiler error |
tree | commitdiff |
2002-02-12 |
Julian Smart | Modified CaptureMouse to call DoReleaseMouse if necessa... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Pass correct length to XTextExtents |
tree | commitdiff |
2002-02-12 |
Julian Smart | Background set correctly |
tree | commitdiff |
2002-02-12 |
Julian Smart | Positioned text correctly |
tree | commitdiff |
2002-02-12 |
Julian Smart | Status bar positioned correctly, but no sign of the |
tree | commitdiff |
2002-02-12 |
Julian Smart | Attempts to get client origin working. Work in progress. |
tree | commitdiff |
2002-02-12 |
Julian Smart | Simplified default wxTheme code and made sure a default |
tree | commitdiff |
2002-02-12 |
Václav Slavík | safeguards against crashes |
tree | commitdiff |
2002-02-12 |
Václav Slavík | fixed menubar attaching: create it first, THEN set... |
tree | commitdiff |
2002-02-12 |
David Webster | Display child panels, and make unneeded scrollbars... |
tree | commitdiff |
2002-02-12 |
Robin Dunn | Fixed a bug that prevented editors and renderers to... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | wxGenericDirCtrl now correctly updates itself when... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | wxSplitterWindow now: |
tree | commitdiff |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
tree | commitdiff |
2002-02-11 |
Václav Slavík | use wxHashMap, not wxHashTable in wxXPMDecoder |
tree | commitdiff |
2002-02-11 |
Václav Slavík | a note just in case I misread wxHTML code again... |
tree | commitdiff |
2002-02-11 |
Robin Dunn | bugfix for SetString in a wxCheckListBox |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Found the X11 error in wxDC. |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
David Webster | New def file |
tree | commitdiff |
2002-02-11 |
Julian Smart | Made sure events for defunct windows are no longer... |
tree | commitdiff |
2002-02-11 |
Julian Smart | Put m_statusText.SetCount(number) before wxStatusBarBas... |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Last link error in wxX11 killed. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Merge correction |
tree | commitdiff |
2002-02-11 |
Julian Smart | Linking now |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Various compile fixes. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Typos and other fixes |
tree | commitdiff |
2002-02-11 |
Julian Smart | Small changes to wxX11 |
tree | commitdiff |
2002-02-11 |
David Webster | Updates for Y positioning |
tree | commitdiff |
2002-02-10 |
Václav Slavík | fixes to HTML tables alignment |
tree | commitdiff |
2002-02-10 |
Julian Smart | Implemented CopyFromBitmap, CopyFromIcon |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: link errors down to 1. |
tree | commitdiff |
2002-02-10 |
Julian Smart | Added wxPopupWindow skeleton (no implementation yet) |
tree | commitdiff |
2002-02-10 |
Robert Roebling | More make install tweaks. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
tree | commitdiff |
2002-02-10 |
Václav Slavík | honour min/max size in wxMGL's wxWindow::DoSetSize |
tree | commitdiff |
2002-02-10 |
Václav Slavík | use sunken border for wxHtmlHelpController's font preview |
tree | commitdiff |
2002-02-10 |
Robert Roebling | Killed various wxMotif things in wxX11. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11 compiles and links now. I wonder why there is |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11 might compile now. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | More configure/compile things for X11. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | Removed menu.cpp and toolbar.cpp from X11. |
tree | commitdiff |
next |