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 |
Robert Roebling | Send size events from top level windows in idle time, |
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 |
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-10 |
Robert Roebling | Next try on pop up menus. (#ifdef x11). |
tree | commitdiff |
2002-03-10 |
Julian Smart | Moved Nano-X specific code from univ to x11 |
tree | commitdiff |
2002-03-09 |
Julian Smart | Added reparenting helper classes to help apps to grab... |
tree | commitdiff |
2002-03-09 |
Robert Roebling | Various changes to make pop up menus work |
tree | commitdiff |
2002-03-09 |
Václav Slavík | what about returning a value? |
tree | commitdiff |
2002-03-08 |
Julian Smart | ProcessXEvent now returns TRUE if processed, FALSE... |
tree | commitdiff |
2002-02-28 |
Robert Roebling | Lots of things to make menus and submenus work. |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | warnings fixed |
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 |
2002-02-26 |
Julian Smart | Window management and sizer layout corrections |
tree | commitdiff |
2002-02-26 |
Julian Smart | Fixed XGetWindowAttributes so 'mapped' is reported |
tree | commitdiff |
2002-02-26 |
Julian Smart | Attempt at creating appropriate fonts in Nano-X |
tree | commitdiff |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
tree | commitdiff |
2002-02-25 |
Julian Smart | Compilation fixes for Nano-X |
tree | commitdiff |
2002-02-25 |
Julian Smart | data_image -> mask_image, correcting some crashes in... |
tree | commitdiff |
2002-02-24 |
Robert Roebling | Added simplistic wxToolBar to wxUniversal. It |
tree | commitdiff |
2002-02-24 |
Robert Roebling | Added expose event compression. |
tree | commitdiff |
2002-02-24 |
Robert Roebling | Done some work on wxFocusEvent::SetWindow(). Enough |
tree | commitdiff |
2002-02-24 |
Robert Roebling | More tests in erase sample. |
tree | commitdiff |
2002-02-24 |
Václav Slavík | removed AdjustForParentClientOrigin from wxMotif and... |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Implemented a simple modality under X11. |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
tree | commitdiff |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
tree | commitdiff |
2002-02-21 |
Julian Smart | Some more NanoX compile fixes |
tree | commitdiff |
2002-02-20 |
Julian Smart | NanoX modificati |
tree | commitdiff |
2002-02-18 |
Robert Roebling | Added more wxRegion tests to erase sample. |
tree | commitdiff |
2002-02-17 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-17 |
Julian Smart | Added some Xlib replacement functions and structures... |
tree | commitdiff |
2002-02-17 |
Václav Slavík | move wxMGL's wxTimer to src/generic |
tree | commitdiff |
2002-02-17 |
Václav Slavík | corrected wxApp::GetStdIcon in wxX11 |
tree | commitdiff |
2002-02-16 |
Robert Roebling | The last commit was too hasty. |
tree | commitdiff |
2002-02-16 |
Robert Roebling | Forgot to move update and clear regions when scrolling. |
tree | commitdiff |
2002-02-16 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-15 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-15 |
Robert Roebling | wxX11: |
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-14 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-14 |
Robert Roebling | Updated the erase/paint event logic. |
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 |
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-13 |
Julian Smart | Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder |
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-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 | 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-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 |
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 |
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-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 |
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 |
2002-02-10 |
Julian Smart | More X11 code |
tree | commitdiff |
2002-02-09 |
Robert Roebling | X11 make stuff. |
tree | commitdiff |
next |