| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix blank toolbar on startup with custom dimensions | Nathan Lee | 2019-05-26 | 1 | -0/+2 |
| | | | | | | Bug occurs with programmatic resize at startup Fixes https://gitlab.com/inkscape/inkscape/issues/125 | ||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -1/+6 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Fix query for monitor dimensions | Patrick Storz | 2019-02-20 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | The call to Gdk::Display::get_monitor_at_window() in Inkscape::UI::get_monitor_geometry_at_window() requires the underlying GdkWindow to be fully initialized. This is achieved by calling "realize()" before attempting to read that information. Previously we used to show the window first (which implies realizing it) which worked around the issue. However it required us to hide and show it once again later if we wanted to move it in order for the window manager's routines to sanitize the position to kick in. | ||||
| * | Rescue code for restoring last used window geometry | Patrick Storz | 2019-02-20 | 1 | -2/+5 |
| | | | | | | | | | | It was accidentally dropped in 8b1840f9507f10911f63fc00b9885354ead99d53 Also show window *after* setting position/size. This gives the window manager the chance to move an off-screen window back into the visible desktop bounds (e.g. after a monitor was disconnected). | ||||
| * | Code simplification using InkscapeApplication singleton. | Tavmjong Bah | 2019-02-15 | 1 | -11/+3 |
| | | |||||
| * | Turn InkscapeApplication into singleton. | Tavmjong Bah | 2019-02-15 | 1 | -0/+3 |
| | | |||||
| * | Block in window updating code. WIP | Tavmjong Bah | 2019-02-12 | 1 | -0/+1 |
| | | |||||
| * | Change prefix on drag and drop functions. | Tavmjong Bah | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | Correct comments due to last commit. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 |
| | | |||||
| * | Change from hooking up signal handler to overriding class method. | Tavmjong Bah | 2019-02-03 | 1 | -2/+6 |
| | | |||||
| * | Fix widget focus bug. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 |
| | | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 1 | -4/+32 |
| | | |||||
| * | Temporary fix for crash on quit. | Tavmjong Bah | 2019-01-28 | 1 | -4/+4 |
| | | |||||
| * | Rewrite main menu bar code: | Tavmjong Bah | 2019-01-25 | 1 | -1/+3 |
| | | | | | | | Convert to GTKMM. General cleanup. Move to dedicated files. | ||||
| * | Move main menu bar from desktop-widget to inkscape-window. | Tavmjong Bah | 2019-01-22 | 1 | -4/+10 |
| | | |||||
| * | More clean-up of code copied from sp_create_window(). | Tavmjong Bah | 2019-01-20 | 1 | -32/+6 |
| | | |||||
| * | No longer use widget data to store pointer to window. | Tavmjong Bah | 2019-01-20 | 1 | -3/+1 |
| | | |||||
| * | No longer use widget data to store pointer to desktop. | Tavmjong Bah | 2019-01-20 | 1 | -2/+0 |
| | | |||||
| * | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 2019-01-20 | 1 | -1/+0 |
| | | |||||
| * | Use document rather than namedview in creating desktop widget. | Tavmjong Bah | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget). | Tavmjong Bah | 2019-01-19 | 1 | -2/+1 |
| | | |||||
| * | Remove sp_create_window(). | Tavmjong Bah | 2019-01-19 | 1 | -12/+75 |
| | | |||||
| * | Move drag-and-drop code to separate file. | Tavmjong Bah | 2019-01-19 | 1 | -0/+5 |
| | | |||||
| * | Make InkscapeWindow responsible for adding window to app. | Tavmjong Bah | 2019-01-16 | 1 | -0/+14 |
| | | | | | Prevents premature program termination if original window deleted. | ||||
| * | Another baby step in creating InkscapeWindow. | Tavmjong Bah | 2019-01-13 | 1 | -2/+15 |
| | | |||||
| * | Prevent window from stealing key presses. | Tavmjong Bah | 2019-01-10 | 1 | -1/+1 |
| | | |||||
| * | First baby step in adding InkscapeWindow (Gtk::ApplicationWindow) | Tavmjong Bah | 2019-01-09 | 1 | -0/+47 |
