2004-04-18 |
Robert Roebling | Applied patch for hiding statusbar. |
blob | commitdiff | raw |
2004-04-01 |
Vadim Zeitlin | really show the menubar (calling Show(TRUE) doesn't... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Vadim Zeitlin | fixed bug introduced by my previous GtkUpdateSize(... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Vadim Zeitlin | use GtkUpdateSize() for consitency everywhere instead... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Vadim Zeitlin | fixed SetToolBar(NULL) behaviour -- don't leave a hole... |
blob | commitdiff | raw | diff to current |
2002-05-04 |
Robert Roebling | Made OnInit() and OnRun() logic like MSW when it |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Robert Roebling | Corrected wxFrame::SetMenuBar() for repeated calls |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
blob | commitdiff | raw | diff to current |
2001-08-14 |
Vadim Zeitlin | unsuccessful attempts to fix wxMenuBar positioning... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | simplified RTTI chain: wxFrame base class is now direct... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | backported crash fix for wxFrame::Iconize() from 2.2 |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Julian Smart | Fixed some compilos. Things that still need fixing... |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Julian Smart | Now wxFrame derives from wxFrameMSW/GTK in non-wxUniv... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Robert Roebling | I don't understand the SetIconState code in /src... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Vadim Zeitlin | we now send iconize events |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Vadim Zeitlin | give frame a reasonable default size if none specified |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Robert Roebling | Set the m_isFrame flag corrcetly. |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Robert Roebling | wxFrame's m_mainWidget didn't have themes. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Robert Roebling | Did the unmap/map trick for wxFrame::IsIconized(). |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Robert Roebling | Added experim. support for wxFRAME_TOOL_WIN |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Julian Smart | Corrected frame.cpp to recognise wxNO_BORDER properly |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Robert Roebling | Applied DrawArc patch. |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Julian Smart | Don't allow for status or toolbar size if they are... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Robert Roebling | The Return of WM Size Hints Part IV. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Robert Roebling | Funny resize behaviour fix. |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Robert Roebling | Next take at getting mini-frames even with Life!... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Robert Roebling | Fixed mini-frame problems. |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Robert Roebling | Fixed missing paint events when overriding DoMoveWindow() |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Robert Roebling | Fixed various bugs (from - err - various authors... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Some more drawing things, |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Robert Roebling | Fixed status bar probs, |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Robert Roebling | Next try at avoiding too few or too many size events. |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | Added wxWindow::DoMoveWindow(..) |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | Small doc updates, mainly wxDropTarget, |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Vadim Zeitlin | fix for compilation with both native and generic kinds... |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Vadim Zeitlin | support for vertical toolbars under GTK |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Robert Roebling | ?lk |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Robert Roebling | Compile fix in dialup, |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Robert Roebling | Fixed typos in frame and dialog, |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | This window positioning setting works on AfterStep |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | compilation fixes for GTK+ <= 1.2.3 |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Robert Roebling | Window placement changes. Pure guessing. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | bug corrected |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | wxGTK compiles (and seems to work) again after wxMenu... |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Robert Roebling | Renamed GtkMyFixed to GtkPizza, |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Robert Roebling | wxFrame::Set/GetClientSize() uses toolbar area again, |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Robert Roebling | Small distrib changes, |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Robert Roebling | Minor Reparent() and SetToolBar() fix for wxFrame. |
blob | commitdiff | raw | diff to current |
1999-10-16 |
Robert Roebling | Restored wxSizeEvent code form last week -> wxGLCanvas |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Robert Roebling | Changed time of sending the wxSizeEvent and assorted... |
blob | commitdiff | raw | diff to current |
1999-10-11 |
Robert Roebling | added SpinCtrl, |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Julian Smart | Removed some unused parameter warnings; compile error... |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Robert Roebling | Added test for wxTreeCtrl::GetChildrenCount() |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Robert Roebling | Corrected filelist.txt a little - one gsocket.c is... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | Small distrib updates, |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Robert Roebling | Renamed wxStream::StreamSize() to wxStream::GetSize() |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Robert Roebling | Applied fixes for AIX (GTK 1.0 compilation). |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Robert Roebling | Corrected hotkeys for MDI menus. |
blob | commitdiff | raw | diff to current |
1999-06-04 |
Robert Roebling | Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE) |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Robert Roebling | Moving frames and dialogs now reports correct |
blob | commitdiff | raw | diff to current |
1999-05-30 |
Robert Roebling | A bit more Unicode compilation. |
blob | commitdiff | raw | diff to current |
1999-05-28 |
Robert Roebling | New defines for wxTreeCtrl |
blob | commitdiff | raw | diff to current |
1999-05-27 |
Robert Roebling | Color cubes now get created on 8-bit true-color |
blob | commitdiff | raw | diff to current |
1999-05-27 |
Robert Roebling | Corrected SetItemState() in listctrl |
blob | commitdiff | raw | diff to current |
1999-05-27 |
Robert Roebling | Small cursor improvements |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | GTK 1.0 compilation (not tested) |
blob | commitdiff | raw | diff to current |
1999-05-20 |
Robert Roebling | GtkMyFixed is now more "GTK 1.2.3 ready". |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Robert Roebling | YOu can now activate the menu pressing F10 anywhere. |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Robert Roebling | wxFrame::GetClientSize -> DoGetClientSize |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Robert Roebling | Implememted IsBeingDeleted() -> buttons work again |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | A few more things are back to work. |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Robert Roebling | Corrected bmpbutton size |
blob | commitdiff | raw | diff to current |
1999-05-06 |
Karsten Ballüder | Minor fixes, should be ok now. |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Karsten Ballüder | Modified WM hints handling which should be much better... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Robert Roebling | Added scrolling of widgets and sample |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Robert Roebling | Found a few situations where the most recent |
blob | commitdiff | raw | diff to current |
next |