2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw |
2006-12-14 |
Paul Cornett | make sure style is set on menubar before querying its... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | fix wrong parenthesizing of boolean expressions |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added wxTB_RIGHT style for right-aligned toolbars ... |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOSTATUSBAR |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOMENUBAR |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Paul Cornett | don't set negative window size |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Paul Cornett | avoid null pointer dereference in DoGetClientSize |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | don't set negative window size |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | don't use negative windows sizes |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | remove a few unnecessary queue_resize/queue_draw calls |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | GtkOnSize parameters aren't useful |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robert Roebling | Don't emit bogus size events if a child window |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/statusbr.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Włodzimierz Skiba | Include wx/control.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Włodzimierz Skiba | Include wx/menu.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Mart Raudsepp | GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Robert Roebling | Applied patch to reorder includes. Not the most |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Chris Elliott | fix for gtk/mdi when changing menubars |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Vadim Zeitlin | fixed typo in wxFrame::SetStatusBar() (bug 970516) |
blob | commitdiff | raw | diff to current |
2004-06-06 |
Julian Smart | Give controls on frame statusbar a chance to paint |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Robert Roebling | Applied patch for hiding statusbar. |
blob | commitdiff | raw | diff to current |
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 |
next |